Skip to content

Releases: Azure/azure-databricks-client

Release 2.0.0-rc.2

01 Nov 23:59
a57a880
Compare
Choose a tag to compare
Release 2.0.0-rc.2 Pre-release
Pre-release

What's Changed

  • Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #90
  • Adding constructor parameter to support proxy configuration by @memoryz in #95

Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2

Release 1.1.2395.2

23 Jul 23:05
9679c36
Compare
Choose a tag to compare

Release 2.0.0-rc.1

19 Jul 00:32
e0cdd9b
Compare
Choose a tag to compare
Release 2.0.0-rc.1 Pre-release
Pre-release

What's Changed

  • The v2 library targets .NET 6 runtime.
  • The v2 library migrated the underlying JSON parsing library from Newtonsoft.Json to System.Text.Json.
  • The Jobs API was redesigned to support the version 2.1 of the REST API.
  • Added support for ClusterPolicies API.
  • Added support for Global Init Scripts API.
  • Added support for creating clusters with credential pass-through.
  • Added unit tests.

Full Changelog: v1.1.2388.2...v2.0.0-rc.1

Release 1.1.2388.2

16 Jul 00:32
Compare
Choose a tag to compare

Release 1.1.2380.6

Release 1.1.1957.4

13 May 22:29
Compare
Choose a tag to compare

New:

  • Support creating single node cluster from cluster creation API.
  • Supports AzureAttributes options during cluster creation and instance pool creation.
  • Support specifying policy id during cluster creation.

Release 1.1.1808.3

13 Dec 03:59
Compare
Choose a tag to compare

Changes:

  • Authentication: Support calling Databricks API with AAD service principals.
  • ClusterAPI: Add support for local disk encryption.
  • Remove TimeOutHandler
  • Add support for cancellation token
  • SecretsAPI: Rename CreateScope to CreateDatabricksBackedScope.

Release 1.1.1491.2

31 Jan 10:16
0ed6c08
Compare
Choose a tag to compare
avoid deserialization failure for the TerminationCode enum (#33)

Avoid deserialization failure when an undefined value appears for the TerminationCode enum

Release 1.1.924.1

24 Sep 19:17
c7253a6
Compare
Choose a tag to compare