You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/release_notes.rst
+10-12
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,14 @@ Breaking changes:
24
24
and :meth:`Indexn.scan <pynamodb.indexes.Index.scan>` are now instance methods.
25
25
* :py:class:`~pynamodb.settings.OperationSettings` has been removed
26
26
27
-
Other major changes:
27
+
Major changes:
28
28
29
29
* We are now compatible with `opentelemetry botocore instrumentation <https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-botocore>`_.
30
30
* We've reduced our usage of botocore private APIs (:pr:`1079`). On multiple occasions, new versions
31
31
of botocore broke PynamoDB, and this change lessens the likelihood of that happening in the future
32
32
by reducing (albeit not eliminating) our reliance on private botocore APIs.
0 commit comments