Skip to content

Release 3.1.8

Compare
Choose a tag to compare
@gkellogg gkellogg released this 25 Dec 20:49
· 183 commits to develop since this release
  • Update RDF* mode:
    • Eliminate PG mode, rdfstar is not boolean valued.
    • Change CLI from --rdf-star to --rdfstar.
    • Update RDF* spec reference.
  • Allow the CLI repository to be set per command. (Required for N3 reasoning).
  • Skip some exponentiation tests in JRuby.
  • Enable CI on all ruby versions on GitHub Actions.
  • Create RDF.config for configuring cache sizes. Allows a general size, URI and Node specific cache sizes to be configured at startup time. Fixes #256.
  • Add wrap_transaction keyword parameter to RDF::List#initialize. For #417.
  • Update faraday and faraday_middleware to ~>1.x.