Skip to content

Commit

Permalink
chore(storage): release storage/v1.12.0 (#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
tritone committed Sep 22, 2020
1 parent 748efd5 commit 91b992b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Expand Up @@ -26,7 +26,7 @@ import (

// Repo is the current version of the client libraries in this
// repo. It should be a date in YYYYMMDD format.
const Repo = "20200921"
const Repo = "20200922"

// Go returns the Go runtime version. The returned string
// has no whitespace.
Expand Down
7 changes: 7 additions & 0 deletions storage/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## v1.12.0
- V4 signed URL fixes:
- Fix encoding of spaces in query parameters.
- Add fields that were missing from PostPolicyV4 policy conditions.
- Fix Query to correctly list prefixes as well as objects when SetAttrSelection
is used.

## v1.11.0
- Add support for CustomTime and NoncurrentTime object lifecycle management
features.
Expand Down

0 comments on commit 91b992b

Please sign in to comment.