Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Added release notes for 2.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jul 11, 2018
1 parent e4699cb commit 203196d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Release Notes
.. toctree::
:titlesonly:

releasenotes/v2.49.0
releasenotes/v2.48.0
releasenotes/v2.47.0
releasenotes/v2.46.1
Expand Down
15 changes: 15 additions & 0 deletions docs/source/releasenotes/v2.49.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
boto v2.49.0
============

:date: 2018/07/11

Updated the CA Bundle as well as some bucket encryption fixes.


Changes
-------
* Import the latest CA Bundle from certifi (:issue:`3818`, :sha:`e4699cba`)
* Fix to support uploads to KMS-encrypted buckets. (:issue:`3800`, :sha:`0a1d9040`)
* Support fetching GCS bucket encryption metadata. (:issue:`3799`, :sha:`132b64d2`)
* Update layer1.py (:issue:`3765`, :sha:`53340159`)
* Fix tests/unit/glacier/test_writer.py to make work with pypy. (:issue:`3762`, :sha:`8402c5d6`)

0 comments on commit 203196d

Please sign in to comment.