From 9fb18e4c2cde898db407dafbb07d1355ef8efdf2 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Mon, 7 Feb 2022 11:23:31 +0100 Subject: changelog for previous commit --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f94fcbd..39e5395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v1.1.0 (TBD) + +Bugfixes: + +- Fix request URL when object name is not a well-formed path. For example, an + object name like "a///b" is not wrongly normalized into "a/b" anymore. If + your application relies on object names being normalized paths, consider + passing your object names through `path.Clean()` before giving them to + `Container.Object()`. + # v1.0.0 (2021-05-28) Initial release. The library had been mostly feature-complete since 2018, but I -- cgit v1.2.3