CHANGES.md raw

Changes

0.18.0 (2025-12-15)

Features

0.17.0 (2025-10-02)

Features

0.16.5 (2025-08-14)

Bug Fixes

0.16.4 (2025-08-06)

Bug Fixes

0.16.3 (2025-07-17)

Bug Fixes

0.16.2 (2025-06-04)

Bug Fixes

0.16.1 (2025-04-23)

Bug Fixes

0.16.0 (2025-04-14)

Features

Bug Fixes

0.15.0 (2025-02-19)

Features

0.14.1 (2025-01-24)

Documentation

0.14.0 (2025-01-08)

Features

Bug Fixes

0.13.0 (2024-12-13)

Features

Bug Fixes

0.12.1 (2024-12-10)

Bug Fixes

0.12.0 (2024-12-04)

Features

Bug Fixes

0.11.0 (2024-11-21)

Features

0.10.2 (2024-11-12)

Bug Fixes

0.10.1 (2024-11-06)

Bug Fixes

0.10.0 (2024-10-30)

Features

0.9.9 (2024-10-22)

Bug Fixes

0.9.8 (2024-10-09)

Bug Fixes

0.9.7 (2024-10-01)

Bug Fixes

0.9.6 (2024-09-30)

Bug Fixes

0.9.5 (2024-09-25)

Bug Fixes

0.9.4 (2024-09-11)

Bug Fixes

0.9.3 (2024-09-03)

Bug Fixes

0.9.2 (2024-08-30)

Bug Fixes

Documentation

0.9.1 (2024-08-22)

Bug Fixes

0.9.0 (2024-08-16)

Features

0.8.1 (2024-08-13)

Bug Fixes

0.8.0 (2024-08-07)

Features

0.7.3 (2024-08-01)

Bug Fixes

0.7.2 (2024-07-22)

Bug Fixes

0.7.1 (2024-07-10)

Bug Fixes

0.7.0 (2024-07-09)

Features

Bug Fixes

0.6.1 (2024-07-01)

Bug Fixes

0.6.0 (2024-06-25)

Features

Bug Fixes

0.5.2 (2024-06-24)

Bug Fixes

0.5.1 (2024-05-31)

Bug Fixes

0.5.0 (2024-05-28)

Features

0.4.2 (2024-05-16)

Bug Fixes

0.4.1 (2024-05-09)

Bug Fixes

0.4.0 (2024-05-07)

Features

Bug Fixes

0.3.0 (2024-04-23)

Features

Bug Fixes

0.2.2 (2024-04-19)

Bug Fixes

0.2.1 (2024-04-18)

Bug Fixes

0.2.0 (2024-04-15)

Breaking Changes

In the below mentioned commits there were a few large breaking changes since the last release of the module.

  1. The Credentials type has been moved to the root of the module as it is

becoming the core abstraction for the whole module.

  1. Because of the above mentioned change many functions that previously

returned a TokenProvider now return Credentials. Similarly, these functions have been renamed to be more specific.

  1. Most places that used to take an optional TokenProvider now accept

Credentials. You can make a Credentials from a TokenProvider using the constructor found in the auth package.

  1. The detect package has been renamed to credentials. With this change some

function signatures were also updated for better readability.

  1. Derivative auth flows like impersonate and downscope have been moved to

be under the new credentials package.

Although these changes are disruptive we think that they are for the best of the long-term health of the module. We do not expect any more large breaking changes like these in future revisions, even before 1.0.0. This version will be the first version of the auth library that our client libraries start to use and depend on.

Features

Bug Fixes

0.1.1 (2024-03-10)

Bug Fixes

0.1.0 (2023-10-18)

Features

Bug Fixes