Skip to content

Releases: ranking-agent/aragorn

v2.3.0

23 Jan 16:28
Compare
Choose a tag to compare
bump

v2.3.10

01 Mar 19:31
250b32a
Compare
Choose a tag to compare
Merge pull request #147 from ranking-agent/fix

v2.3.6

02 Feb 00:56
250b32a
Compare
Choose a tag to compare
Merge pull request #147 from ranking-agent/fix

v2.2.2

09 Jan 18:00
250b32a
Compare
Choose a tag to compare
  • Fixed a 500 when "ids":None was in the TRAPI Input
  • Cleaned the "treats" rules
  • Throttled robokop / robokopkg communication (10 concurrent requests, but configurable via an environment variable)

v2.2.1

16 Dec 21:44
493a852
Compare
Choose a tag to compare
Merge pull request #144 from ranking-agent/cbizon-patch-1

Update openapi-config.yaml

v2.2.0

13 Dec 15:21
c7b2cb6
Compare
Choose a tag to compare
Merge pull request #140 from ranking-agent/biolink3

Biolink3

v2.1.8

10 Nov 13:49
8ed4581
Compare
Choose a tag to compare

What's Changed

  • Make num_responses persistent through rbtmq connection resets by @maximusunc in #139

Full Changelog: v2.1.7...v2.1.8

v2.1.7

03 Nov 14:51
Compare
Choose a tag to compare

Incrementing openapi version

v2.1.6

03 Nov 12:53
f6217d2
Compare
Choose a tag to compare

Use connection pooling

v2.1.5

19 Oct 15:48
a692c1a
Compare
Choose a tag to compare

Passing logging level to multi-query in strider by @cbizon