Skip to content

Releases: brighthive/data-resource-api

Version 1.1.1

24 Mar 21:45
d07cebc
Compare
Choose a tag to compare
  • Fixes a deployment bug for the backwards compatibility script.

Version 1.1.0

23 Mar 15:59
c370c7b
Compare
Choose a tag to compare
  • fix: Application starts significantly faster.
  • fix: Drop table bug.
  • fix: Types are explicitly supported and not supported.
  • fix: Secure M:N route bug.
  • chore: Major code refactor.

Version 1.0.4

05 Feb 18:43
818b0b5
Compare
Choose a tag to compare

feat: Add JSON support.

Version 1.0.3

10 Dec 20:32
1f4c9bb
Compare
Choose a tag to compare
  • fix: Do not halt execution if a subfolder is found in the descriptor folder.
  • fix: Correctly handle pagination.

Version 1.0.2

02 Dec 18:12
ad3ee0e
Compare
Choose a tag to compare
  • feat: Adds POST, GET, DELETE, PUT, PATCH for many to many.
  • feat: Add support for reverse many to many lookup.
  • fix: Allow many to many relations to use underscores.
  • fix: Enable update one unsecure.
  • Refactor code to handle exceptions better.

Version 1.0.1

30 Oct 18:51
Compare
Choose a tag to compare

This version contains the following changes:

  • Refactor code for readability
  • Add end to end tests

Version 1.0.0

10 Jul 14:02
Compare
Choose a tag to compare

Initial release of Data Resource API. This release supports the following features:

  • Dynamically configure data resources via JSON configuration file.
  • Monitoring of data resources to determine changes to the API or underlying data models.
  • Ability to integrate OAuth 2.0 security into data resource API endpoints.
  • Support for HTTP GET, POST, PUT, and PATCH operations.