Recent Releases of https://github.com/awslabs/aws-c-s3

https://github.com/awslabs/aws-c-s3 - [bug fix] -- Retry with checksum result in failure.

What's Changed

  • change stale issue and discussion handling to run once a week by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/541
  • [fix] retry with checksum result in failure by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/543

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.8.6...v0.8.7

- C
Published by TingDaoK 10 months ago

https://github.com/awslabs/aws-c-s3 - Revamp checksum - retry will reuse the checksum

What's Changed

  • Add more getters for metrics by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/538
  • Revamp checksum - retry will reuse the checksum by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/532

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.8.5...v0.8.6

- C
Published by TingDaoK 11 months ago

https://github.com/awslabs/aws-c-s3 - v0.8.5

What's Changed

  • Move fulfilling pending future outside the lock and ignore already completed futures by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/536

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.8.4...v0.8.5

- C
Published by DmitriyMusatkin 11 months ago

https://github.com/awslabs/aws-c-s3 - v0.8.4

What's Changed

  • More request metrics by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/530
  • Avoid releasing pending mem ticket future while holding the lock by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/533

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.8.3...v0.8.4

- C
Published by DmitriyMusatkin 11 months ago

https://github.com/awslabs/aws-c-s3 - v0.8.3

What's Changed

  • Add user data to pool factory by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/529

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.8.2...v0.8.3

- C
Published by DmitriyMusatkin 11 months ago

https://github.com/awslabs/aws-c-s3 - v0.8.2

What's Changed

  • Remove Windows 2019 and add Windows 2025 with MSVC-17 by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/524
  • Auto - Update S3 Ruleset & Partition by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/527
  • Fix issue with error response parting potentially overriding upload buffer by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/528

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.8.1...v0.8.2

- C
Published by DmitriyMusatkin 12 months ago

https://github.com/awslabs/aws-c-s3 - v0.8.1

What's Changed

  • Fix race condition between mem acquire and cancel by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/521

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.8.0...v0.8.1

- C
Published by DmitriyMusatkin 12 months ago

https://github.com/awslabs/aws-c-s3 - v0.8.0

What's Changed

  • Remove clang-3 from CI by @sbSteveK in https://github.com/awslabs/aws-c-s3/pull/520
  • Memory pool interface by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/517

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.18...v0.8.0

- C
Published by DmitriyMusatkin about 1 year ago

https://github.com/awslabs/aws-c-s3 - Revert Retry on ExpiredToken

What's Changed

  • Revert "[s3metarequest]: Retry on ExpiredToken" by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/518

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.17...v0.7.18

- C
Published by waahm7 about 1 year ago

https://github.com/awslabs/aws-c-s3 - default request without body will not add content-length header now

What's Changed

  • default request without body by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/516

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.16...v0.7.17

- C
Published by TingDaoK about 1 year ago

https://github.com/awslabs/aws-c-s3 - update upload first byte timeout algo

What's Changed

  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/508
  • Add init for checksums by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/501
  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/511
  • update first byte timeout algo by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/461

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.15...v0.7.16

- C
Published by TingDaoK about 1 year ago

https://github.com/awslabs/aws-c-s3 - add request ID to debug level log

What's Changed

  • add request ID to debug level log by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/504

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.14...v0.7.15

- C
Published by TingDaoK about 1 year ago

https://github.com/awslabs/aws-c-s3 - v0.7.14

What's Changed

  • Newer URL for aws-lc by @ProgramComputer in https://github.com/awslabs/aws-c-s3/pull/500
  • Update endpoints by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/502

New Contributors

  • @ProgramComputer made their first contribution in https://github.com/awslabs/aws-c-s3/pull/500

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.13...v0.7.14

- C
Published by DmitriyMusatkin about 1 year ago

https://github.com/awslabs/aws-c-s3 - Bump Default Memory Limit for Higher Target Throughput

What's Changed

  • missed one file from README by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/498
  • Bump Default Memory Limit for Higher Target Throughput by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/499

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.12...v0.7.13

