We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e75e01 commit 1bf187bCopy full SHA for 1bf187b
CHANGELOG.md
@@ -1,4 +1,8 @@
1
## Release (2025-XX-YY)
2
+- `core`:
3
+ - [v0.21.0](core/CHANGELOG.md#v0210)
4
+ - **Chore:** Use `jwt-bearer` grant to get a fresh token instead of `refresh_token`
5
+ - **Feature:** Support Workload Identity Federation flow
6
- `scf`: [v0.3.0](services/scf/CHANGELOG.md#v030)
7
- **Feature:** Add new model `IsolationSegment` and `IsolationSegmentsList`
8
- `iaas`:
core/CHANGELOG.md
@@ -1,5 +1,6 @@
## v0.21.0
- **Chore:** Use `jwt-bearer` grant to get a fresh token instead of `refresh_token`
+- **Feature:** Support Workload Identity Federation flow
## v0.20.1
- **Improvement:** Improve error message when passing a PEM encoded file to as service account key
0 commit comments