Skip to content

Commit c284b9c

Browse files
[Release] Release v0.87.0
## Release v0.87.0 ### Bug Fixes * Fixed Databricks M2M OAuth to correctly use Databricks OIDC endpoints instead of incorrectly using Azure endpoints when `ARM_CLIENT_ID` is set. Added new `databricks_oidc_endpoints` property that returns only Databricks OIDC endpoints, and updated all Databricks OAuth flows to use it. The old `oidc_endpoints` property is deprecated but maintained for backward compatibility.
1 parent b6f4771 commit c284b9c

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
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": "2026-02-10 08:23:21+0000"
2+
"timestamp": "2026-02-11 08:22:37+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.87.0 (2026-02-11)
4+
5+
### Bug Fixes
6+
7+
* Fixed Databricks M2M OAuth to correctly use Databricks OIDC endpoints instead of incorrectly using Azure endpoints when `ARM_CLIENT_ID` is set. Added new `databricks_oidc_endpoints` property that returns only Databricks OIDC endpoints, and updated all Databricks OAuth flows to use it. The old `oidc_endpoints` property is deprecated but maintained for backward compatibility.
8+
9+
310
## Release v0.86.0 (2026-02-10)
411

512
### New Features and Improvements

NEXT_CHANGELOG.md

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

3-
## Release v0.87.0
3+
## Release v0.88.0
44

55
### New Features and Improvements
66

77
### Security
88

99
### Bug Fixes
1010

11-
* Fixed Databricks M2M OAuth to correctly use Databricks OIDC endpoints instead of incorrectly using Azure endpoints when `ARM_CLIENT_ID` is set. Added new `databricks_oidc_endpoints` property that returns only Databricks OIDC endpoints, and updated all Databricks OAuth flows to use it. The old `oidc_endpoints` property is deprecated but maintained for backward compatibility.
12-
1311
### Documentation
1412

1513
### 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.86.0"
1+
__version__ = "0.87.0"

0 commit comments

Comments
 (0)