- C
Published by waahm7 about 1 year ago

https://github.com/awslabs/aws-c-s3 - Adapt to aws_base64_compute_encoded_len()

What's Changed

  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/493
  • add life cycle to s3 express by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/494
  • Make public bucket optional by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/495
  • Adapt to awsbase64computeencodedlen() no longer adding 1 extra for null terminator by @graebm in https://github.com/awslabs/aws-c-s3/pull/497

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.11...v0.7.12

- C
Published by waahm7 about 1 year ago

https://github.com/awslabs/aws-c-s3 - v0.7.11

What's Changed

  • A bunch of CMake fixes by @graebm in https://github.com/awslabs/aws-c-s3/pull/480

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.10...v0.7.11

- C
Published by sfod over 1 year ago

https://github.com/awslabs/aws-c-s3 - S3Express CreateSession Allowlist Headers

What's Changed

  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/491
  • S3Express CreateSession Allowlist Headers by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/492

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.9...v0.7.10

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-s3 - Remove Const for copy_source_uri

What's Changed

  • Remove Const for copysourceuri by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/485

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.8...v0.7.9

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-s3 - Improve Copy Operation by taking the Source URI

What's Changed

  • [s3_client]: retry on failed TLS negotiation by @grrtrr in https://github.com/awslabs/aws-c-s3/pull/478
  • Fix CI for GCC-13 on Ubuntu-18 by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/479
  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/483
  • Improve Copy Operation by taking the Source URI by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/482

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.7...v0.7.8

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-s3 - Retry on ExpiredToken

What's Changed

  • Remove Extra Platform Info That Is Not Used by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/475
  • [s3metarequest]: Retry on ExpiredToken by @grrtrr in https://github.com/awslabs/aws-c-s3/pull/472

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.6...v0.7.7

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-s3 - Respect checksum header over settings and more

What's Changed

  • Add full object checksum callback by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/473
  • Respect checksum header over setting by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/474

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.5...v0.7.6

- C
Published by TingDaoK over 1 year ago

https://github.com/awslabs/aws-c-s3 - Support full object checksum and crc64nvme

What's Changed

  • Support full object checksum by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/468

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.4...v0.7.5

- C
Published by TingDaoK over 1 year ago

https://github.com/awslabs/aws-c-s3 - assign shutdown_callback inside critical region

What's Changed

  • Switch CI to use roles by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/463
  • [meta request]: assign shutdown_callback inside critical region by @grrtrr in https://github.com/awslabs/aws-c-s3/pull/470

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.3...v0.7.4

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-s3 - Amazon S3 introduces support for AWS Dedicated Local Zones

What's Changed

  • Support trailing checksum with no signing by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/459
  • Amazon S3 introduces support for AWS Dedicated Local Zones by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/465

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.2...v0.7.3

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-s3 - support if-none-match for upload

What's Changed

  • support if-none-match for upload by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/462

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.1...v0.7.2

- C
Published by TingDaoK over 1 year ago

https://github.com/awslabs/aws-c-s3 - Update event loop group API

What's Changed

  • chore: Modified bug issue template to add checkbox to report potential regression. by @ashishdhingra in https://github.com/awslabs/aws-c-s3/pull/452
  • Use proper public event loop group API by @bretambrose in https://github.com/awslabs/aws-c-s3/pull/460

New Contributors

  • @ashishdhingra made their first contribution in https://github.com/awslabs/aws-c-s3/pull/452

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.7.0...v0.7.1

- C
Published by xiazhvera over 1 year ago

https://github.com/awslabs/aws-c-s3 - Update Minimum CMake to 3.9

What's Changed

  • Support header checksum by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/454
  • Update CMake to 3.9 by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/458

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.6.9...v0.7.0

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-s3 - Retry RequestTimeout Error

What's Changed

  • Retry RequestTimeout error by S3. by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/457

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.6.8...v0.6.9

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-s3 - Validate Invalid Network Interface Names at Client Initialization

