fix(core): Fix S3 cache manager methods for better path encoding consistency

This commit is contained in:
2024-11-26 22:41:10 +01:00
parent 69b2aa7fb8
commit 8bf1af08d3
8 changed files with 2632 additions and 1796 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-26 - 3.1.1 - fix(core)
Fix S3 cache manager methods for better path encoding consistency
- Corrected path parameter usage in S3 manager methods to ensure encoding and consistency.
- Updated package.json Git dependencies for scoped packages.
## 2024-11-24 - 3.1.0 - feat(core)
Enhanced caching solution with optional configurations and improved documentation.