Releases
What's Changed
- Fix typo in website by @dtslvr in https://github.com/jaredwray/cacheable/pull/758
- init release to npm by @jaredwray in https://github.com/jaredwray/cacheable/pull/759
- cacheable - adding multiple stores by @jaredwray in https://github.com/jaredwray/cacheable/pull/760
- fixing eslint package issues by @jaredwray in https://github.com/jaredwray/cacheable/pull/761
- cacheable - adding in rimraf by @jaredwray in https://github.com/jaredwray/cacheable/pull/762
- updating readme and website by @jaredwray in https://github.com/jaredwray/cacheable/pull/763
- adding in cache mode by @jaredwray in https://github.com/jaredwray/cacheable/pull/764
- Building out Node Cache by @jaredwray in https://github.com/jaredwray/cacheable/pull/768
- node-cache - updating readme with API by @jaredwray in https://github.com/jaredwray/cacheable/pull/771
New Contributors
- @dtslvr made their first contribution in https://github.com/jaredwray/cacheable/pull/758
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-08-12...2024-09-10
What's Changed
- codecov - fixing codecov badge across projects by @jaredwray in https://github.com/jaredwray/cacheable/pull/749
- fixing collision when invoking wrap on multiple cache instances with … by @kentandersen in https://github.com/jaredwray/cacheable/pull/743
- cache-manager-redis: updating console error on connection failure by @jaredwray in https://github.com/jaredwray/cacheable/pull/751
- cache-manager-redis: upgrading redis to 4.7.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/752
- cache-manager-redis: upgrading eslint and modules to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/753
- cache-manager-redis: upgrading cache-manager to 5.7.6 by @jaredwray in https://github.com/jaredwray/cacheable/pull/754
- cache-manager-redis: upgrading redis modules to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/755
New Contributors
- @kentandersen made their first contribution in https://github.com/jaredwray/cacheable/pull/743
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-08-05...2024-08-12
What's Changed
- cache-manager - fix moving back to lru-cache version ^10.2.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/728
- Update README.md to add cache-manager-bun-sqlite3 by @sjdonado in https://github.com/jaredwray/cacheable/pull/729
- cache-manager - moving to latest xo by @jaredwray in https://github.com/jaredwray/cacheable/pull/732
- cache-manager - upgrading vitest to 2.0.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/733
- ioredis - upgrading eslint to 3.7.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/734
- ioredis - upgrading vitest to 2.0.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/735
- redis - upgrading eslint and vitest to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/736
- cache-manager - upgrading xo and @types/node to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/738
- updating readme by @jaredwray in https://github.com/jaredwray/cacheable/pull/739
- migrating cacheable to a single repo by @jaredwray in https://github.com/jaredwray/cacheable/pull/741
- Adding in the favicon for the website and publishing by @jaredwray in https://github.com/jaredwray/cacheable/pull/744
- updating how to contribute instructions by @jaredwray in https://github.com/jaredwray/cacheable/pull/745
- updating documentation generation by @jaredwray in https://github.com/jaredwray/cacheable/pull/746
- cache-manager - upgrading vitest to 2.0.5 by @jaredwray in https://github.com/jaredwray/cacheable/pull/747
- cacheable-request - upgrading xo and vitest to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/748
New Contributors
- @sjdonado made their first contribution in https://github.com/jaredwray/cacheable/pull/729
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-07-11...2024-08-05
What's Changed
- mono - upgrading c8 to 10.1.2 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/715
- cache-manager - upgrading typescript and modules to latest by @jaredwray in https://github.com/jaredwray/cache-manager/pull/716
- cache-manager - upgrading vitest to 2.0.2 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/717
- cache-manager - upgrading rimraf to 6.0.1 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/718
- cache-manager - upgrading lrucache to 11.0.0 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/719
- ioredis - upgrading typescript and modules to latest by @jaredwray in https://github.com/jaredwray/cache-manager/pull/720
- ioredis - upgrading vitest to 2.0.2 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/721
- ioredis - upgrading rimraf to 6.0.1 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/722
- redis - upgrading typescript and eslint modules to latest by @jaredwray in https://github.com/jaredwray/cache-manager/pull/723
- redis - upgrading vitest to 2.0.2 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/724
- redis - upgrading redis to 4.6.15 and @redis/client to latest by @jaredwray in https://github.com/jaredwray/cache-manager/pull/725
- redis - updating to include license file by @jaredwray in https://github.com/jaredwray/cache-manager/pull/726
Full Changelog: https://github.com/jaredwray/cache-manager/compare/2024-07-03...2024-07-11
What's Changed
- non-blocking set for wrap function by @corradodellorusso in https://github.com/jaredwray/cache-manager/pull/714
Full Changelog: https://github.com/jaredwray/cache-manager/compare/2024-06-17...2024-07-03
What's Changed
- updating tsconfig to commonjs by @jaredwray in https://github.com/jaredwray/cache-manager/pull/705
- Update README.md by @jaredwray in https://github.com/jaredwray/cache-manager/pull/706
- Fix express example having a 10ms instead of 10 second cache ttl by @WardenPotato in https://github.com/jaredwray/cache-manager/pull/708
- mono - updating modules to latest in root by @jaredwray in https://github.com/jaredwray/cache-manager/pull/710
- ioredis - upgrading typescript and eslint to latest by @jaredwray in https://github.com/jaredwray/cache-manager/pull/711
- redis - upgrading eslint and typescript to latest by @jaredwray in https://github.com/jaredwray/cache-manager/pull/712
- fix: cache prefix on del and mdel by @jaredwray in https://github.com/jaredwray/cache-manager/pull/713
New Contributors
- @WardenPotato made their first contribution in https://github.com/jaredwray/cache-manager/pull/708
Full Changelog: https://github.com/jaredwray/cache-manager/compare/2024-06-05...2024-06-17
What's Changed
- moving to typescript compatibility with nodejs 18+ by @jaredwray in https://github.com/jaredwray/cache-manager/pull/702
- adding in express middleware example by @jaredwray in https://github.com/jaredwray/cache-manager/pull/703
Full Changelog: https://github.com/jaredwray/cache-manager/compare/2024-05-23...2024-06-05
What's Changed
- cache-manager - upgrading vitest to 1.6.0 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/690
- cache-manager - upgrading rimraf to 5.0.5 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/691
- cache-manager - upgrading @typescript-eslint modules to latest by @jaredwray in https://github.com/jaredwray/cache-manager/pull/692
- ioredis - upgrading vitest to 1.6.0 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/693
- ioredis - upgrading rimraf to 5.0.7 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/694
- ioredis - upgrading eslint and modules to latest by @jaredwray in https://github.com/jaredwray/cache-manager/pull/695
- redis - upgrading vitest to 1.6.0 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/696
- redis - upgrading rimraf to 5.0.7 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/697
- redis - upgrading redis to 4.6.14 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/698
- redis - upgrading eslint to latest by @jaredwray in https://github.com/jaredwray/cache-manager/pull/699
Full Changelog: https://github.com/jaredwray/cache-manager/compare/2024-05-22...2024-05-23
What's Changed
- fix: the issue of automatically adding "v" key when storing data with… by @locene in https://github.com/jaredwray/cache-manager/pull/681
- moving to a single codecov worklfow by @jaredwray in https://github.com/jaredwray/cache-manager/pull/683
- feat: add details to error event by @corradodellorusso in https://github.com/jaredwray/cache-manager/pull/682
- feat: cache s key prefix configuration by @ezerdemello in https://github.com/jaredwray/cache-manager/pull/666
- proxy underlying caches errors to multicache by @corradodellorusso in https://github.com/jaredwray/cache-manager/pull/684
- documentation fix for memory store on createCache by @jaredwray in https://github.com/jaredwray/cache-manager/pull/688
- fixing docker-compose issue with version by @jaredwray in https://github.com/jaredwray/cache-manager/pull/689
New Contributors
- @locene made their first contribution in https://github.com/jaredwray/cache-manager/pull/681
- @ezerdemello made their first contribution in https://github.com/jaredwray/cache-manager/pull/666
Full Changelog: https://github.com/jaredwray/cache-manager/compare/2024-04-29...2024-05-22
What's Changed
- redis - upgrading vitest to 1.4.0 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/660
- redis - updating cache-manager to 5.5.1 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/661
- redis - upgrading typescript to 5.4.4 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/662
- Fix broken links in README by @turastory in https://github.com/jaredwray/cache-manager/pull/663
- fixing the xo runner on test:ci by @jaredwray in https://github.com/jaredwray/cache-manager/pull/664
- fix docs by @corradodellorusso in https://github.com/jaredwray/cache-manager/pull/668
- cache-manager - upgrading typescript and types to latest by @jaredwray in https://github.com/jaredwray/cache-manager/pull/670
- upgrading lru-cache to 10.2.2 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/671
- cache-manager - upgrading vitest to 1.5.2 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/672
- ioredis-yet - upgrading typescript to 5.4.5 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/673
- ioredis-yet - upgrading eslint to 9.1.1 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/674
- ioredis-yet - upgrading ioredis to 5.4.1 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/675
- ioredis-yet - upgrading vitest to 1.5.2 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/676
- redis-yet - upgrading typescript to 5.4.5 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/677
- redis-yet - upgrading eslint to 9.1.1 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/678
- redis-yet - upgrading vitest to 1.5.2 by @jaredwray in https://github.com/jaredwray/cache-manager/pull/679
New Contributors
- @turastory made their first contribution in https://github.com/jaredwray/cache-manager/pull/663
- @corradodellorusso made their first contribution in https://github.com/jaredwray/cache-manager/pull/668
Full Changelog: https://github.com/jaredwray/cache-manager/compare/2024-04-05...2024-04-29
Migration to new Mono Repo
We have migrated to the new mono repo and have included all packages from `node-cache-manager`. We will be shutting down the github org and legacy repos in the next 30 days (May 5th). All issues should be here moving forward. In addition to the mono repo there are some changes:
- `cache-manager-redis-yet` - this has a breaking change of support from nodejs v16 to 18+
What's Changed
- Update README.md by @jaredwray in https://github.com/jaredwray/cache-manager/pull/655
- initial mono repo changes by @jaredwray in https://github.com/jaredwray/cache-manager/pull/656
- migrating to a mono repo - redis by @jaredwray in https://github.com/jaredwray/cache-manager/pull/657
- updating readme with new path by @jaredwray in https://github.com/jaredwray/cache-manager/pull/658
- adding in two redis servers for testing by @jaredwray in https://github.com/jaredwray/cache-manager/pull/659
Full Changelog: https://github.com/jaredwray/cache-manager/compare/v5.5.0...2024-04-05
Added Event Errors
Cache Manager now does not throw errors by default. Instead, all errors are evented through the error event. Here is an example on how to use it:
```javascript
const memoryCache = await caching('memory', {
max: 100,
ttl: 10 * 1000 /milliseconds/,
});
memoryCache.on('error', (error) => {
console.error('Cache error:', error);
});
```
What's Changed
- Adding SQLite storage(use better-sqlite3) by @huijiewei in https://github.com/node-cache-manager/cache-manager/pull/638
- Ability to catch promise rejections from background refreshes by @Kauhsa in https://github.com/node-cache-manager/cache-manager/pull/637
- updating readme to show configuration options by @jaredwray in https://github.com/node-cache-manager/cache-manager/pull/644
- updating readme with correct settings on shouldCloneBeforeSet by @jaredwray in https://github.com/node-cache-manager/cache-manager/pull/645
- Fix README: missing closing of code block by @tdelmas in https://github.com/node-cache-manager/cache-manager/pull/648
- updating contributing guidelines by @jaredwray in https://github.com/node-cache-manager/cache-manager/pull/649
- moving templates and repo paths to cache-manager by @jaredwray in https://github.com/node-cache-manager/cache-manager/pull/650
- updating readme to correct paths by @jaredwray in https://github.com/node-cache-manager/cache-manager/pull/651
- removing dotenv-cli as it is not used by @jaredwray in https://github.com/node-cache-manager/cache-manager/pull/652
- Migrating to xo for linting by @jaredwray in https://github.com/node-cache-manager/cache-manager/pull/653
- Add onCacheError option by @slukes in https://github.com/node-cache-manager/cache-manager/pull/646
- updating documentation and version by @jaredwray in https://github.com/node-cache-manager/cache-manager/pull/654
New Contributors
- @huijiewei made their first contribution in https://github.com/node-cache-manager/cache-manager/pull/638
- @Kauhsa made their first contribution in https://github.com/node-cache-manager/cache-manager/pull/637
- @tdelmas made their first contribution in https://github.com/node-cache-manager/cache-manager/pull/648
- @slukes made their first contribution in https://github.com/node-cache-manager/cache-manager/pull/646
Full Changelog: https://github.com/node-cache-manager/cache-manager/compare/v5.4.0...v5.5.0
Refresh cache keys in background
Both the caching and multicaching modules support a mechanism to refresh expiring cache keys in background when using the `wrap` function.
This is done by adding a `refreshThreshold` attribute while creating the caching store or passing it to the wrap function.
If `refreshThreshold` is set and after retrieving a value from cache the TTL will be checked.
If the remaining TTL is less than refreshThreshold, the system will update the value asynchronously,
following same rules as standard fetching. In the meantime, the system will return the old value until expiration.
What's Changed
- Add refreshThreshold as parameter of wrap function. Fix #606 by @lchenay in https://github.com/node-cache-manager/node-cache-manager/pull/630
- upgrading vitest to 1.2.1 by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/634
- updating eslint and prettier to latest by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/635
- fixing multi-cache testing of ttl wrap function by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/636
Full Changelog: https://github.com/node-cache-manager/node-cache-manager/compare/v5.3.2...v5.4.0
What's Changed
- Use a github action workflow to release new versions by @QuentinLemCode in https://github.com/node-cache-manager/node-cache-manager/pull/612
- adding in prepare for the build by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/618
- fix: exclude sourcemap when package publish by @czy88840616 in https://github.com/node-cache-manager/node-cache-manager/pull/622
- updating clean to scripts by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/623
- feat: support sync cache creation by @denkan in https://github.com/node-cache-manager/node-cache-manager/pull/598
- 619: Ensure that background refresh only calls fn once. by @ricall in https://github.com/node-cache-manager/node-cache-manager/pull/620
- updating typescript and removing release workflow by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/624
- updating vitest to 1.1.0 by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/625
- upgrading promise-coalesce to 1.1.2 by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/626
- upgrading lru-cache to 10.1.0 by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/627
- upgrading typescript and eslint to latest by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/628
New Contributors
- @QuentinLemCode made their first contribution in https://github.com/node-cache-manager/node-cache-manager/pull/612
- @czy88840616 made their first contribution in https://github.com/node-cache-manager/node-cache-manager/pull/622
- @denkan made their first contribution in https://github.com/node-cache-manager/node-cache-manager/pull/598
- @ricall made their first contribution in https://github.com/node-cache-manager/node-cache-manager/pull/620
Full Changelog: https://github.com/node-cache-manager/node-cache-manager/compare/v5.3.0...v5.3.2
Major fix as `5.3.0` did not have the dist folder on release.
What's Changed
- updating to always run vitest with coverage by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/605
- fix(refreshThreshold): don't run if ttl is -1 by @mihirgupta0900 in https://github.com/node-cache-manager/node-cache-manager/pull/604
- fix(caching): coalesce concurrent requests to `wrap` function by @douglascayers in https://github.com/node-cache-manager/node-cache-manager/pull/599
- upgrading lru-cache to 10.0.2 by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/609
- upgrading eslint, prettier, and types to latest by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/610
New Contributors
- @mihirgupta0900 made their first contribution in https://github.com/node-cache-manager/node-cache-manager/pull/604
- @douglascayers made their first contribution in https://github.com/node-cache-manager/node-cache-manager/pull/599
Full Changelog: https://github.com/node-cache-manager/node-cache-manager/compare/5.2.4...v5.3.1
What's Changed
- updating to always run vitest with coverage by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/605
- fix(refreshThreshold): don't run if ttl is -1 by @mihirgupta0900 in https://github.com/node-cache-manager/node-cache-manager/pull/604
- fix(caching): coalesce concurrent requests to `wrap` function by @douglascayers in https://github.com/node-cache-manager/node-cache-manager/pull/599
- upgrading lru-cache to 10.0.2 by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/609
- upgrading eslint, prettier, and types to latest by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/610
New Contributors
- @mihirgupta0900 made their first contribution in https://github.com/node-cache-manager/node-cache-manager/pull/604
- @douglascayers made their first contribution in https://github.com/node-cache-manager/node-cache-manager/pull/599
Full Changelog: https://github.com/node-cache-manager/node-cache-manager/compare/5.2.4...v5.3.0
Updates 🍻
- Added refreshing cache keys in the background. You can learn more here: https://github.com/node-cache-manager/node-cache-manager#refresh-cache-keys-in-background - https://github.com/node-cache-manager/node-cache-manager/pull/586
- Enabling the ttl of a wrap to be a function `async
(key: string, fn: () => Promise , ttl?: WrapTTL )` - https://github.com/node-cache-manager/node-cache-manager/pull/535
What's Changed
- fix(deps): update dependency lru-cache to v10 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/500
- chore(deps): update vitest monorepo to v0.32.2 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/490
- chore(deps): update dependency eslint to v8.43.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/501
- chore(deps): lock file maintenance by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/502
- chore(deps): update typescript-eslint monorepo to v5.60.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/503
- chore(deps): update commitlint monorepo to v17.6.6 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/505
- chore(deps): lock file maintenance by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/506
- chore(deps): update typescript-eslint monorepo to v5.60.1 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/507
- chore(deps): update dependency @types/node to v20.3.2 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/508
- chore(deps): update dependency typescript to v5.1.5 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/509
- chore(deps): update dependency lint-staged to v13.2.3 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/510
- chore(deps): update dependency typescript to v5.1.6 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/511
- chore(deps): update dependency @types/node to v20.3.3 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/513
- chore(deps): update dependency eslint to v8.44.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/514
- chore(deps): lock file maintenance by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/515
- chore(deps): update vitest monorepo to v0.32.4 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/516
- chore(deps): update typescript-eslint monorepo to v5.61.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/517
- chore(deps): update dependency @release-it/conventional-changelog to v6 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/518
- chore(deps): update dependency @types/node to v20.4.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/520
- chore(deps): update dependency release-it to v16 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/521
- chore(deps): update dependency @vitest/coverage-v8 to v0.33.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/523
- chore(deps): update dependency vitest to v0.33.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/524
- chore(deps): update dependency @types/node to v20.4.1 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/525
- chore(deps): update dependency release-it to v16.1.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/526
- chore(deps): update dependency @release-it/conventional-changelog to v7 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/527
- chore(deps): lock file maintenance by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/528
- chore(deps): update typescript-eslint monorepo to v5.62.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/529
- chore(deps): update dependency @types/node to v20.4.2 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/534
- chore(deps): update dependency eslint to v8.45.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/536
- feat: the ttl of wrap could be function by @peng-huang-ch in https://github.com/node-cache-manager/node-cache-manager/pull/535
- chore(deps): update typescript-eslint monorepo to v6 (major) by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/530
- chore(deps): update dependency release-it to v16.1.2 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/537
- chore(deps): lock file maintenance by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/538
- chore(deps): update typescript-eslint monorepo to v6.1.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/539
- chore(deps): update commitlint monorepo to v17.6.7 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/540
- chore(deps): update dependency release-it to v16.1.3 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/541
- chore(deps): update dependency @types/node to v20.4.3 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/542
- chore(deps): update dependency @types/node to v20.4.4 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/543
- chore(deps): lock file maintenance by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/544
- chore(deps): update typescript-eslint monorepo to v6.2.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/545
- chore(deps): update pnpm/action-setup action to v2.3.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/546
- chore(deps): update dependency @types/node to v20.4.5 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/547
- chore(deps): update pnpm/action-setup action to v2.4.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/548
- chore(deps): update dependency eslint-config-prettier to v8.9.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/549
- chore(deps): update dependency eslint to v8.46.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/550
- chore(deps): update dependency @types/node to v20.4.6 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/554
- chore(deps): update dependency eslint-config-prettier to v8.10.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/555
- chore(deps): update dependency @types/node to v20.4.7 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/556
- chore(deps): update dependency @types/node to v20.4.8 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/557
- chore(deps): update dependency eslint-config-prettier to v9 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/558
- chore(deps): update dependency @types/node to v20.4.9 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/559
- chore(deps): update commitlint monorepo to v17.7.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/560
- chore(deps): update dependency release-it to v16.1.4 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/561
- chore(deps): update dependency @commitlint/cli to v17.7.1 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/562
- chore(deps): update dependency eslint to v8.47.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/563
- chore(deps): update dependency @types/node to v20.4.10 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/564
- chore(deps): update dependency release-it to v16.1.5 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/565
- chore(deps): update dependency lint-staged to v13.3.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/566
- chore(deps): update dependency @types/node to v20.5.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/567
- chore(deps): update dependency lint-staged to v14 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/568
- chore(deps): update dependency dotenv-cli to v7.3.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/569
- chore(deps): update dependency @types/node to v20.5.1 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/570
- chore(deps): update dependency lint-staged to v14.0.1 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/571
- chore(deps): update dependency @types/node to v20.5.2 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/572
- chore(deps): update dependency @types/node to v20.5.3 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/574
- chore(deps): update dependency @types/node to v20.5.4 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/575
- chore(deps): update dependency @types/node to v20.5.5 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/578
- chore(deps): update dependency @types/node to v20.5.6 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/579
- chore(deps): update dependency eslint to v8.48.0 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/580
- chore(deps): update dependency @types/node to v20.5.7 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/581
- chore(deps): update dependency @types/node to v20.5.8 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/582
- chore(deps): update dependency @types/node to v20.5.9 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/583
- chore(deps): update dependency @release-it/conventional-changelog to v7.0.1 by @renovate in https://github.com/node-cache-manager/node-cache-manager/pull/584
- Cleaning up project to make more like cacheable project by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/587
- feat: optional refresh strategy (stale-while-revalidate) #533 by @jonathanarezki in https://github.com/node-cache-manager/node-cache-manager/pull/586
- upgrading vitest to 0.34.4 by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/589
- upgrading typescript and eslint to latest by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/590
- upgrading @vitest/coverage-v8 to 0.34.4 by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/591
- removing renovate and stale actions by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/592
- file clean up on release, commit, husky, and changelog by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/593
- Fix README.md by @TitusKirch in https://github.com/node-cache-manager/node-cache-manager/pull/594
- upgrading vitest to 0.34.6 by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/600
- upgrading lru-cache to 10.0.1 by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/601
- upgrading eslint to 8.50.0 by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/602
- upgrading @faker-js/faker to 8.1.0 by @jaredwray in https://github.com/node-cache-manager/node-cache-manager/pull/603
New Contributors
- @peng-huang-ch made their first contribution in https://github.com/node-cache-manager/node-cache-manager/pull/535
- @jaredwray made their first contribution in https://github.com/node-cache-manager/node-cache-manager/pull/587
- @jonathanarezki made their first contribution in https://github.com/node-cache-manager/node-cache-manager/pull/586
- @TitusKirch made their first contribution in https://github.com/node-cache-manager/node-cache-manager/pull/594
Full Changelog: https://github.com/node-cache-manager/node-cache-manager/compare/5.2.3...5.2.4