What's Changed

  • Validate Invalid Network Interface Names at Client Initialization by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/456

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.6.7...v0.6.8

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-s3 - supports copy object within directory bucke

What's Changed

  • supports copy object for same directory bucket by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/455

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.6.6...v0.6.7

- C
Published by TingDaoK over 1 year ago

https://github.com/awslabs/aws-c-s3 - Fix MemoryLimit primary_allocated stat

What's Changed

  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/451
  • Fix MemoryLimit primary_allocated stat by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/453

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.6.5...v0.6.6

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-s3 - S3 receive filepath support

What's Changed

  • Update MacOS to arm64 by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/448
  • rewrite some checksum related code by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/443
  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/450
  • S3 receive filepath by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/449

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.6.4...v0.6.5

- C
Published by TingDaoK over 1 year ago

https://github.com/awslabs/aws-c-s3 - v0.6.4

What's Changed

  • Make options more const by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/445

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.6.3...v0.6.4

- C
Published by DmitriyMusatkin almost 2 years ago

https://github.com/awslabs/aws-c-s3 - Mark the network interface API experimental

What's Changed

  • Mark the network interface API experimental by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/447

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.6.1...v0.6.3

- C
Published by waahm7 almost 2 years ago

https://github.com/awslabs/aws-c-s3 - v0.6.2

What's Changed

  • Fix assert when library goes through init/cleanup multiple times by @graebm in https://github.com/awslabs/aws-c-s3/pull/446
  • Support machines with multiple NICs by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/444

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.6.0...v0.6.2

- C
Published by DmitriyMusatkin almost 2 years ago

https://github.com/awslabs/aws-c-s3 - Support machines with multiple NICs

What's Changed

  • Fix assert when library goes through init/cleanup multiple times by @graebm in https://github.com/awslabs/aws-c-s3/pull/446
  • Support machines with multiple NICs by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/444

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.6.0...v0.6.1

- C
Published by waahm7 almost 2 years ago

https://github.com/awslabs/aws-c-s3 - BREAKING CHANGE: operation_name must be set for DEFAULT meta-requests

What's Changed

  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/436
  • clang-format 18 by @graebm in https://github.com/awslabs/aws-c-s3/pull/438
  • BREAKING CHANGE: operation_name must be set for DEFAULT meta-requests by @graebm in https://github.com/awslabs/aws-c-s3/pull/439
  • Fix shutdowncallback or returning NULL contract for metarequest by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/440
  • test_helper.py improvements by @graebm in https://github.com/awslabs/aws-c-s3/pull/442

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.5.10...v0.6.0

- C
Published by TingDaoK almost 2 years ago

https://github.com/awslabs/aws-c-s3 - v0.5.10

What's Changed

  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/434
  • update test helper by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/431
  • add explaination for the code that confuses me by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/433

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.5.9...v0.5.10

- C
Published by TingDaoK almost 2 years ago

https://github.com/awslabs/aws-c-s3 - Improve async write

What's Changed

  • Buffer-pool allows "forced" buffers, which don't count against memory limit by @graebm in https://github.com/awslabs/aws-c-s3/pull/429
  • Improve async write (fewer copies, polling API) by @graebm in https://github.com/awslabs/aws-c-s3/pull/430

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.5.8...v0.5.9

- C
Published by graebm about 2 years ago

https://github.com/awslabs/aws-c-s3 - Fix Missing Content-Length in CreateMPU

What's Changed

  • Allow disabling upload checksums while using upload review by @jamesbornholt in https://github.com/awslabs/aws-c-s3/pull/421
  • Remove Dashboard and S3 Benchmark Stack by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/427
  • Make tests3range_requests less flaky by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/423
  • Add 'Content-Length: 0' header on multipart upload creation by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/428

New Contributors

  • @jamesbornholt made their first contribution in https://github.com/awslabs/aws-c-s3/pull/421

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.5.7...v0.5.8

