Releases: CESARBR/knot-cloud-storage
Releases · CESARBR/knot-cloud-storage
KNOT-v03.00-rc04: integration: tests: Add main code
This commit contains the main code that start the storage tests.
KNOT-v03.00-rc03: integration: tests: Add main code
This new release candidate includes:
- Bug fixes in thing filtering when obtaining data;
- Add TTL to expire data after specified time;
- Delete all data when the thing is removed;
- Add integration tests.
KNOT-v03.00-rc02: (fix)controller: Change status code from errors
After research, we saw that the status code that we were using in the response wasn't appropriate. This commit refactor the error handler on the controller for interactor functions.
v2.0.0: docs: Update README
- Remove link to legacy documentation; - Update Docker image tag name for production; - Update Docker image tag name for development; - Add API section to 'Contents'; - Fix markdown linting warnings; - Standardize fenced code to use 'bash'.