Skip to content

Commit

Permalink
document PR #1226 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikonst committed May 29, 2024
1 parent 2925a3e commit ca3c798
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Release Notes
v6.0.1
------

Features:

* For failed transaction, return the underlying item in :code:`cancellation_reasons[...].raw_item` (:pr:`1226`).
This only applies when passing :code:`return_values=ALL_OLD`.

Fixes:

* Fixing (:pr:`1242`) regression to the :code:`extra_headers` feature. These headers are intended for proxies that strip them,
so they should be excluded from the AWS signature.

Expand Down

0 comments on commit ca3c798

Please sign in to comment.