- C
Published by waahm7 about 2 years ago

https://github.com/awslabs/aws-c-s3 - Adds Async write() function

What's Changed

  • Add async write() function - fixes "stalled" uploads deadlocking S3 Client by @graebm in https://github.com/awslabs/aws-c-s3/pull/418

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.5.6...v0.5.7

- C
Published by waahm7 about 2 years ago

https://github.com/awslabs/aws-c-s3 - Adds Connection Pool Destroy Delay

What's Changed

  • Adds Connection Pool Destroy Delay Take 2 by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/419

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.5.5...v0.5.6

- C
Published by waahm7 about 2 years ago

https://github.com/awslabs/aws-c-s3 - v0.5.5

What's Changed

  • Set fail-fast to false in CI by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/420
  • Small buffer by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/422

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.5.4...v0.5.5

- C
Published by DmitriyMusatkin about 2 years ago

https://github.com/awslabs/aws-c-s3 - UserAgent Updates

What's Changed

  • UserAgent Updates by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/414

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.5.3...v0.5.4

- C
Published by waahm7 about 2 years ago

https://github.com/awslabs/aws-c-s3 - Partial fix: Too many "stalled" uploads can deadlock the S3 Client

What's Changed

  • Partial fix: Too many "stalled" uploads can deadlock the S3 Client by @graebm in https://github.com/awslabs/aws-c-s3/pull/417
  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/408

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.5.2...v0.5.3

- C
Published by graebm about 2 years ago

https://github.com/awslabs/aws-c-s3 - Stop limiting num-connections based on num-known-IPs (Improve S3-Express performance)

What's Changed

  • Stop limiting num-connections based on num-known-IPs (Improve S3-Express performance) by @graebm in https://github.com/awslabs/aws-c-s3/pull/407

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.5.1...v0.5.2

- C
Published by graebm over 2 years ago

https://github.com/awslabs/aws-c-s3 - Fix a bunch of places we forget to aws_raise_error()

What's Changed

  • Fix a bunch of places we forget to awsraiseerror() by @graebm in https://github.com/awslabs/aws-c-s3/pull/405

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.5.0...v0.5.1

- C
Published by TingDaoK over 2 years ago

https://github.com/awslabs/aws-c-s3 - Use uint64_t for Memory Limit

What's Changed

  • Use uint64t for memory limit and cap it to SIZEMAX by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/404

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.4.10...v0.5.0

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-s3 - Disable CPU Group Pinning for Body Streaming ELG

What's Changed

  • GetObject Flow Documentation by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/402
  • Disable CPU Group Pinning for Body Streaming ELG by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/403

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.4.9...v0.4.10

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-s3 - Adapt to `port` changing from uint16_t to uint32_t, to support VSOCK

What's Changed

  • Change port from uint16t to uint32t, to support VSOCK by @graebm in https://github.com/awslabs/aws-c-s3/pull/394

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.4.8...v0.4.9

- C
Published by graebm over 2 years ago

https://github.com/awslabs/aws-c-s3 - Fix get-object with partNumber and skip headRequest for RangeGet

What's Changed

  • Skip headRequest for RangeGet Part 1 by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/389
  • Fix get-object-part by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/401

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.4.7...v0.4.8

- C
Published by TingDaoK over 2 years ago

https://github.com/awslabs/aws-c-s3 - Bug Fixes

What's Changed

  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/400
  • fix two bugs from metrics and cancel by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/399

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.4.6...v0.4.7

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-s3 - Cancel/Pause stream optimization.

What's Changed

  • Cancel/Pause stream optimization by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/395
  • Metric callback improve by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/390

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.4.5...v0.4.6

- C
Published by TingDaoK over 2 years ago

https://github.com/awslabs/aws-c-s3 - support meta request level override of part size and mpu threshold

What's Changed

  • support meta request level override of part size and mpu threshold by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/393

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.4.4...v0.4.5

- C
Published by TingDaoK over 2 years ago

https://github.com/awslabs/aws-c-s3 - Create session error code

What's Changed

  • Helper for s3express by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/387
  • Create session error code by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/392

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.4.3...v0.4.4

- C
Published by TingDaoK over 2 years ago

https://github.com/awslabs/aws-c-s3 - Fix CreateSession hang for S3Express

What's Changed

  • Fix tests to use nettestcase by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/383
  • Mem limiter validation by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/385
  • Bypass for CreateSession reqeust by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/384

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.4.2...v0.4.3

- C
Published by TingDaoK over 2 years ago

https://github.com/awslabs/aws-c-s3 - Performance optimization Updates

What's Changed

  • Performance optimization Updates by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/381

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.4.1...v0.4.2

- C
Published by TingDaoK over 2 years ago

https://github.com/awslabs/aws-c-s3 - Report S3 operation name of specific request that failed

What's Changed

  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/376
  • Report S3 operation name of specific request that failed. by @graebm in https://github.com/awslabs/aws-c-s3/pull/377

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.4.0...v0.4.1

- C
Published by graebm over 2 years ago

https://github.com/awslabs/aws-c-s3 - Mem Limiter

What's Changed

  • fix stale bot permissions by @jmklix in https://github.com/awslabs/aws-c-s3/pull/371
  • Mem limiter by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/368

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.24...v0.4.0

- C
Published by DmitriyMusatkin over 2 years ago

https://github.com/awslabs/aws-c-s3 - Cleanup CPU group array info code

What's Changed

  • Cleanup CPU group array info code by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/369

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.23...v0.3.24

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-s3 - API to retrieve list of platform with recommended configuration

What's Changed

  • Retry for slow upload part request by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/360
  • API to retrieve list of platform with recommended configuration by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/367

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.22...v0.3.23

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-s3 - Remove Populating Empty Error Body

What's Changed

  • Remove Populating Empty Error Body by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/366

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.21...v0.3.22

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-s3 - EC2 Environment Detection

What's Changed

  • Fix Request Tag Usage for Populating Error Payload by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/365
  • Environment Detection by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/361

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.20...v0.3.21

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-s3 - Populate Error Payload for HeadObject

What's Changed

  • Populate error payload for HeadObject request failure by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/364

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.19...v0.3.20

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-s3 - v0.3.19

What's Changed

  • Fix typo in awscachedsigningconfignew by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/358

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.18...v0.3.19

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-s3 - Parallel read from file.

What's Changed

  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/348
  • retry for request skewed by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/343
  • Parallel prepare - open file on needed by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/355
  • instead of skipping, let's prepare the parts and mark it noop by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/356

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.17...v0.3.18

- C
Published by TingDaoK over 2 years ago

https://github.com/awslabs/aws-c-s3 - Fix: Hang on file upload after period of inactivity

What's Changed

  • Fix: Get object with checksum leak when retry happens by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/346
  • Fix: Hang on file upload after period of inactivity by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/347

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.16...v0.3.17

- C
Published by TingDaoK over 2 years ago

https://github.com/awslabs/aws-c-s3 - Progress callbacks fire for all meta-request types

What's Changed

  • added workflow for handling answerable discussions by @yasminetalby in https://github.com/awslabs/aws-c-s3/pull/342
  • Progress callbacks fire for all meta-request types by @graebm in https://github.com/awslabs/aws-c-s3/pull/344

New Contributors

  • @yasminetalby made their first contribution in https://github.com/awslabs/aws-c-s3/pull/342

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.15...v0.3.16

- C
Published by graebm almost 3 years ago

https://github.com/awslabs/aws-c-s3 - v0.3.15

What's Changed

  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/334
  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/337
  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/339
  • Minor CMakelists.txt cleanup by @graebm in https://github.com/awslabs/aws-c-s3/pull/340
  • Explicit Private for targetlinklibraries by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/345

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.14...v0.3.15

- C
Published by waahm7 almost 3 years ago

https://github.com/awslabs/aws-c-s3 - Adapt to XML API changes

