Releases: minio/minio-cpp
Releases · minio/minio-cpp
Release list
v0.4.0
What's Changed
- fix AWS S3 prefix substring splitting by @balamurugana in #172
- fix path construction in BaseUrl::BuildUrl() by @balamurugana in #176
- move to shared library format by @harshavardhana in #177
- fix GetBucketVersioning XML parsing by @balamurugana in #181
- fix: correct multipart XML CompleteMultipartUploadResult by @harshavardhana in #183
- allow checksum headers in single PutObject() by @harshavardhana in #184
- UploadObject: open files always in binary mode by @harshavardhana in #186
- add xmake build fixes for macOS by @harshavardhana in #187
- fix(credentials): check expiry properly by @grasevski in #190
- GetObject: fix adding additional headers by @SamZhangQingChuan in #192
- fix XML encoding of text value by @aidarxa in #200
- fix DownloadObject: the downloaded file is different from the origina… by @jinle in #206
- fix: code format by @kobalicek in #211
- Add RDMA and NVIDIA GPU Direct Storage support by @harshavardhana in #214
- Tier 1: pool curl resources, RDMA RAII + decline-fallback, fix RemoveObjectsResult UB by @harshavardhana in #215
New Contributors
- @grasevski made their first contribution in #190
- @SamZhangQingChuan made their first contribution in #192
- @aidarxa made their first contribution in #200
- @jinle made their first contribution in #206
Full Changelog: v0.3.0...v0.4.0