Skip to content

v1.51.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 16:28
· 144 commits to main since this release
v1.51.0
7950e92

Release v1.51.0

Breaking Changes

With this release, only protocol version 6 will be supported which is compatible with terraform CLI version 1.1.5 and later. If you are using an older version of the terraform CLI, please upgrade it to use this and further releases of Databricks terraform provider.

New Features and Improvements

  • Automatically create parent_path folder when creating databricks_dashboard resource if it doesn't exist (#3778).
  • Added support to use protocol version 6 provider server for SDK plugin (#3862).

Bug Fixes

  • Fixed logging for underlying Go SDK (#3917).
  • Remove not necessary field in databricks_job schema (#3907).

Internal Changes

  • Add AttributeBuilder for Plugin Framework schema (#3922).
  • Add CustomizableSchema for Plugin Framework (#3927).
  • Add StructToSchema for Plugin Framework (#3928).
  • Add codegen template and generated files for tfsdk structs (#3911).
  • Add converter functions and tests for plugin framework (#3914).
  • Bump Go SDK to v0.45.0 (#3933).
  • Change name with the aliases in codegen template (#3936).
  • Update jd version from latest to 1.8.1 (#3915).
  • Upgrade staticcheck to v0.5.1 to get Go 1.23 support (#3931).
  • OPENAPI_SHA check (#3935).
  • Use generic error for missing clusters (#3938)

Exporter

  • Better support for notebooks with /Workspace path (#3901).
  • Improve exporting of DLT and test coverage (#3898).