Skip to content

release: 2026-05-27 (8 packages)#1647

Merged
jaredwray merged 1 commit into
mainfrom
claude/vibrant-turing-Lt1n0
May 27, 2026
Merged

release: 2026-05-27 (8 packages)#1647
jaredwray merged 1 commit into
mainfrom
claude/vibrant-turing-Lt1n0

Conversation

@jaredwray
Copy link
Copy Markdown
Owner

Release summary

Releasing 8 packages: @cacheable/memory@2.1.0 (minor), @cacheable/node-cache@3.1.0 (minor), cacheable@2.4.0 (minor), cache-manager@7.2.9 (patch), file-entry-cache@11.1.4 (patch), flat-cache@6.1.23 (patch), @cacheable/net@2.0.9 (patch), @cacheable/utils@2.4.2 (patch).

Packages

Package Current New Bump Rationale Commits
@cacheable/memory 2.0.9 2.1.0 minor 2 feat (hooks, maxTtl), 1 build 3
@cacheable/node-cache 3.0.1 3.1.0 minor 1 feat (enhanced store + bug fixes), 1 test 3
cacheable 2.3.5 2.4.0 minor 1 feat (maxTtl), 1 build 2
cache-manager 7.2.8 7.2.9 patch build: tsup→tsdown, pnpm 11 1
file-entry-cache 11.1.3 11.1.4 patch build: tsup→tsdown, pnpm 11 1
flat-cache 6.1.22 6.1.23 patch build: tsup→tsdown, pnpm 11 1
@cacheable/net 2.0.8 2.0.9 patch build: tsup→tsdown, pnpm 11 1
@cacheable/utils 2.4.1 2.4.2 patch build: tsup→tsdown, pnpm 11 1
cacheable-request 13.0.19 skipped no changes since v13.0.19 0
@cacheable/benchmark 1.0.0 skipped not published on npm 0
@cacheable/website 1.0.0 private not published 0

@cacheable/memory@2.1.0 — 2026-05-27

Add lifecycle hooks and maxTtl cap to CacheableMemory.

Features

Internal

Contributors

Full List of Changes

Full diff: 9346f94...claude/vibrant-turing-Lt1n0


@cacheable/node-cache@3.1.0 — 2026-05-27

Add keys/has/getTtl/flushAll, events, useClones, checkperiod, and fix multiple stat-tracking bugs.

Features

Bug Fixes

Internal

Contributors

Full List of Changes

Full diff: 9346f94...claude/vibrant-turing-Lt1n0


cacheable@2.4.0 — 2026-05-27

Add maxTtl option to enforce an upper bound on cache entry lifetimes.

Features

Internal

Contributors

Full List of Changes

Full diff: 9346f94...claude/vibrant-turing-Lt1n0


cache-manager@7.2.9 — 2026-05-27

Build tooling migration to tsdown and pnpm 11.

Internal

Contributors

Full List of Changes

Full diff: 9346f94...claude/vibrant-turing-Lt1n0


file-entry-cache@11.1.4 — 2026-05-27

Build tooling migration to tsdown and pnpm 11.

Internal

Contributors

Full List of Changes

Full diff: 9346f94...claude/vibrant-turing-Lt1n0


flat-cache@6.1.23 — 2026-05-27

Build tooling migration to tsdown and pnpm 11.

Internal

Contributors

Full List of Changes

Full diff: 9346f94...claude/vibrant-turing-Lt1n0


@cacheable/net@2.0.9 — 2026-05-27

Build tooling migration to tsdown and pnpm 11.

Internal

Contributors

Full List of Changes

Full diff: 9346f94...claude/vibrant-turing-Lt1n0


@cacheable/utils@2.4.2 — 2026-05-27

Build tooling migration to tsdown and pnpm 11.

Internal

Contributors

Full List of Changes

Full diff: 9346f94...claude/vibrant-turing-Lt1n0


Verification

  • pnpm install --frozen-lockfile succeeds
  • pnpm build succeeds
  • Tests pass locally for all packages with available services (memory, node-cache, flat-cache, utils at 100% coverage)
  • Pre-existing test failures on main confirmed for packages requiring Redis/network services (cacheable, cache-manager, net, file-entry-cache, cacheable-request)
  • No uncommitted changes outside the version bump

Post-merge

  • Merge — no publish workflow detected; publish manually with npm publish per package or set up a workflow per release-management-nodejs.md.

Generated by Claude Code

Releasing 8 packages:
- @cacheable/memory@2.1.0 (minor)
- @cacheable/node-cache@3.1.0 (minor)
- cacheable@2.4.0 (minor)
- cache-manager@7.2.9 (patch)
- file-entry-cache@11.1.4 (patch)
- flat-cache@6.1.23 (patch)
- @cacheable/net@2.0.9 (patch)
- @cacheable/utils@2.4.2 (patch)

https://claude.ai/code/session_01RHRKp9uLbfAsRAFPcDgZQx
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request increments the version numbers across multiple packages in the monorepo, including cache-manager, cacheable, file-entry-cache, flat-cache, memory, net, node-cache, and utils. No review comments were provided, and there is no feedback to address.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (948234a) to head (d4e562b).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1647   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines         2688      2688           
  Branches       593       593           
=========================================
  Hits          2688      2688           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jaredwray jaredwray merged commit 069f734 into main May 27, 2026
12 checks passed
@jaredwray jaredwray deleted the claude/vibrant-turing-Lt1n0 branch May 27, 2026 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants