Skip to content

Commit 16f459e

Browse files
Merge branch 'main' into renaud-hartert_data/unify-endpoint
2 parents ffa8621 + 7567b41 commit 16f459e

File tree

460 files changed

+18111
-2779
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

460 files changed

+18111
-2779
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d4c86c045ee9d0410a41ef07e8ae708673b95fa1
1+
a8f547d3728fba835fbdda301e846829c5cbbef5

.gitattributes

Lines changed: 210 additions & 37 deletions
Large diffs are not rendered by default.

.github/workflows/tagging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Generate GitHub App Token
2323
id: generate-token
24-
uses: actions/create-github-app-token@v1
24+
uses: actions/create-github-app-token@v2
2525
with:
2626
app-id: ${{ secrets.DECO_SDK_TAGGING_APP_ID }}
2727
private-key: ${{ secrets.DECO_SDK_TAGGING_PRIVATE_KEY }}
@@ -49,4 +49,3 @@ jobs:
4949
GITHUB_REPOSITORY: ${{ github.repository }}
5050
run: |
5151
python tagging.py
52-

.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-02 16:44:48+0000"
2+
"timestamp": "2025-06-05 11:13:50+0000"
33
}

CHANGELOG.md

Lines changed: 177 additions & 0 deletions
Large diffs are not rendered by default.

NEXT_CHANGELOG.md

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

3-
## Release v0.50.0
3+
## Release v0.54.0
44

55
### New Features and Improvements
66

@@ -9,6 +9,5 @@
99
### Documentation
1010

1111
### Internal Changes
12-
* Capture DatabricksError when retrying API calls ([#427](https://github.com/databricks/databricks-sdk-java/pull/427)).
1312

1413
### API Changes

databricks-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.databricks</groupId>
77
<artifactId>databricks-sdk-parent</artifactId>
8-
<version>0.49.0</version>
8+
<version>0.53.0</version>
99
</parent>
1010
<artifactId>databricks-sdk-java</artifactId>
1111
<properties>

databricks-sdk-java/src/main/java/com/databricks/sdk/AccountClient.java

Lines changed: 59 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)