What's Changed

  • Adapt to XML API changes by @graebm in https://github.com/awslabs/aws-c-s3/pull/332

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.13...v0.3.14

- C
Published by graebm almost 3 years ago

https://github.com/awslabs/aws-c-s3 - Add checksum review callback

What's Changed

  • Auto - Update S3 Ruleset & Partition by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/324
  • enable assert lock held and fix the compile by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/329
  • Allow user to review checksums before multipart upload completes by @graebm in https://github.com/awslabs/aws-c-s3/pull/327

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.12...v0.3.13

- C
Published by graebm almost 3 years ago

https://github.com/awslabs/aws-c-s3 - Update Endpoint Resolver

What's Changed

  • Update S3 Sample by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/321
  • Use 1 array for part info, instead of separate etag array and checksum array by @graebm in https://github.com/awslabs/aws-c-s3/pull/322
  • Update partition.json url in script by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/323

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.11...v0.3.12

- C
Published by waahm7 almost 3 years ago

https://github.com/awslabs/aws-c-s3 - Fix Private Header Issue

What's Changed

  • Move endpoint resolver private header to .c file by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/320

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.10...v0.3.11

- C
Published by waahm7 almost 3 years ago

https://github.com/awslabs/aws-c-s3 - Fix unknown content-length with checksums

What's Changed

  • use awsarraylist for encodedchecksumlist by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/318

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.9...v0.3.10

- C
Published by TingDaoK almost 3 years ago

https://github.com/awslabs/aws-c-s3 - v0.3.9

What's Changed

  • Not retry on TLS failure by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/316
  • Zero unknown content length by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/319

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.8...v0.3.9

- C
Published by DmitriyMusatkin almost 3 years ago

https://github.com/awslabs/aws-c-s3 - Speed up async streaming

What's Changed

  • Speed up async streaming. by @graebm in https://github.com/awslabs/aws-c-s3/pull/313

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.7...v0.3.8

- C
Published by graebm almost 3 years ago

https://github.com/awslabs/aws-c-s3 - Fix a missing copy of user data for signing config

What's Changed

  • Fix a missing copy of user data for signing config by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/314

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.6...v0.3.7

- C
Published by TingDaoK almost 3 years ago

https://github.com/awslabs/aws-c-s3 - S3 Endpoint Resolver

What's Changed

  • Async cancel test by @graebm in https://github.com/awslabs/aws-c-s3/pull/310
  • async-stream: lots more tests by @graebm in https://github.com/awslabs/aws-c-s3/pull/311
  • [CopyObject]: increase minimum part size to 128MiB by @grrtrr in https://github.com/awslabs/aws-c-s3/pull/288
  • S3 Endpoint Resolver by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/300

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.5...v0.3.6

- C
Published by waahm7 almost 3 years ago

https://github.com/awslabs/aws-c-s3 - Async streaming

What's Changed

  • [CopyObject]: fix hardcoded URL, re-enable CopyObject support and tests by @grrtrr in https://github.com/awslabs/aws-c-s3/pull/284
  • Async streaming - WIP by @graebm in https://github.com/awslabs/aws-c-s3/pull/299
  • MPU Copy tests by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/302
  • Tests for async streaming (seems to work!) by @graebm in https://github.com/awslabs/aws-c-s3/pull/301

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.4...v0.3.5

- C
Published by graebm almost 3 years ago

https://github.com/awslabs/aws-c-s3 - Support unknown content-length for put

What's Changed

  • Support unknown content-length for put by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/285
  • update time to ancient by @jmklix in https://github.com/awslabs/aws-c-s3/pull/291
  • Add request type to telemetry by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/287

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.3...v0.3.4

- C
Published by TingDaoK about 3 years ago

https://github.com/awslabs/aws-c-s3 - Fix MPU part size round off error

What's Changed

  • Fix mpu part size round off error for large files by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/289

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.2...v0.3.3

- C
Published by waahm7 about 3 years ago

