Skip to content

Commit 228d598

Browse files
authored
Publish client crates (#1237)
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 ef20898 commit 228d598

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

mountpoint-s3-client/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## v0.12.0 (January 20, 2025)
4+
35
### Breaking changes
46

57
* `get_object` method now waits for the response headers before returning and may report errors earlier.
@@ -28,8 +30,12 @@
2830

2931
### Other changes
3032

33+
* Add support for custom telemetry handlers.
34+
([#1080](https://github.com/awslabs/mountpoint-s3/pull/1080))
3135
* Add support for source buckets with dots in the name in `copy_object`.
3236
([#1228](https://github.com/awslabs/mountpoint-s3/pull/1228))
37+
* Add support for object metadata in GET requests.
38+
([#1065](https://github.com/awslabs/mountpoint-s3/pull/1065))
3339
* `HeadObjectResult` now includes the server-side encryption settings used when storing the object.
3440
([#1143](https://github.com/awslabs/mountpoint-s3/pull/1143))
3541
* Add parameter to request checksum information as part of a `HeadObject` request.

mountpoint-s3-crt-sys/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## v0.11.0 (January 20, 2025)
4+
35
* Update to latest CRT dependencies
46

57
## v0.10.0 (October 17, 2024)

mountpoint-s3-crt/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## v0.11.0 (January 20, 2025)
4+
35
* Update to latest CRT dependencies.
46
* Checksum hashers no longer implement `std::hash::Hasher`. ([#1082](https://github.com/awslabs/mountpoint-s3/pull/1082))
57
* Add bindings to remaining checksum types CRC64, SHA1, and SHA256. ([#1082](https://github.com/awslabs/mountpoint-s3/pull/1082))

0 commit comments

Comments
 (0)