Releases: jentz/oidc-cli
Releases · jentz/oidc-cli
v0.1.23
Changelog
- 265bbfa Update README/Usage (#134)
- 792e724 chore(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 (#135)
- 7858363 chore(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 (#136)
- c84e42f fix: correct token request with dpop for device flow (#137)
- e0c7942 fix: handle callback response status and logging for template execution errors (#132)
- 49eae43 fix: pin third-party actions to commit SHAs (#130)
- 97756a9 refactor: bundle parser args into ParseInput struct (#131)
- 15e9548 refactor: extract readTokenFromStdin helper (#127)
- a4b23dd refactor: fully initialize Config in initGlobalConfig (#133)
- 31e9c6e refactor: inject stdin reader into cmd parsers (#126)
- 4eebbd2 refactor: remove default logger and inject via config (#128)
v0.1.22
Changelog
- a4fc821 add pkce support for device flow (#118)
- 5cdf59f chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1 (#119)
- 0a9fce3 chore(deps): bump goreleaser/goreleaser-action from 6 to 7
- 6ce9176 feat: upgrade to Go 1.26.1 (#121)
- 8753c37 fix: remove deprecated homebrew_casks conflicts.formula
- 330a6c8 fix: remove redundant Go module cache step (#124)
- 8ea8721 fix: respect context cancellation in device flow polling
- 3f996f5 refactor: speed up httpclient tests (#123)
v0.1.21
v0.1.20
v0.1.19
What's Changed
- feature: support token exchange by @remcojansen in #109
- Use http.DefaultTransport to support HTTP proxy from environment by @alxarch in #111
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #110
New Contributors
Full Changelog: v0.1.18...v0.1.19
v0.1.18
v0.1.17
v0.1.16
Changelog
- 299d911 feat: add authorization code flow implementation (#77)
- 0e6af32 chore: improve test coverage (#80)
- 05e35b8 chore: refactor package structure and update import paths (#73)
- f6ac245 feat: add Makefile for build and test automation (#81)
- 1a4086e feat: enhance introspection flow with custom arguments and accept header (#82)
- c8d8031 feat: implement HTTP client with configurable options and response handling (#74)
- b541903 feat: implement OAuth2 client with token request handling and error management (#75)
- 85e277a refactor: centralize error handling for token responses (#79)
- bd5a3ed refactor: simplify auth code flow (#78)
- 7f6617e refactor: streamline client handling and improve configuration management (#76)
v0.1.15
Changelog
- 165d4df chore: move pkg to internal (#72)
- f485a52 chore: rename vigilant-dollop to oidc-cli (#71)
- 039dba3 feat: add context support to request execution methods (#70)
- 68673d0 feat: add test coverage to browser.go (#68)
- 5a7c5e2 feat: add test coverage to callback.go (#69)
- 155c514 feat: implement callback server for handling authorization responses (#65)
- b272718 feat: refactor HTTP client handling in authorization flows and add transport package (#67)
- 8e6d166 fix: context handling and signal cancellation in authorization flow (#66)
v0.1.14
Changelog
- 203f3bf feat: add context handling and signal cancellation to command execution
- 472c30f feat: add version command to oidc-cli
- 219374a refactor: add context support to OIDC flow methods and improve error handling
- 4a032cc refactor: remove verbose parameter from request execution methods and update logging