File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.3] - 2025-12-11
11+
1012### Added
1113- Add automatic JWT token refresh when API returns 401 Unauthorized
1214- Add file watching to automatically reload credentials when Terramate CLI updates them
1315- Add thread-safe credential management with mutex protection
1416- Add ` StartWatching() ` and ` StopWatching() ` methods for credential file monitoring
1517- Add comprehensive test suite for token refresh and file watching functionality
18+ - Add test coverage for file watcher stop/restart scenarios
1619
1720### Changed
1821- JWT credentials now automatically refresh expired tokens without user intervention
@@ -21,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2124
2225### Fixed
2326- Fix US region endpoint from ` api.us.terramate.io ` to ` us.api.terramate.io `
27+ - Fix potential race condition in ` waitForRefresh ` method for improved context cancellation handling
2428
2529## [ 0.0.2] - 2025-11-13
2630
@@ -82,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8286- Automated Docker image publishing to GitHub Container Registry
8387- Documentation and usage examples
8488
85- [ unreleased ] : https://github.com/terramate-io/terramate-mcp-server/compare/v0.0.2...HEAD
89+ [ unreleased ] : https://github.com/terramate-io/terramate-mcp-server/compare/v0.0.3...HEAD
90+ [ 0.0.3 ] : https://github.com/terramate-io/terramate-mcp-server/compare/v0.0.2...v0.0.3
8691[ 0.0.2 ] : https://github.com/terramate-io/terramate-mcp-server/compare/v0.0.1...v0.0.2
8792[ 0.0.1 ] : https://github.com/terramate-io/terramate-mcp-server/releases/tag/v0.0.1
8893
You can’t perform that action at this time.
0 commit comments