Skip to content

Releases: bridgedb/BridgeDbWebservice

BridgeDb Webservice 2.1.7

03 Jan 10:12
Compare
Choose a tag to compare

DOI

This release updates several dependencies: BridgeDb 3.0.25, org.json 20231013, JUnit 5.10.1, and org.restlet 2.4.3. The testing got hardened.

Full Changelog: 2.1.6...2.1.7

BridgeDb Webservice 2.1.6

01 Oct 08:39
Compare
Choose a tag to compare

DOI

This release adds serving the Swagger/OpenAPI interactive documentation, removing the need to host a separate web server for this documentation.

Full Changelog: 2.1.5...2.1.6

BridgeDb Webservice 2.1.5

24 Aug 09:47
Compare
Choose a tag to compare

DOI

Minor update release, based on BridgeDb 3.0.23, and updating a few dependencies.

Full Changelog: 2.1.4...2.1.5

BridgeDb Webservice 2.1.4

09 Jun 16:26
Compare
Choose a tag to compare

DOI

Minor update release, based on BridgeDb 3.0.22, and updating a few dependencies.

Full Changelog: 2.1.3...2.1.4

BridgeDb Webservice 2.1.3

18 Mar 13:59
Compare
Choose a tag to compare

DOI

Major release tweaking the JSON output, fixes the returning of identifiers in the/xrefBatch/$DataSource call, fixes a few error messages for bad input, and includes many more tests and some further code clean up. Everyone is encouraged to upgrade to this version.

Full Changelog: 2.1.2...2.1.3

BridgeDb Webservice 2.1.2

13 Mar 19:07
Compare
Choose a tag to compare

DOI

Minor release adding a command line -v option to output the BridgeDb and BridgeDb Webservices versions.

Full Changelog: 2.1.1...2.1.2

BridgeDb Webservice 2.1.1

11 Mar 14:20
Compare
Choose a tag to compare

DOI

Third release with important fixes. It adds testing, using a dynamically started test instance with a SARS-CoV-2 ID mapping databases. Fixed in this release is the returning of mapped identifiers in plain text, adds the missing support for filtering target data sources with ?datasource=X, and fixes the batch method to return identifiers in the original format in plain text.

New Contributors

Full Changelog: 2.1.0...2.1.1

BridgeDb Webservice 2.1.0

26 Feb 15:30
Compare
Choose a tag to compare

DOI

Second release of the new BridgeDb Webservice. This release is based on BridgeDb 3.0.20, supports JSON output, is backwards compatible with the plain text output, and can be executed from a single jar. I can be executed with:

java -jar BridgeDbWebservice-2.1.0-jar-with-dependencies.jar

Full Changelog: 2.0...2.1.0

v2.0

25 Nov 06:53
Compare
Choose a tag to compare

First release of the refactored BridgeDb webservice