Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Releases: OpenBEL/openbel-api

OpenBEL API 1.0.4 - Dockerized

28 Dec 21:28
Compare
Choose a tag to compare

Added

  • Docker containers for development and production use of OpenBEL

Changed

  • Converted authentication to use Keycloak Pubkey RSA256 Token authentication

OpenBEL API 0.6.2

23 Mar 14:26
Compare
Choose a tag to compare

This is the sixth release of OpenBEL API.

View all of the commits for this release.

Fixed

  • Missing authorization header reported when header is malformed (Issue #105).

Known Issue

Datasets are stored with a URI computed from the scheme and host that is serving the OpenBEL API. For example if OpenBEL API is served from http://web.site.com then dataset URIs will be of the form http://web.site.com/api/datasets/{UUID}. If you change the scheme and host these URIs will be inconsistent and you will not be able to retrieve your datasets. You will have to re-import your documents.

View the CHANGELOG for the full history.

If you're ready to jump in and try it follow Get up and Running.

Of course if you have any issues please...Open an issue!

You can also reach the community at:

Join the chat at https://gitter.im/OpenBEL

Join the discussion at https://groups.google.com/forum/#!forum/openbel-discuss

OpenBEL API 0.6.1

16 Mar 20:05
Compare
Choose a tag to compare

This is the fifth release of OpenBEL API. See 0.6.0 release for enhancements and fixes.

View all of the commits for this release.

Changed

  • Bumped gems specification date. Requires new version because 0.6.0 was yanked from RubyGems.

Known Issue

Datasets are stored with a URI computed from the scheme and host that is serving the OpenBEL API. For example if OpenBEL API is served from http://web.site.com then dataset URIs will be of the form http://web.site.com/api/datasets/{UUID}. If you change the scheme and host these URIs will be inconsistent and you will not be able to retrieve your datasets. You will have to re-import your documents.

  • See [Issue #102][102].

View the CHANGELOG for the full history.

If you're ready to jump in and try it follow Get up and Running.

Of course if you have any issues please...Open an issue!

You can also reach the community at:

Join the chat at https://gitter.im/OpenBEL

Join the discussion at https://groups.google.com/forum/#!forum/openbel-discuss

OpenBEL API 0.6.0

16 Mar 19:51
Compare
Choose a tag to compare

This is the fourth release of OpenBEL API.

View all of the commits for this release.

Added

  • Retrieve evidence in a format supported by BEL translator plugins (Issue 44).
  • Retrieve dataset evidence in a format supported by BEL translator plugins (Issue 99).

Fixed

  • Dataset evidence collection is missing annotation/namespace URIs (Issue 95).
  • Facets are not created for evidence uploaded through a dataset.

Changed

  • MongoDB version 3.2.0 is now required due to use of $slice operator in Aggregation queries.

Known Issue

Datasets are stored with a URI computed from the scheme and host that is serving the OpenBEL API. For example if OpenBEL API is served from http://web.site.com then dataset URIs will be of the form http://web.site.com/api/datasets/{UUID}. If you change the scheme and host these URIs will be inconsistent and you will not be able to retrieve your datasets. You will have to re-import your documents.

View the CHANGELOG for the full history.

If you're ready to jump in and try it follow Get up and Running.

Of course if you have any issues please...Open an issue!

You can also reach the community at:

Join the chat at https://gitter.im/OpenBEL

Join the discussion at https://groups.google.com/forum/#!forum/openbel-discuss

OpenBEL API 0.5.1

18 Dec 19:23
Compare
Choose a tag to compare

This is the third release of OpenBEL API. It is a bugfix release that addresses an issue in 0.5.0.

Fixed

  • Authentication error for MongoDB user when faceting on GET /api/evidence ([Issue #93][93]).

View the CHANGELOG for the full history.

If you're ready to jump in and try it follow Get up and Running.

Of course if you have any issues please...Open an issue!

You can also reach the community at:

Join the chat at https://gitter.im/OpenBEL

Join the discussion at https://groups.google.com/forum/#!forum/openbel-discuss

OpenBEL API 0.5.0

17 Dec 21:04
Compare
Choose a tag to compare

This is the second release of OpenBEL API. The OpenBEL API has the following OpenBEL dependencies:

  • bel (version 0.4.1)
    • Ruby library for processing BEL content.
  • bel-rdf-jena (0.4.1)
    • Plugin to bel.rb to access Apache Jena TDB databases through RDF.rb's Repository abstraction.
  • bel-search-sqlite (0.4.2)
    • Plugin to bel.rb to search annotations and namespaces using SQLite full-text search.

View the CHANGELOG for the changes.

If you're ready to jump in and try it follow Get up and Running.

Of course if you have any issues please...Open an issue!

You can also reach the community at:

Join the chat at https://gitter.im/OpenBEL

Join the discussion at https://groups.google.com/forum/#!forum/openbel-discuss

OpenBEL API 0.4.0

16 Dec 01:13
Compare
Choose a tag to compare

This is the first release of OpenBEL API. Its version is published as 0.4.0 to match the latest release of bel and related plugins. The OpenBEL API has the following OpenBEL dependencies:

  • bel (version 0.4.0)
    • Ruby library for processing BEL content.
  • bel-rdf-jena (0.4.0)
    • Plugin to bel.rb to access Apache Jena TDB databases through RDF.rb's Repository abstraction.
  • bel-search-sqlite (0.4.0)

View the CHANGELOG for the first set of features!

If you're ready to jump in and try it follow Get up and Running.

Of course if you have any issues please...Open an issue!

You can also reach the community at:

Join the chat at https://gitter.im/OpenBEL

Join the discussion at https://groups.google.com/forum/#!forum/openbel-discuss