Recent Releases of bridgedbwebservice

bridgedbwebservice - BridgeDb Webservice 2.1.7

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: https://github.com/bridgedb/BridgeDbWebservice/compare/2.1.6...2.1.7

- Java
Published by egonw over 2 years ago

bridgedbwebservice - BridgeDb Webservice 2.1.6

DOI

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

Full Changelog: https://github.com/bridgedb/BridgeDbWebservice/compare/2.1.5...2.1.6

- Java
Published by egonw over 2 years ago

bridgedbwebservice - BridgeDb Webservice 2.1.5

DOI

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

Full Changelog: https://github.com/bridgedb/BridgeDbWebservice/compare/2.1.4...2.1.5

- Java
Published by egonw over 2 years ago

bridgedbwebservice - BridgeDb Webservice 2.1.4

DOI

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

Full Changelog: https://github.com/bridgedb/BridgeDbWebservice/compare/2.1.3...2.1.4

- Java
Published by egonw almost 3 years ago

bridgedbwebservice - BridgeDb Webservice 2.1.3

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: https://github.com/bridgedb/BridgeDbWebservice/compare/2.1.2...2.1.3

- Java
Published by egonw about 3 years ago

bridgedbwebservice - BridgeDb Webservice 2.1.2

DOI

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

Full Changelog: https://github.com/bridgedb/BridgeDbWebservice/compare/2.1.1...2.1.2

- Java
Published by egonw about 3 years ago

bridgedbwebservice - BridgeDb Webservice 2.1.1

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

  • @jmillanacosta made their first contribution in https://github.com/bridgedb/BridgeDbWebservice/pull/7

Full Changelog: https://github.com/bridgedb/BridgeDbWebservice/compare/2.1.0...2.1.1

- Java
Published by egonw about 3 years ago

bridgedbwebservice - BridgeDb Webservice 2.1.0

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:

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

Full Changelog: https://github.com/bridgedb/BridgeDbWebservice/compare/2.0...2.1.0

- Java
Published by egonw about 3 years ago

bridgedbwebservice - v2.0

First release of the refactored BridgeDb webservice

- Java
Published by hbasaric over 3 years ago