Skip to content

Commit 0c4af33

Browse files
chaitan94claude
andcommitted
Update CHANGELOG for v0.2.0 release
Document the critical authentication polling fix that resolves the AuthorizationPendingException issue where users would click "Allow" in the browser but the CLI would fail instead of completing login. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1d25235 commit 0c4af33

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2024-07-30
11+
12+
### Fixed
13+
- **Critical**: Fixed SSO authentication polling to properly handle `AuthorizationPendingException`
14+
- Authentication flow now correctly waits for user to complete browser authorization instead of failing prematurely
15+
- Improved error handling with proper AWS SDK v2 typed errors instead of string matching
16+
- Added support for `SlowDownException` to respect server rate limiting
17+
- Added user-friendly polling status messages during authentication
18+
19+
### Technical Improvements
20+
- Use `errors.As()` for robust error type checking
21+
- Handle both `AuthorizationPendingException` and `SlowDownException` properly
22+
- Maintain fallback string matching for compatibility
23+
- Enhanced authentication flow reliability
24+
25+
This release fixes the main authentication issue where users would click "Allow" in the browser but the CLI would exit with an error instead of completing the login.
26+
1027
## [0.1.0] - 2024-07-30
1128

1229
### Added
@@ -47,5 +64,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4764
- Cobra CLI framework
4865
- Compatible with existing AWS SSO workflows
4966

50-
[Unreleased]: https://github.com/adonmo/aws-sso-lib-go/compare/v0.1.0...HEAD
67+
[Unreleased]: https://github.com/adonmo/aws-sso-lib-go/compare/v0.2.0...HEAD
68+
[0.2.0]: https://github.com/adonmo/aws-sso-lib-go/compare/v0.1.0...v0.2.0
5169
[0.1.0]: https://github.com/adonmo/aws-sso-lib-go/releases/tag/v0.1.0

0 commit comments

Comments
 (0)