Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
terricain committed May 27, 2024
1 parent 4ad23e3 commit 3d36402
Show file tree
Hide file tree
Showing 4 changed files with 381 additions and 376 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
History
=======

13.0.0 (2024-05-27)
-------------------

* Bumped aiobotocore to 2.13.0
* Added multipart download options to `s3.download_file` and `s3.download_fileobj` - thanks @kyboi
* Cleaned up some docs examples - thanks @cuducos
* Updated S3 transfer patched to handle ExtraArgs better.
* Rewrote `s3.copy` to make use of `s3.copy_object` or `s3.upload_part_copy`. FYI the threshold of when to use `s3.copy` is based
on if the file's size is below `Config.MultipartThreshold` which defaults to 8MiB, even though `s3.copy` can do up to 5GiB.

12.4.0 (2024-04-15)
-------------------

Expand Down
Loading

0 comments on commit 3d36402

Please sign in to comment.