Skip to content

Releases: planetlabs/planet-auth-python

2.3.0a1759946524

08 Oct 18:03
63a478d
Compare
Choose a tag to compare
2.3.0a1759946524 Pre-release
Pre-release
CG-1904  improve expired session ux (#45)

*    Improve the user experience around old stale sessions that appear to be
    initialized, but are actually expired. This is done by providing the new
    utility method Auth.ensure_request_authenticator_is_ready().

*    Save computed expiration time and issued time in token files. This allows
    for the persistence of this information when dealing with opaque tokens.

*    Support non-expiring tokens.

2.2.0

01 Oct 23:09
988d269
Compare
Choose a tag to compare
python version bump (#44)

* Drop python 3.9

* Add support up through 3.15.

* update to support through 3.14.   Typing fixes for doc linting.

* drop python 3.15.

* bump setup tools version

* Pull semgrep test dependencies into a different subpackage.  It does not seem to install cleanly from pip under python 3.14, and this is breaking unrelated test pipelines.

2.2.0rc1759359767

01 Oct 23:03
988d269
Compare
Choose a tag to compare
2.2.0rc1759359767 Pre-release
Pre-release
python version bump (#44)

* Drop python 3.9

* Add support up through 3.15.

* update to support through 3.14.   Typing fixes for doc linting.

* drop python 3.15.

* bump setup tools version

* Pull semgrep test dependencies into a different subpackage.  It does not seem to install cleanly from pip under python 3.14, and this is breaking unrelated test pipelines.

2.1.1

12 Aug 03:59
ac1c459
Compare
Choose a tag to compare
Bump version (#43)

* bump version

2.1.1b1754970294

12 Aug 03:46
ac1c459
Compare
Choose a tag to compare
2.1.1b1754970294 Pre-release
Pre-release
Bump version (#43)

* bump version

2.1.0

09 Jul 21:35
6c86813
Compare
Choose a tag to compare
Carl/release for sdk (#41)

* update docs

* fix typo

2.0.11

09 Jul 20:08
0669cc6
Compare
Choose a tag to compare
Merge pull request #40 from planetlabs/carl/formatting

fix formatting

2.0.11b1748473964

28 May 23:14
0669cc6
Compare
Choose a tag to compare
2.0.11b1748473964 Pre-release
Pre-release
Merge pull request #40 from planetlabs/carl/formatting

fix formatting

2.0.11b1746663950

08 May 00:27
f6adca4
Compare
Choose a tag to compare
2.0.11b1746663950 Pre-release
Pre-release
Update copyright dates (#30)

* update copyright dates

2.0.11b1746511689

06 May 06:09
6ef37b9
Compare
Choose a tag to compare
2.0.11b1746511689 Pre-release
Pre-release
release-2.0.11b1746511689

WX integration feedack - Add namespacing handling to builtins to mini…