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.

View File

@@ -3,4 +3,4 @@
package acceptencoding
// goModuleVersion is the tagged release for this module
const goModuleVersion = "1.12.2"
const goModuleVersion = "1.13.4"

View File

@@ -1,3 +1,102 @@
# v1.13.16 (2025-12-08)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.15 (2025-12-02)
* **Dependency Update**: Updated to the latest SDK module versions
* **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.14 (2025-11-19.2)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.13 (2025-11-04)
* **Dependency Update**: Updated to the latest SDK module versions
* **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.12 (2025-10-30)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.11 (2025-10-23)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.10 (2025-10-16)
* **Dependency Update**: Bump minimum Go version to 1.23.
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.9 (2025-09-26)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.8 (2025-09-23)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.7 (2025-09-08)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.6 (2025-08-29)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.5 (2025-08-27)
* **Dependency Update**: Update to smithy-go v1.23.0.
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.4 (2025-08-21)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.3 (2025-08-11)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.2 (2025-08-04)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.1 (2025-07-30)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.13.0 (2025-07-28)
* **Feature**: Add support for HTTP interceptors.
* **Dependency Update**: Updated to the latest SDK module versions
# v1.12.18 (2025-07-19)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.12.17 (2025-06-17)
* **Dependency Update**: Update to smithy-go v1.22.4.
* **Dependency Update**: Updated to the latest SDK module versions
# v1.12.16 (2025-06-10)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.12.15 (2025-02-27)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.12.14 (2025-02-18)
* **Bug Fix**: Bump go version to 1.22
* **Dependency Update**: Updated to the latest SDK module versions
# v1.12.13 (2025-02-05)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.12.12 (2025-01-31)
* **Dependency Update**: Updated to the latest SDK module versions

View File

@@ -3,4 +3,4 @@
package presignedurl
// goModuleVersion is the tagged release for this module
const goModuleVersion = "1.12.12"
const goModuleVersion = "1.13.16"