forked from awslabs/mountpoint-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release new crate versions (awslabs#536)
It's been 3 months, and I want to get awslabs#511 out, so this change bundles up all the changes to all 3 crates. The changes to the two CRT crates probably aren't strictly breaking changes, but I haven't inspected the CRT changelogs closely enough to be sure. Signed-off-by: James Bornholt <[email protected]>
- Loading branch information
1 parent
63e4a74
commit 9d141b1
Showing
8 changed files
with
41 additions
and
19 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
# v0.2.2 (June 20, 2023) | ||
## v0.3.0 (September 26, 2023) | ||
|
||
* Update to latest CRT dependencies | ||
* Support the CRT's S3 endpoint resolver by default ([#317](https://github.com/awslabs/mountpoint-s3/pull/317)) | ||
* Fix building with Clang 16 ([#486](https://github.com/awslabs/mountpoint-s3/pull/486)) | ||
|
||
## v0.2.2 (June 20, 2023) | ||
|
||
* Update to latest CRT dependencies | ||
* Allow static linking of CRT libraries ([#298](https://github.com/awslabs/mountpoint-s3/pull/298)) | ||
* Force `aws-checksums` to compile in release mode ([#284](https://github.com/awslabs/mountpoint-s3/pull/284)) | ||
|
||
# v0.2.1 (May 26, 2023) | ||
## v0.2.1 (May 26, 2023) | ||
|
||
Initial release. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
# v0.2.2 (June 20, 2023) | ||
## v0.3.0 (September 26, 2023) | ||
|
||
* Update to latest CRT dependencies | ||
* Add support for trailing checksums on S3 PUTs ([#320](https://github.com/awslabs/mountpoint-s3/pull/320)) | ||
* Add support for S3 endpoint resolution ([#317](https://github.com/awslabs/mountpoint-s3/pull/317)) | ||
|
||
## v0.2.2 (June 20, 2023) | ||
|
||
* Update to latest CRT dependencies | ||
* Implement `AsyncInputStream` bindings for S3 client ([#282](https://github.com/awslabs/mountpoint-s3/pull/282)) | ||
* Expose `aws-c-s3` telemetry callbacks ([#261](https://github.com/awslabs/mountpoint-s3/pull/261), [#275](https://github.com/awslabs/mountpoint-s3/pull/275)) | ||
|
||
# v0.2.1 (May 26, 2023) | ||
## v0.2.1 (May 26, 2023) | ||
|
||
Initial release. |
This file contains 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
This file contains 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