You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
# Unreleased
2
+
3
+
### Notable changes
4
+
* Support Mountpoint [version 1.16.1](https://github.com/awslabs/mountpoint-s3/releases/tag/mountpoint-s3-1.16.1)
5
+
*__Breaking change:__ The logging target used by a significant amount of Mountpoint code has changed. Some logs originally written under the `mountpoint_s3` target are now written under `mountpoint_s3_fs`. You may need to update any code configuring or filtering logging. ([mountpoint-s3#1304](https://github.com/awslabs/mountpoint-s3/pull/1304))
6
+
* Mountpoint for Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones. ([aws-c-s3#502](https://github.com/awslabs/aws-c-s3/pull/502))
7
+
* Address an issue in GetObject requests that could result in read operations to fail. ([mountpoint-s3#1334](https://github.com/awslabs/mountpoint-s3/pull/1334))
8
+
* Ensure `util.ReplaceFile` is safe to call concurrently ([#421](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/421)) (Fixes [#418](https://github.com/awslabs/mountpoint-s3-csi-driver/issues/418))
0 commit comments