@63klabs/cache-data 1.2.5 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,35 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- > Note: This project is still in beta. Even though changes are tested and breaking changes are avoided, things may break. The latest 1.1.x version is stable.
5
+ Proposed and upcoming changes may be found on [63Klabs/cache-data Issues](https://github.com/63Klabs/cache-data/issues).
6
+
7
+ Report all vulnerabilities under the [Security menu](https://github.com/63Klabs/cache-data/security/advisories) in the Cache-Data GitHub repository.
8
+
9
+ > Note: This project is still in beta. Even though changes are tested and breaking changes are avoided, things may break.
10
+
11
+ ## 1.2.7 (2025-07-15)
12
+
13
+ ### Enhancements
14
+
15
+ - Added check for `CACHE_DATA_` environment variables during init so they don't need to be set during Cache initialization. (Closes [issue-212](https://github.com/63Klabs/cache-data/issues/212))
16
+ - Cleaner documentation, CloudFormation templates, and code now that defaults and environment variables can be used.
17
+
18
+ ### Fixes
19
+
20
+ - Fixed variable misname in cache S3 init from v1.2.6
21
+ - Addressed deprecation warnings (handled by Amazon Q Developer):
22
+ - Eliminated Warnings:
23
+ - @extra-number/significant-digits@1.3.9 - REMOVED by eliminating lambda-tester
24
+ - uuid@3.4.0 (2 instances) - REMOVED by eliminating lambda-tester
25
+ - Remaining Warnings (unavoidable):
26
+ - lodash.get@4.4.2 - From sinon dependency (external package)
27
+ - querystring@0.2.0 - From aws-sdk v2 (required for compatibility)
28
+
29
+ The `querystring` warning will be addressed when aws-sdk v2 compatibility is removed from cache-data. (Required for Node <18 which is no longer available as a Lambda runtime.) Opened [issue-213](https://github.com/63Klabs/cache-data/issues/213)
30
+
31
+ ### AI Usage Note
32
+
33
+ Amazon Q Developer was used to generate tests to ensure backward compatibility, no breaking changes were introduced, and enhancements work as expected. It was used for some additional code generation and reviewed by a human for accuracy.
6
34
 
7
35
  ## 1.2.5 (2025-06-23)
8
36