| tag name | v1.1.0 (536c41353e307cdcc14c842aa01fe17886badea8) |
| tag date | 2022-02-07 11:26:43 +0100 |
| tagged by | Stefan Majewsky <stefan.majewsky@sap.com> |
| tagged object | commit fd6e57b623... |
| download | go-schwift-1.1.0.tar.gz |
|---|
v1.1.0
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()`.