https://github.com/awslabs/aws-c-s3 - Fix handling of content-encoding header

What's Changed

  • Fix handling of content-encoding header for default request by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/286

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.1...v0.3.2

- C
Published by waahm7 about 3 years ago

https://github.com/awslabs/aws-c-s3 - Telemetry API

What's Changed

  • Fix mem leak by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/279
  • fix test helper script by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/280
  • Fix test helper follow up by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/281
  • telemetry API by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/271
  • Fix warnings in public headers by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/283

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.3.0...v0.3.1

- C
Published by waahm7 about 3 years ago

https://github.com/awslabs/aws-c-s3 - part_size is now uin64_t and supports multipart upload threshold

What's Changed

  • add multipart upload threshold by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/276

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.2.9...v0.3.0

- C
Published by TingDaoK about 3 years ago

https://github.com/awslabs/aws-c-s3 - Fix bug when Range: bytes=0-0

What's Changed

  • add github templates and bots by @jmklix in https://github.com/awslabs/aws-c-s3/pull/274
  • Unpin awslc by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/275
  • Fix compiler warning about missing void by @graebm in https://github.com/awslabs/aws-c-s3/pull/277
  • Fix bug when Range: bytes=0-0 by @graebm in https://github.com/awslabs/aws-c-s3/pull/278

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.2.8...v0.2.9

- C
Published by graebm about 3 years ago

https://github.com/awslabs/aws-c-s3 - v0.2.8

What's Changed

  • Update package.json by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/260
  • Fix Benchmark stack by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/270
  • Fix one byte range handling by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/272

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.2.7...v0.2.8

- C
Published by DmitriyMusatkin about 3 years ago

https://github.com/awslabs/aws-c-s3 - New send_filepath option, for faster uploads

What's Changed

  • Fix default throughput monitoring by @graebm in https://github.com/awslabs/aws-c-s3/pull/265
  • Skip mock server setup when tests are disabled by @graebm in https://github.com/awslabs/aws-c-s3/pull/267
  • New send_filepath option, for faster uploads. by @graebm in https://github.com/awslabs/aws-c-s3/pull/266

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.2.6...v0.2.7

- C
Published by graebm about 3 years ago

https://github.com/awslabs/aws-c-s3 - Add defaults to detect dead connections

What's Changed

  • Add defaults to detect dead connections. by @graebm in https://github.com/awslabs/aws-c-s3/pull/263

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.2.5...v0.2.6

- C
Published by graebm about 3 years ago

https://github.com/awslabs/aws-c-s3 - Fix compiler warning

What's Changed

  • change #if MSCVER to #ifdef MSCVER by @jmklix in https://github.com/awslabs/aws-c-s3/pull/259

New Contributors

  • @jmklix made their first contribution in https://github.com/awslabs/aws-c-s3/pull/259

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.2.4...v0.2.5

- C
Published by graebm over 3 years ago

https://github.com/awslabs/aws-c-s3 - Fix Proxy Options Copy

What's Changed

  • Fix error handling for meta request init by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/248
  • More tests 3 by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/252
  • Put Object Tests by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/254
  • More S3 client test by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/255
  • Fix proxy options copy in s3_new by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/256

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.2.3...v0.2.4

- C
Published by waahm7 over 3 years ago

https://github.com/awslabs/aws-c-s3 - v0.2.3

What's Changed

  • added test for object modified by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/247
  • Test Revamp by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/246
  • fix tests3range_requests by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/250
  • Fix Host header not including port by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/249

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.2.2...v0.2.3

- C
Published by DmitriyMusatkin over 3 years ago

https://github.com/awslabs/aws-c-s3 - v0.2.2

What's Changed

  • clean up awss3paginator_continue by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/244
  • fix macro usage by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/245
  • use the builder --coverage instead by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/241
  • Fix overly large sdefaultmaxpartsize constant by @grrtrr in https://github.com/awslabs/aws-c-s3/pull/242

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.2.1...v0.2.2

