Skip to content

Commit 11d3b88

Browse files
[Release] Release v0.55.0
## Release v0.55.0 ### New Features and Improvements - Add support for OIDC ID token authentication from an environment variable ([PR #977](#977)). - Add support for OIDC ID token authentication from a file ([PR #977](#977)). ### Bug Fixes - Fix a reported highlighting problem with the way API clients are imported in WorkspaceClient/AccountClient ([#979](#979)).
1 parent b15c91a commit 11d3b88

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

.release_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-05-22 16:02:21+0000"
2+
"timestamp": "2025-05-27 12:05:02+0000"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Version changelog
22

3+
## Release v0.55.0
4+
5+
### New Features and Improvements
6+
7+
- Add support for OIDC ID token authentication from an environment variable
8+
([PR #977](https://github.com/databricks/databricks-sdk-py/pull/977)).
9+
- Add support for OIDC ID token authentication from a file
10+
([PR #977](https://github.com/databricks/databricks-sdk-py/pull/977)).
11+
12+
### Bug Fixes
13+
14+
- Fix a reported highlighting problem with the way API clients are imported in WorkspaceClient/AccountClient
15+
([#979](https://github.com/databricks/databricks-sdk-py/pull/979)).
16+
17+
318
## Release v0.54.0
419

520
### API Changes

NEXT_CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
# NEXT CHANGELOG
22

3-
## Release v0.55.0
3+
## Release v0.56.0
44

55
### New Features and Improvements
66

7-
- Add support for OIDC ID token authentication from an environment variable
8-
([PR #977](https://github.com/databricks/databricks-sdk-py/pull/977)).
9-
- Add support for OIDC ID token authentication from a file
10-
([PR #977](https://github.com/databricks/databricks-sdk-py/pull/977)).
11-
127
### Bug Fixes
138

14-
- Fix a reported highlighting problem with the way API clients are imported in WorkspaceClient/AccountClient
15-
([#979](https://github.com/databricks/databricks-sdk-py/pull/979)).
16-
179
### Documentation
1810

1911
### Internal Changes

databricks/sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.54.0"
1+
__version__ = "0.55.0"

0 commit comments

Comments
 (0)