Update CRT submodules to latest releases#1458
Merged
passaro merged 2 commits intoawslabs:mainfrom Jun 9, 2025
Merged
Conversation
Update the CRT libraries to the latest releases. In particular, we pick up - but do not adopt in this change - the new Memory pool interface ([awslabs/aws-c-s3#517](awslabs/aws-c-s3#517)), which requires minor adjustments to the bindings and the `poll_buffer_pool_usage_stats` function. <details> <summary>Full CRT changelog:</summary> ``` Submodule mountpoint-s3-crt-sys/crt/aws-c-cal fa108de5..938d0fea: > [FIX] heap use after free on aws_ecc_key_pair_new_from_asn1 (awslabs#219) > Remove clang-3 from CI (awslabs#218) > Fix casing on Windows header files (awslabs#217) > dlopen(NULL) returns NULL on static linked executable (awslabs#215) Submodule mountpoint-s3-crt-sys/crt/aws-c-common 8ae8f48e..aaa2f11e: > Fix invalid XML Buffer Overflow Error (awslabs#1201) > Add aws_cbor_decoder_reset_src api for aws_cbor_decoder (awslabs#1202) > Fix casing on Windows header files (awslabs#1199) > Error handling docs (awslabs#1197) > make exports consistent (awslabs#1196) Submodule mountpoint-s3-crt-sys/crt/aws-c-http ca7e0e29..3eedf1ef: > fix mock server window update on 0 length body (awslabs#517) Submodule mountpoint-s3-crt-sys/crt/aws-c-io 8286c781..689dee3c: > Fix warnings in iOS Cross Compile CI (awslabs#733) > Remove clang-3 from CI (awslabs#731) > Acquire/Release Event Loop (awslabs#725) > Fix casing on Windows header files (awslabs#730) Submodule mountpoint-s3-crt-sys/crt/aws-c-s3 7d2d4b30..52c90d39: > Fix race condition between mem acquire and cancel (awslabs#521) > Memory pool interface (awslabs#517) > Remove clang-3 from CI (awslabs#520) > Revert "[s3_meta_request]: Retry on ExpiredToken" (awslabs#518) Submodule mountpoint-s3-crt-sys/crt/aws-c-sdkutils ba6a28fa..f678bda9: > Fix double free on malformed rulesets (awslabs#53) > make exports consistent (awslabs#52) ``` </details> ### Does this change impact existing behavior? No change in behavior. ### Does this change need a changelog entry? Does it require a version change? Yes. --- 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 <alexpax@amazon.co.uk>
dannycjones
previously approved these changes
Jun 9, 2025
mountpoint-s3-crt-sys/CHANGELOG.md
Outdated
| ## Unreleased (v0.14.0) | ||
|
|
||
| * Update to latest CRT dependencies. | ||
| * Include bindings for the new `s3_buffer_pool` API in `aws-c-s3`. ([#1430](https://github.com/awslabs/mountpoint-s3/pull/1430)) |
Contributor
There was a problem hiding this comment.
The PR link needs updating
| ## Unreleased | ||
| ## Unreleased (v1.18.1) | ||
|
|
||
| * Update underlying S3 client version. |
Contributor
There was a problem hiding this comment.
Should we drop this with the next change to Mountpoint? I'm not sure we really want these entries in this change log.
Oops, shouldn't have approved, only commented
Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk>
dannycjones
approved these changes
Jun 9, 2025
passaro
added a commit
to passaro/mountpoint-s3
that referenced
this pull request
Jun 13, 2025
This reverts commit f138efc. Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jun 13, 2025
This reverts commit f138efc. As part of the investigation on the benchmark failures in the CI, e.g. https://github.com/awslabs/mountpoint-s3/actions/runs/15625094824/job/44017689830, we are reverting to the previous CRT releases. ### Does this change impact existing behavior? No. ### Does this change need a changelog entry? Does it require a version change? Yes, reverted. --- 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 <alexpax@amazon.co.uk>
passaro
added a commit
to passaro/mountpoint-s3
that referenced
this pull request
Jun 16, 2025
…slabs#1466) This reverts commit 1ee3d8f.
passaro
added a commit
to passaro/mountpoint-s3
that referenced
this pull request
Jun 19, 2025
…slabs#1466) This reverts commit 1ee3d8f.
c-hagem
pushed a commit
to c-hagem/mountpoint-s3
that referenced
this pull request
Jun 20, 2025
…slabs#1466) This reverts commit 1ee3d8f.
mansi153
pushed a commit
to mansi153/mountpoint-s3
that referenced
this pull request
Jul 24, 2025
> [!NOTE] > This PR reapplies the changes in awslabs#1430, previously reverted in awslabs#1435, with the addition of a fix to a race condition in `aws-c-s3` (awslabs/aws-c-s3#521). In particular, we pick up - but do not adopt in this change - the new Memory pool interface ([awslabs/aws-c-s3#517](awslabs/aws-c-s3#517)), which requires minor adjustments to the bindings and the `poll_buffer_pool_usage_stats` function. <details> <summary>Full CRT changelog:</summary> ``` Submodule mountpoint-s3-crt-sys/crt/aws-c-cal fa108de5..938d0fea: > [FIX] heap use after free on aws_ecc_key_pair_new_from_asn1 (awslabs#219) > Remove clang-3 from CI (awslabs#218) > Fix casing on Windows header files (awslabs#217) > dlopen(NULL) returns NULL on static linked executable (awslabs#215) Submodule mountpoint-s3-crt-sys/crt/aws-c-common 8ae8f48e..aaa2f11e: > Fix invalid XML Buffer Overflow Error (awslabs#1201) > Add aws_cbor_decoder_reset_src api for aws_cbor_decoder (awslabs#1202) > Fix casing on Windows header files (awslabs#1199) > Error handling docs (awslabs#1197) > make exports consistent (awslabs#1196) Submodule mountpoint-s3-crt-sys/crt/aws-c-http ca7e0e29..3eedf1ef: > fix mock server window update on 0 length body (awslabs#517) Submodule mountpoint-s3-crt-sys/crt/aws-c-io 8286c781..689dee3c: > Fix warnings in iOS Cross Compile CI (awslabs#733) > Remove clang-3 from CI (awslabs#731) > Acquire/Release Event Loop (awslabs#725) > Fix casing on Windows header files (awslabs#730) Submodule mountpoint-s3-crt-sys/crt/aws-c-s3 7d2d4b30..52c90d39: > Fix race condition between mem acquire and cancel (awslabs#521) > Memory pool interface (awslabs#517) > Remove clang-3 from CI (awslabs#520) > Revert "[s3_meta_request]: Retry on ExpiredToken" (awslabs#518) Submodule mountpoint-s3-crt-sys/crt/aws-c-sdkutils ba6a28fa..f678bda9: > Fix double free on malformed rulesets (awslabs#53) > make exports consistent (awslabs#52) ``` </details> ### Does this change impact existing behavior? No change in behavior. ### Does this change need a changelog entry? Does it require a version change? Yes. --- 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 <alexpax@amazon.co.uk>
mansi153
pushed a commit
to mansi153/mountpoint-s3
that referenced
this pull request
Jul 24, 2025
…labs#1466) This reverts commit f138efc. As part of the investigation on the benchmark failures in the CI, e.g. https://github.com/awslabs/mountpoint-s3/actions/runs/15625094824/job/44017689830, we are reverting to the previous CRT releases. ### Does this change impact existing behavior? No. ### Does this change need a changelog entry? Does it require a version change? Yes, reverted. --- 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 <alexpax@amazon.co.uk>
dannycjones
pushed a commit
to c-hagem/mountpoint-s3
that referenced
this pull request
Oct 9, 2025
> [!NOTE] > This PR reapplies the changes in awslabs#1430, previously reverted in awslabs#1435, with the addition of a fix to a race condition in `aws-c-s3` (awslabs/aws-c-s3#521). In particular, we pick up - but do not adopt in this change - the new Memory pool interface ([awslabs/aws-c-s3#517](awslabs/aws-c-s3#517)), which requires minor adjustments to the bindings and the `poll_buffer_pool_usage_stats` function. <details> <summary>Full CRT changelog:</summary> ``` Submodule mountpoint-s3-crt-sys/crt/aws-c-cal fa108de5..938d0fea: > [FIX] heap use after free on aws_ecc_key_pair_new_from_asn1 (awslabs#219) > Remove clang-3 from CI (awslabs#218) > Fix casing on Windows header files (awslabs#217) > dlopen(NULL) returns NULL on static linked executable (awslabs#215) Submodule mountpoint-s3-crt-sys/crt/aws-c-common 8ae8f48e..aaa2f11e: > Fix invalid XML Buffer Overflow Error (awslabs#1201) > Add aws_cbor_decoder_reset_src api for aws_cbor_decoder (awslabs#1202) > Fix casing on Windows header files (awslabs#1199) > Error handling docs (awslabs#1197) > make exports consistent (awslabs#1196) Submodule mountpoint-s3-crt-sys/crt/aws-c-http ca7e0e29..3eedf1ef: > fix mock server window update on 0 length body (awslabs#517) Submodule mountpoint-s3-crt-sys/crt/aws-c-io 8286c781..689dee3c: > Fix warnings in iOS Cross Compile CI (awslabs#733) > Remove clang-3 from CI (awslabs#731) > Acquire/Release Event Loop (awslabs#725) > Fix casing on Windows header files (awslabs#730) Submodule mountpoint-s3-crt-sys/crt/aws-c-s3 7d2d4b30..52c90d39: > Fix race condition between mem acquire and cancel (awslabs#521) > Memory pool interface (awslabs#517) > Remove clang-3 from CI (awslabs#520) > Revert "[s3_meta_request]: Retry on ExpiredToken" (awslabs#518) Submodule mountpoint-s3-crt-sys/crt/aws-c-sdkutils ba6a28fa..f678bda9: > Fix double free on malformed rulesets (awslabs#53) > make exports consistent (awslabs#52) ``` </details> ### Does this change impact existing behavior? No change in behavior. ### Does this change need a changelog entry? Does it require a version change? Yes. --- 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 <alexpax@amazon.co.uk>
dannycjones
pushed a commit
to c-hagem/mountpoint-s3
that referenced
this pull request
Oct 9, 2025
…labs#1466) This reverts commit f138efc. As part of the investigation on the benchmark failures in the CI, e.g. https://github.com/awslabs/mountpoint-s3/actions/runs/15625094824/job/44017689830, we are reverting to the previous CRT releases. ### Does this change impact existing behavior? No. ### Does this change need a changelog entry? Does it require a version change? Yes, reverted. --- 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 <alexpax@amazon.co.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
This PR reapplies the changes in #1430, previously reverted in #1435, with the addition of a fix to a race condition in
aws-c-s3(awslabs/aws-c-s3#521).In particular, we pick up - but do not adopt in this change - the new Memory pool interface
(awslabs/aws-c-s3#517), which requires minor adjustments to the bindings and the
poll_buffer_pool_usage_statsfunction.Full CRT changelog:
Does this change impact existing behavior?
No change in behavior.
Does this change need a changelog entry? Does it require a version change?
Yes.
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).