Skip to content

v4.0.0-next.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jul 07:09
392c7d2

4.0.0-next.1 (2026-07-31)

⚠ BREAKING CHANGES

  • deleteCacheTags() now removes all registrations of affected queries and returns the number of (query, tag) pairs removed. RedisCacheTagsProvider.truncateCacheTags() throws without a non-empty keyPrefix.
  • the package now ships only dist/ (src/ is no longer published) and requires Node.js >= 20.

Co-authored-by: Cursor cursoragent@cursor.com

  • fix(links): preserve only a leading plus in getTelLink

Co-authored-by: Cursor cursoragent@cursor.com

  • test: add unit coverage for providers, utils, and links

Co-authored-by: Cursor cursoragent@cursor.com

  • ci: run full checks before release and drop changelog plugin

Co-authored-by: Cursor cursoragent@cursor.com

  • ci: allow test imports from dist before build in eslint

Co-authored-by: Cursor cursoragent@cursor.com

Features