Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 1.67 KB

File metadata and controls

executable file
·
25 lines (17 loc) · 1.67 KB

NEXT CHANGELOG

Release v0.131.0

Breaking Changes

New Features and Improvements

Bug Fixes

  • Alias apierr.ErrResourceAlreadyExists to apierr.ErrAlreadyExists so errors.Is matches both the gRPC-canonical ALREADY_EXISTS and the Databricks-specific RESOURCE_ALREADY_EXISTS error codes, regardless of which one the backend returns.

Documentation

Internal Changes

API Changes