Skip to content

Releases: ranking-agent/strider

v.3.15.1

05 Nov 14:50
Compare
Choose a tag to compare

Maintenance

  • Update docs
  • Bump version number that was not bumped in last release

v3.15.0

02 Nov 14:45
Compare
Choose a tag to compare

Features

Add x-location to server config #324

Maintenance

Change Git protocol to HTTPS in requirements #326

v3.14.0

01 Nov 19:27
fbffaf7
Compare
Choose a tag to compare

v3.14.0

Features

  • Added x-maturity field to OpenAPI server config #318
  • Added x-translator.infores field to OpenAPI server config #322
  • Add benchmarking utils #312

Maintenance

  • Update live demo URL in the readme #311
  • Bumped versions of dependencies #317
    • anyio==3.3.4
    • certifi==2021.10.8
    • httpcore==0.13.7
    • idna==3.3
    • coverage==6.0.2
    • pyparsing==3.0.2

Bug Fixes

  • Fixed compose volume path #313

Version 3.13.2

20 Oct 16:45
abc26d1
Compare
Choose a tag to compare

New Features:

  • include submitter field with KP requests

Full Changelog: v3.13.1...v3.13.2

Version 3.13.1

13 Oct 17:10
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v3.13.0...v3.13.1

Version 3.13.0

05 Oct 20:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.12.0...v3.13.0

Version 3.12.0

22 Sep 17:19
Compare
Choose a tag to compare

Bug fixes:

  • handle symmetric, non-canonical predicates correctly
  • add error handling in log_request()

New features:

  • profiling utility
  • use node binding qnode_id field for unbatching
  • naive "unbatching" for trivial single-query batches

Improvements:

  • computational improvements to message merging

Updates:

  • remove ChemicalSubstance shims
  • upgrade reasoner-pydantic

Version 3.11.2

09 Sep 14:34
Compare
Choose a tag to compare

Fixes:

  • return responses with content-type: application/json

Version 3.11.1

08 Sep 17:04
Compare
Choose a tag to compare

Fixes:

  • update x-trapi version in OpenAPI schema

Version 3.11.0

08 Sep 13:20
Compare
Choose a tag to compare

New features:

  • handle mixed canonical and non-canonical predicates
  • handle qnode/qedge constraints
  • /asyncquery endpoint

Logging improvements:

  • add timing information to KP request logging
  • elide long CURIE lists

Performance improvements:

  • skip validating /query responses
  • merge kgraphs without attribute unions, which are very slow

Misc. improvements:

  • handle KP /meta_knowledge_graph problems better