What's Changed
- Only marshal lifecycle rule Filter XML when not empty by @amigan in #2177
- Add post-call checks on AppendObject by @klauspost in #2178
- Replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 by @emike922 in #2182
- Support GCS bulk delete with serialized single DELETE requests by @harshavardhana in #2185
- Add automatic checksum test by @klauspost in #2184
- Fix wrong checksum type field name by @klauspost in #2188
- Upgrade dependencies, remove toolchain by @klauspost in #2189
- Increase max object size to ~48.83TiB (5GiB * 10000 parts) by @harshavardhana in #2190
- Add generic Set[T comparable] implementation to pkg/set by @harshavardhana in #2192
- Refactor: Use pkg/set types for internal set collections by @harshavardhana in #2193
New Contributors
Full Changelog: v7.0.97...v7.0.98