aws-c-s3/aws-c-s3.changes
Dirk Mueller d4428b1eaa Accepting request 1084289 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.3.0
  * Add multipart upload threshold by @TingDaoK in (#276)
- from version 0.2.9
  * Add GitHub templates and bots by @jmklix in (#274)
  * Unpin awslc by @TingDaoK in (#275)
  * Fix compiler warning about missing void by @graebm in (#277)
  * Fix bug when Range: bytes=0-0 by @graebm in (#278)

OBS-URL: https://build.opensuse.org/request/show/1084289
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-s3?expand=0&rev=16
2023-05-03 13:10:21 +00:00

153 lines
6.4 KiB
Plaintext

-------------------------------------------------------------------
Wed May 3 11:33:10 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.3.0
* Add multipart upload threshold by @TingDaoK in (#276)
- from version 0.2.9
* Add GitHub templates and bots by @jmklix in (#274)
* Unpin awslc by @TingDaoK in (#275)
* Fix compiler warning about missing void by @graebm in (#277)
* Fix bug when Range: bytes=0-0 by @graebm in (#278)
-------------------------------------------------------------------
Tue Apr 18 11:33:03 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.2.8
* Update package.json by @waahm7 in (#260)
* Fix Benchmark stack by @waahm7 in (#270)
* Fix one byte range handling by @DmitriyMusatkin in (#272)
-------------------------------------------------------------------
Fri Mar 17 10:37:58 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.2.7
* Fix default throughput monitoring by @graebm in (#265)
* Skip mock server setup when tests are disabled by @graebm in (#267)
* New send_filepath option, for faster uploads. by @graebm in (#266)
-------------------------------------------------------------------
Thu Mar 9 11:17:09 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.2.6
* Add defaults to detect dead connections. by @graebm in (#263)
-------------------------------------------------------------------
Wed Mar 1 10:26:07 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.2.5
* Change #if _MSC_VER to #ifdef _MSC_VER by @jmklix in (#259)
-------------------------------------------------------------------
Fri Feb 10 13:41:23 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.2.4
* Fix error handling for meta request init by @TingDaoK in (#248)
* More tests 3 by @TingDaoK in (#252)
* Put Object Tests by @TingDaoK in (#254)
* More S3 client test by @TingDaoK in (#255)
* Fix proxy options copy in s3_new by @waahm7 in (#256)
-------------------------------------------------------------------
Fri Jan 20 09:01:08 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.2.3
* Added test for object modified by @TingDaoK in (#247)
* Test Revamp by @TingDaoK in (#246)
* Fix test_s3_range_requests by @TingDaoK in (#250)
* Fix Host header not including port by @DmitriyMusatkin in (#249)
-------------------------------------------------------------------
Mon Jan 16 11:50:16 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.2.2
* Clean up aws_s3_paginator_continue by @TingDaoK in (#244)
* Fix macro usage by @DmitriyMusatkin in (#245)
* Use the builder --coverage instead by @TingDaoK in (#241)
* Fix overly large s_default_max_part_size constant by @grrtrr in (#242)
- from version 0.2.1
* Mock s3 test by @TingDaoK in (#231)
* Codecov by @TingDaoK in (#237)
* Make code coverage a separate action by @TingDaoK in (#239)
* Fix checksum check on skipped parts during resume by @DmitriyMusatkin in (#240)
-------------------------------------------------------------------
Tue Dec 6 10:06:20 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.2.0
* Add if-match to auto-range get by @TingDaoK in (#226)
* Handle async error by @TingDaoK in (#225)
* s3_request: fix broken requests_in_flight counter by @grrtrr in (#216)
* Update CI to fix downstream build by @waahm7 in (#227)
* Handle async error for default type by @TingDaoK in (#233)
* acquire() and release() functions return pointers,
for better ergonomics by @graebm in (#234)
* Use AWS_ARRAY_SIZE() macro by @graebm in (#236)
* Fix off-by-one error in calculating the
number of parts by @grrtrr in (#232)
* Pause resume update by @DmitriyMusatkin in (#235)
-------------------------------------------------------------------
Tue Nov 1 12:26:31 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.1.51
* Checksum API update by @TingDaoK in (#219)
* Validate checksum fix by @TingDaoK in (#224)
-------------------------------------------------------------------
Fri Oct 21 09:17:40 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.1.50
* Don't invoke on_body callback if there is no body to report
by @TingDaoK in (#220)
* s3_meta_request: fix typo by @grrtrr in (#222)
* Fix crash when aws_s3_meta_request has function called
on it after completion by @graebm in (#217)
-------------------------------------------------------------------
Wed Oct 5 11:55:12 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.1.49
* Flow-control for multipart downloads by @graebm in (#213)
- from version 0.1.48
* Fix race condition with aws_s3_endpoint acquire/release by @graebm in (#209)
- from version 0.1.47
* Don't cover the error code with retry failure by @TingDaoK in (#207)
* s3_endpoint: log ID of new connection_manager instead
of nil by @grrtrr in (#201)
* Expose additional configuration options for Http
connection manager by @waahm7 in (#204)
-------------------------------------------------------------------
Fri Sep 2 07:07:33 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.1.46
* Fallback for target load by @TingDaoK in (c1198ae)
- from version 0.1.45
* Add checksum to s3 dependencies by @sbSteveK in (#199)
* Use aws_byte_cursor_utf8_parse_u64 by @TingDaoK in (#200)
-------------------------------------------------------------------
Mon Aug 8 10:24:10 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.1.44
* Fix pause API call breaking ECS cred provider (#197)
- from version 0.1.42
* Fix the crash on error clean up by @TingDaoK in (#196)
- from version 0.1.41
* Support for Pause/Resume for put
-------------------------------------------------------------------
Wed May 18 14:10:02 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.1.41
* Fix a bug where copy-file was decoding encoded URLs
- from version 0.1.40
* Don't re-send "x-amz-meta-" headers in each part of a
multipart upload. by @graebm in (#189)
-------------------------------------------------------------------
Thu Apr 28 14:07:27 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Initial build
+ Version 0.1.39