Releases: Azure/azure-databricks-client
Releases · Azure/azure-databricks-client
v2.7.0
What's Changed
- Install dotnet 9 for PR build by @memoryz in #244
- .Net 9 target & package updates by @mellis-ao in #240
- fix: use CPM to update vulnerable dependencies by @memoryz in #245
- Add editorconfig file with some initial entries by @mellis-ao in #242
- revert DataArray to string[][] in StatementExecutionResultChunk by @memoryz in #247
- Add Description property to JobSettings by @M3H0VV in #251
- Adding new privilege types by @memoryz in #253
- use dotnet 6, 8 and 9 to run unit tests by @memoryz in #255
- Added missing table type: MANAGED_SHALLOW_CLONE by @M3H0VV in #250
- Add JobInfos to TablesLineage.cs by @M3H0VV in #254
- Update release notes for 2.7.0 by @memoryz in #256
New Contributors
Full Changelog: v2.6.1...v2.7.0
v2.6.2
v2.6.1
What's Changed
- Update and remove unused packages by @mellis-ao in #230
- Add USER_CANCELED by @jcelgin in #229
- Include new job parameters in job run response model by @htuomola in #234
- fix: MLFlow API GetRun type error by @memoryz in #236
- fix: PipelinesApiClient.ListPageable() throws when no pipelines are returned by @memoryz in #237
- Added protected parameterless constructor to DatabricksClient by @mellis-ao in #233
- fix: adding support for deserialization for StatementExecutionResultChunk.DataArray by @memoryz in #238
New Contributors
- @mellis-ao made their first contribution in #230
- @jcelgin made their first contribution in #229
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- Add Databricks ML flow api endpoints by @hughmancoder in #206
- Add pageable support for RegisteredModels/List and ModelVersion/List by @memoryz in #212
- Target .NET 8 by @memoryz in #213
- Added Models for Run Status by @TuckermanRav in #210
- Clean up build warnings by @memoryz in #214
- fix: Jobs.RunsList expandTasks argument does not work by @memoryz in #216
- Add GenerateDocumentationFile to make summaries show up in IDEs by @NielsPilgaard in #220
- Add new trigger type by @memoryz in #221
- fix documentation by @memoryz in #222
- Remove unused dependency by @memoryz in #223
- Bailey/add data security mode support by @JeffSBailey in #218
- Update JobsApiClient.cs by @ArminVe in #224
- Add release notes for 2.6.0 by @memoryz in #225
New Contributors
- @hughmancoder made their first contribution in #206
- @TuckermanRav made their first contribution in #210
- @NielsPilgaard made their first contribution in #220
- @JeffSBailey made their first contribution in #218
- @ArminVe made their first contribution in #224
Full Changelog: v2.5.2...v2.6.0
v2.5.2
v2.5.1
What's Changed
- build(deps): bump System.Text.Json from 6.0.5 to 8.0.4 in /csharp/Microsoft.Azure.Databricks.Client by @dependabot in #203
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- Make top-level client properties virtual to enable mocking by @htuomola in #193
- feat: support TokenCredential based authentication for managed identity and service principal by @memoryz in #195
- feat: list operations now support AsyncPageable if next_page_token is returned by @memoryz in #196
- fix: better handle token expiration when TokenCredential is used by @memoryz in #197
- fix: Streaming response from HttpClient for better memory utilization by @memoryz in #198
- doc: add release notes for 2.5.0 by @memoryz in #199
New Contributors
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- Add Statement Execution API by @smokedlinq in #185
- Add support for abfss init script by @Countervayl in #187
- Add support for job-level parameters by @dbartek in #188
- Add Source attribute to NotebookTask by @jonathan-vogel-siemens in #184
- Deserialization exceptions when using foreign type unity catalog and foreign type tables by @samuelchmiel in #181
- Added new Dashboard Object Type. by @InsightFactory-Mick in #180
- fix build warning: Dereference of a possibly null reference. by @memoryz in #189
- update release notes for 2.4.0 by @memoryz in #190
New Contributors
- @smokedlinq made their first contribution in #185
- @Countervayl made their first contribution in #187
- @samuelchmiel made their first contribution in #181
- @InsightFactory-Mick made their first contribution in #180
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Pipelines (Delta Live Tables) API implementation by @skarpecki in #157
- Merge 2.2 changes into master by @memoryz in #163
- #164: Add notification support to JobApi.RunSubmit by @Sjoerdsjoerd in #165
- Fix retrieving job with "Run Job" task by @dkotov in #171
- fix: InstancePoolApiClient.List throws System.Text.Json.JsonException by @memoryz in #172
- Support job_parameters during job run by @dkotov in #168
- fix: Wrong page token parameter name in PipelinesApiClient by @memoryz in #173
- build: update build pipeline; move release pipeline to internal ADO account by @memoryz in #174
- adding enum members for ClusterSource by @memoryz in #175
- update action versions by @memoryz in #176
- lint: update action top level permission to readonly by @memoryz in #177
- Unity by @skarpecki in #159
- build: upgrade action versions by @memoryz in #178
- add release notes for v2.3.0 by @memoryz in #179
New Contributors
- @skarpecki made their first contribution in #157
- @Sjoerdsjoerd made their first contribution in #165
- @dkotov made their first contribution in #171
Full Changelog: v2.2.1...v2.3.0