All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Always return a cacheNeverHeader if the response status is 404. This prevents caching responses that failed.
- Amended magicloud.group.definition to work correctly.
- GraphQL Client API: For tables that have the same name but not the same columns, create a generated unique name per product. See PR #25.
- NOTE: that 2.5.0 release was skipped by mistake
- Add a publish complete hook to publish middleware. See PR #24.
- Fix content type. See PR #22.
- Set
INIT_OTEL
to false by default. See PR #21.
- Bugfix, recieving database id that is not an uuid will cause parsing to throw: Cannot read property 'databaseId' of undefined. See PR #20.
v2.3.1 - 2021-05-14
- Adjusted rest/v3 to allow table magicloud.group.definition. This is how it was done in the old Rest API
v2.3.0 - 2021-05-10
- Simplify and document conditions for save parameter #18. See PR #18.
- Added flag to enable/disable pruning. See PR #17.
v2.2.5 - 2021-03-12
- Move @types/ dependencies to devDependencies
v2.2.4 - 2021-02-08
- Add verification of token back.
v2.2.3 - 2021-02-08
- node fs promise instead of fs with promisify
v2.2.2 - 2021-02-08
- FilesInParallel for publish middleware
- More spans for OpenTelemetry for publish middleware
v2.2.1 - 2021-02-08
- More spans for publish api.
v2.2.0 - 2021-02-08
- Optional OpenTelemetry.
v2.1.1 - 2020-12-11
- Fix blank column names, see PR #12.
v2.1.0 - 2020-11-12
- GraphQL Client API: Parameters for texts.
v1.4.0 - 2019-10-01
- GraphQL Client API: Support models module.
v1.3.1 - 2019-09-27
- GraphQL Client API: Invalid name transactionId changed to tx.
v1.3.0 - 2019-09-27
- GraphQL Client API: Support for plug-in schemas per module, implement properties and sound module plug-ins. See PR #5.
v1.2.0 - 2019-09-22
- A lot of improvements for Client GrahQL API. See PR #4.
v1.1.2 - 2019-09-20
- Fix base url and generation of marker list not being correct for graphql.
v1.1.1 - 2019-09-20
- Proper export of GraphQL API.
v1.1.0 - 2019-09-20
- Initial version of Client GraphQL API. See PR #2.
v1.0.1 - 2019-04-18
- Add missing types entry to package.json.
- Initial release!