This commit is contained in:
2026-02-19 10:07:43 +00:00
parent 007438e372
commit 6e637ecf77
1763 changed files with 60820 additions and 279516 deletions

View File

@@ -1,3 +1,31 @@
# v1.13.4 (2025-12-02)
* **Dependency Update**: Upgrade to smithy-go v1.24.0. Notably this version of the library reduces the allocation footprint of the middleware system. We observe a ~10% reduction in allocations per SDK call with this change.
# v1.13.3 (2025-11-04)
* **Dependency Update**: Upgrade to smithy-go v1.23.2 which should convey some passive reduction of overall allocations, especially when not using the metrics system.
# v1.13.2 (2025-10-16)
* **Dependency Update**: Bump minimum Go version to 1.23.
# v1.13.1 (2025-08-27)
* **Dependency Update**: Update to smithy-go v1.23.0.
# v1.13.0 (2025-07-28)
* **Feature**: Add support for HTTP interceptors.
# v1.12.4 (2025-06-17)
* **Dependency Update**: Update to smithy-go v1.22.4.
# v1.12.3 (2025-02-18)
* **Bug Fix**: Bump go version to 1.22
# v1.12.2 (2025-01-24)
* **Dependency Update**: Upgrade to smithy-go v1.22.2.