Skip to content

Commit 1a0d926

Browse files
authored
Update CHANGELOGs in preparation of mountpoint-s3-client release (#1489)
Update the CHANGELOGs in order to release the client crates today. --- 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 dc4fc38 commit 1a0d926

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

mountpoint-s3-client/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased (v0.17.0)
1+
## Unreleased
2+
3+
## v0.17.0 (Jun 27, 2025)
24

35
### Breaking changes
46

mountpoint-s3-crt-sys/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## Unreleased (v0.14.0)
1+
## Unreleased
2+
3+
## v0.14.0 (Jun 27, 2025)
24

3-
* Update to latest CRT dependencies.
45
* Include bindings for the new `s3_buffer_pool` API in `aws-c-s3`. ([#1472](https://github.com/awslabs/mountpoint-s3/pull/1472))
6+
* Update to latest CRT dependencies.
57

68
## v0.13.1 (May 9, 2025)
79

mountpoint-s3-crt/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
## Unreleased (v0.12.4)
1+
## Unreleased
22

3-
* Update to latest CRT dependencies.
3+
## v0.12.4 (Jun 27, 2025)
4+
5+
* Adopt the new `body_callback_ex` provided in the latest CRT update and expose the returned data slices as `Buffer`
6+
references, which allow callers to acquire ownership of the underlying memory pool buffers, avoiding a copy.
7+
([#1481](https://github.com/awslabs/mountpoint-s3/pull/1481))
48

59
## v0.12.3 (May 9, 2025)
610

0 commit comments

Comments
 (0)