Skip to content

Commit

Permalink
Bump version and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Jul 20, 2023
1 parent ec0b34d commit a02b11c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 18 deletions.

This file was deleted.

12 changes: 0 additions & 12 deletions changelog.d/20230719_120125_sirosen_support_jwt_leeway.rst

This file was deleted.

24 changes: 24 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,30 @@ to a major new version of the SDK.

.. scriv-insert-here
.. _changelog-3.25.0:

v3.25.0 (2023-07-20)
--------------------

Added
~~~~~

- The ``jwt_params`` argument to ``decode_id_token()`` now allows ``"leeway"``
to be included to pass a ``leeway`` parameter to pyjwt. (:pr:`790`)

Fixed
~~~~~

- ``decode_id_token()`` defaulted to having no tolerance for clock drift. Slight
clock drift could lead to JWT claim validation errors. The new default is
0.5s which should be sufficient for most cases. (:pr:`790`)

Documentation
~~~~~~~~~~~~~

- New scripts in the example gallery demonstrate usage of the Globus Auth
Developer APIs to List, Create, Delete, and Update Projects. (:pr:`777`)

.. _changelog-3.24.0:

v3.24.0 (2023-07-18)
Expand Down
2 changes: 1 addition & 1 deletion src/globus_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "3.24.0"
__version__ = "3.25.0"

0 comments on commit a02b11c

Please sign in to comment.