Skip to content

Commit a7ed6b7

Browse files
authored
Publish client crates (#1252)
Update changelogs for the client crates to prepare for publication. ### Does this change impact existing behavior? N/A ### Does this change need a changelog entry? Does it require a version change? N/A --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). Signed-off-by: Alessandro Passaro <[email protected]>
1 parent fed028d commit a7ed6b7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

mountpoint-s3-client/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
## Unreleased
22

3+
## v0.13.0 (February 3, 2025)
4+
35
### Other changes
46

5-
* Add support for CRC64-NVME checksum algorithm. ([#1235](https://github.com/awslabs/mountpoint-s3/pull/1235))
7+
* Add support for CRC64-NVME checksum algorithm.
8+
([#1235](https://github.com/awslabs/mountpoint-s3/pull/1235))
69
* Add support for overriding the number of threads used by the Event Loop.
710
([#1240](https://github.com/awslabs/mountpoint-s3/pull/1240))
8-
* The ECS credentials provider now performs retries in the event of some failures. ([awslabs/aws-c-auth#259](https://github.com/awslabs/aws-c-auth/pull/259))
11+
* The ECS credentials provider now performs retries in the event of some failures.
12+
([awslabs/aws-c-auth#259](https://github.com/awslabs/aws-c-auth/pull/259))
913
* Export missing types in public API which previously required a direct dependency on `mountpoint-s3-crt`.
1014
([#1248](https://github.com/awslabs/mountpoint-s3/pull/1248))
1115

mountpoint-s3-crt-sys/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## v0.12.0 (February 3, 2025)
4+
35
* Update to latest CRT dependencies.
46

57
## v0.11.0 (January 20, 2025)

mountpoint-s3-crt/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## v0.12.0 (February 3, 2025)
4+
35
* Update to latest CRT dependencies.
46
* Rename `Crc64` to `Crc64nvme` and add case to `ChecksumAlgorithm`. ([#1235](https://github.com/awslabs/mountpoint-s3/pull/1235))
57

0 commit comments

Comments
 (0)