- C
Published by graebm over 3 years ago

https://github.com/awslabs/aws-c-s3 - v0.2.1

What's Changed

  • Mock s3 test by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/231
  • Codecov by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/237
  • make code coverage a separate action by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/239
  • Fix checksum check on skipped parts during resume by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/240

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.2.0...v0.2.1

- C
Published by DmitriyMusatkin over 3 years ago

https://github.com/awslabs/aws-c-s3 - v0.2.0

What's Changed

  • add if-match to auto-range get by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/226
  • handle async error by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/225
  • s3request: fix broken requestsin_flight counter by @grrtrr in https://github.com/awslabs/aws-c-s3/pull/216
  • Update CI to fix downstream build by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/227
  • handle async error for default type by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/233
  • acquire() and release() functions return pointers, for better ergonomics by @graebm in https://github.com/awslabs/aws-c-s3/pull/234
  • Use AWSARRAYSIZE() macro by @graebm in https://github.com/awslabs/aws-c-s3/pull/236
  • Fix off-by-one error in calculating the number of parts by @grrtrr in https://github.com/awslabs/aws-c-s3/pull/232
  • Pause resume update by @DmitriyMusatkin in https://github.com/awslabs/aws-c-s3/pull/235

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.1.51...v0.2.0

- C
Published by DmitriyMusatkin over 3 years ago

https://github.com/awslabs/aws-c-s3 - API Break change: checksum related API update

What's Changed

NOTE: this breaks the previous API of checksum related configurations in meta request options.

  • Checksum API update by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/219
  • Validate checksum fix by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/224

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.1.50...v0.2.0

- C
Published by TingDaoK over 3 years ago

https://github.com/awslabs/aws-c-s3 - Fix crash when aws_s3_meta_request has function called on it after completion

What's Changed

  • don't invoke on_body callback if there is no body to report. by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/220
  • s3metarequest: fix typo by @grrtrr in https://github.com/awslabs/aws-c-s3/pull/222
  • Fix crash when awss3meta_request has function called on it after completion by @graebm in https://github.com/awslabs/aws-c-s3/pull/217

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.1.49...v0.1.50

- C
Published by graebm over 3 years ago

https://github.com/awslabs/aws-c-s3 - Flow-control for multipart downloads

What's Changed

  • Flow-control for multipart downloads by @graebm in https://github.com/awslabs/aws-c-s3/pull/213

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.1.48...v0.1.49

- C
Published by graebm over 3 years ago

https://github.com/awslabs/aws-c-s3 - Fix endpoints race condition

What's Changed

  • Fix race condition with awss3endpoint acquire/release by @graebm in https://github.com/awslabs/aws-c-s3/pull/209

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.1.47...v0.1.48

- C
Published by graebm over 3 years ago

https://github.com/awslabs/aws-c-s3 - Exposes additional configuration options to override for S3ClientConfig

What's Changed

  • don't cover the error code with retry failure by @TingDaoK in https://github.com/awslabs/aws-c-s3/pull/207
  • s3endpoint: log ID of new connectionmanager instead of nil by @grrtrr in https://github.com/awslabs/aws-c-s3/pull/201
  • Expose additional configuration options for Http connection manager by @waahm7 in https://github.com/awslabs/aws-c-s3/pull/204

New Contributors

  • @grrtrr made their first contribution in https://github.com/awslabs/aws-c-s3/pull/201
  • @waahm7 made their first contribution in https://github.com/awslabs/aws-c-s3/pull/204

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.1.46...v0.1.47

- C
Published by waahm7 over 3 years ago

https://github.com/awslabs/aws-c-s3 - Allow mix of static and shared libs

What's Changed

  • fallback for target load by @TingDaoK in https://github.com/awslabs/aws-c-s3/commit/c1198aeda7bf4ae685f2e1fdb778f10239799774

Full Changelog: https://github.com/awslabs/aws-c-s3/compare/v0.1.45...v0.1.46

- C
Published by graebm almost 4 years ago