v2.0.0
Breaking Changes
- The
REQUIRE_AUTH
option has been removed in #40. This option ended up being redundant as turborepo does not support remote cache endpoints without an api key. I've marked this as a breaking change regardless as someone potentially might be relying on this option.
Bug fixes
- (fix): Resolve bug in deletion cron that errors when over 1000 items are available for deletion by @AdiRishi in #45
Project workflow changes
Renovate bot now runs regularly over this project. It's PRs are reviewed regularly so expect the dependencies of this project to be updated very regularly.
Minor changes
- Improve the README content by @AdiRishi in #9
- Add routes for latency testing by @AdiRishi in #41
- Refactor performance route by @AdiRishi in #42
- (feat|refactor): Refactor the commandCentral routes and add new endpoints for random content generation by @AdiRishi in #46
- (feat): Allow customisation of object expiration in /delete-expired-objects by @AdiRishi in #47
- (feat): Add internal route to count the number of objects in a bucket by @AdiRishi in #48
Full Changelog: v1.0.0...v2.0.0