Skip to content

Latest commit

 

History

History
89 lines (52 loc) · 2.15 KB

File metadata and controls

89 lines (52 loc) · 2.15 KB

Changelog

All notable changes to id will be documented in this file.

The format is based on Keep a Changelog.

Fixed

  • Fixed an issue where the correct audience was not being requested for GitHub identities (#441)

Changed

  • CircleCI: default to --root-issuer when generating OIDC Token (#438)

  • Drop dependency on requests in favor of underlying urllib3 (#333)

Changed

  • Drop dependency on pydantic (#320)

Added

  • Add pipx run entry point (#217)

Added

  • Add support for decoding tokens with -d/--decode (#162)

Misc

  • This release fixes a deployment bug in the 1.2.0 release.

Added

  • Added support for GitLab CI/CD (#123)
  • Added support for CircleCI (#144)

Changed

  • The minimum supported Python version is now 3.8 (#141)

Added

  • Added support for Buildkite OIDC tokens (#21)

Fixed

  • Improved the quality of error messages when an underlying request fails (#93)

Added