Releases: AdiRishi/turborepo-remote-cache-cloudflare
v2.1.0
Bug Fixes
- The cron used to delete expired objects would throw an error when zero objects are available for deletion. This was fixed in #57
What's Changed
- fix(deps): update dependency @hono/zod-validator to ^0.1.7 by @renovate in #49
- fix(deps): update dependency zod to ^3.22.2 by @renovate in #51
- fix(deps): update dependency @hono/zod-validator to ^0.1.8 by @renovate in #50
- fix(deps): update dependency hono to ^3.5.0 by @renovate in #52
- chore(deps): update typescript-eslint monorepo to ^6.4.1 by @renovate in #53
- chore(deps): update dependency @cloudflare/workers-types to ^4.20230821.0 by @renovate in #54
- chore(deps): update dependency miniflare to ^3.20230821.0 by @renovate in #56
- Fix deletion cron throwing exception with zero keys by @colinmcdonald22 in #57
- Update pull_request_template.md by @AdiRishi in #58
- (docs): Update CONTRIBUTING.md - Add docs for commit signing by @AdiRishi in #59
- (fix): Update renovate.json - change PR naming convention by @AdiRishi in #61
- chore(deps): update dependency hono to ^3.5.1 by @renovate in #60
New Contributors
- @colinmcdonald22 made their first contribution in #57 🎉
Full Changelog: v2.0.0...v2.1.0
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
v1.0.0
Hello everyone,
Although this project isn't an NPM package, I firmly believe in the importance of a well-documented history of changes. With that in mind, I am excited to introduce versioned releases starting today.
I've decided to assign commit 765a237 on master as v1.0.0
, marking this as the first official version of the project. My plan is to issue a new release for every significant feature or breaking change going forward, providing an accessible record of the project's progression.
Additionally, I understand how crucial it is to stay informed about compatibility. Therefore, each release will include details of the TurboRepo version that the project has been tested with. As an inaugural reference, I've tested this initial release with turbo
1.10.6
.
Hope this provides some helpful insight. Looking forward to many new releases in the future 🚀