Skip to content

Commit 31a7f6b

Browse files
authored
Update the changelog for mountpoint-s3 (#1319)
As a follow-up for this [PR](#1304 (review)) we add a new entry in the `mountpoint-s3` change log. ### Does this change impact existing behavior? No ### Does this change need a changelog entry? Does it require a version change? Change log was updated. No version change requred. --- 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: Evgeny (Zhenia) Dolgii <[email protected]>
1 parent 3a8c110 commit 31a7f6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mountpoint-s3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
* Reduce memory usage when using the `--prefix` flag. ([#1303](https://github.com/awslabs/mountpoint-s3/pull/1303))
66
* Add support for endpoint override in credential providers. ([aws-c-auth#263](https://github.com/awslabs/aws-c-auth/pull/263/))
77

8+
### Breaking changes
9+
10+
* 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. ([#1304](https://github.com/awslabs/mountpoint-s3/pull/1304))
11+
812
## v1.15.0 (February 27, 2025)
913

1014
### New features

0 commit comments

Comments
 (0)