Skip to content

Commit 7d0ebf3

Browse files
authored
release_notes.rst: merge 4.x and 5.x changes
1 parent 117cb78 commit 7d0ebf3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/release_notes.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,33 @@ Minor changes:
5353
* :meth:`~pynamodb.models.Model.batch_get`, has guard rails defending against items without a hash_key and range_key.
5454
* :meth:`~pynamodb.attributes.Attribute.set`, can remove attribute by assigning an empty value in the update expression.
5555

56+
v5.5.1
57+
----------
58+
* Fix compatibility with botocore 1.33.2 (#1205)
59+
60+
v5.5.0
61+
----------
62+
* :meth:`~pynamodb.models.Model.save`, :meth:`~pynamodb.models.Model.update`, :meth:`~pynamodb.models.Model.delete_item`,
63+
and :meth:`~pynamodb.models.Model.delete` now accept a ``add_version_condition`` parameter.
64+
See :ref:`optimistic_locking_version_condition` for more details.
65+
66+
v5.4.1
67+
----------
68+
* Use model's AWS credentials in threads (#1164)
69+
70+
A model can specify custom AWS credentials in the ``Meta`` class (in lieu of "global"
71+
AWS credentials from the environment). Previously those model-specific credentials
72+
were not used from within new threads.
73+
74+
Contributors to this release:
75+
76+
* @atsuoishimoto
77+
78+
v5.4.0
79+
----------
80+
* Expose transaction cancellation reasons in
81+
:meth:`~pynamodb.exceptions.TransactWriteError.cancellation_reasons` and
82+
:meth:`~pynamodb.exceptions.TransactGetError.cancellation_reasons` (#1144).
5683

5784
v5.3.2
5885
----------
@@ -206,6 +233,11 @@ Contributors to this release:
206233
* :user:`rchilaka`-amzn
207234
* :user:`jonathantan`
208235

236+
v4.4.0
237+
----------
238+
* Update for botocore 1.28 private API change (#1130) which caused the following exception::
239+
240+
TypeError: _convert_to_request_dict() missing 1 required positional argument: 'endpoint_url'
209241

210242
v4.3.3
211243
----------

0 commit comments

Comments
 (0)