Releases: brighthive/data-resource-api
Releases · brighthive/data-resource-api
Version 1.1.1
- Fixes a deployment bug for the backwards compatibility script.
Version 1.1.0
- 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
feat: Add JSON support.
Version 1.0.3
- fix: Do not halt execution if a subfolder is found in the descriptor folder.
- fix: Correctly handle pagination.
Version 1.0.2
- 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
This version contains the following changes:
- Refactor code for readability
- Add end to end tests
Version 1.0.0
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.