Skip to content

Commit f3d0832

Browse files
author
ChadKluck
committed
updated changelog
1 parent 728f9ab commit f3d0832

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ Report all vulnerabilities under the [Security menu](https://github.com/63Klabs/
88

99
> Note: This project is still in beta. Even though changes are tested and breaking changes are avoided, things may break.
1010
11+
## 1.3.0 (2025-07-16)
12+
13+
### Enhancements
14+
15+
- Removed AWS SDK V2 support which closes [issue-213](https://github.com/63Klabs/cache-data/issues/213). AWS SDK V2 was for versions of Node 16 and under, and since they are no longer supported Lambda runtimes, support has been removed from cache-data.
16+
17+
### Fixes
18+
19+
- Addressed deprecation warnings (handled by Amazon Q Developer):
20+
- Eliminated Warning:
21+
- [email protected] - From aws-sdk v2 (removed aws-sdk v2)
22+
- Remaining Warning (unavoidable):
23+
- [email protected] - From sinon dependency (external package)
24+
1125
## 1.2.10 (2025-07-15)
1226

1327
### Enhancements

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ See [Change Log](CHANGELOG.md) for version history and changes.
6969

7070
## Issues, Features, and Enhancements
7171

72-
Visit the [Issues section of the @63Klabs Cache-Data GitHub repository](https://github.com/63klabs/cache-data) for information on reported issues, upcoming fixes and enhancements, and to submit requests.
72+
Visit the [Issues section of the @63Klabs Cache-Data GitHub repository](https://github.com/63Klabs/cache-data/issues) for information on reported issues, upcoming fixes and enhancements, and to submit requests.
7373

7474
## License
7575

@@ -81,8 +81,8 @@ This project is licensed under the MIT License - see the LICENSE.txt file for de
8181

8282
- Software, DevOps, and Developer Experience Engineer
8383
- [AWS Certified Developer - Associate](https://www.credly.com/users/chad-kluck/badges)
84-
- [Website](https://chadkluck.me/)
85-
- [GitHub](https://github.com/chadkluck)
86-
- [GitHub (63Klabs)](https://github.com/63klabs)
84+
- [Website: chadkluck.me](https://chadkluck.me/)
85+
- [GitHub: chadkluck](https://github.com/chadkluck)
86+
- [GitHub: 63Klabs](https://github.com/63klabs)
8787
- [Mastodon: @chadkluck@universeodon.com](https://universeodon.com/@chadkluck)
8888
- [LinkedIn](https://www.linkedin.com/in/chadkluck/)

0 commit comments

Comments
 (0)