jwt-framework icon indicating copy to clipboard operation
jwt-framework copied to clipboard

Add deprecation notice for enabledCache method

Open Spomky opened this issue 10 months ago • 0 comments

Target branch: 4.1 Resolves issue #605

  • [ ] It is a Bug fix
  • [ ] It is a New feature
  • [x] It is related to dependencies

Includes:

  • [ ] Breaks BC
  • [x] Deprecations

The enabledCache method is now marked as deprecated starting from version 4.1 and will be removed in version 5.0. Users are encouraged to use the Http Client for caching responses instead. This change aligns with the planned removal of this method in the next major release.

Spomky avatar Apr 26 '25 06:04 Spomky