Skip to content

Commit 63db9d1

Browse files
committed
Update NEXT_CHANGELOG.md with bug fix and internal change entries
1 parent 4404a7f commit 63db9d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

NEXT_CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
### New Features and Improvements
88

99
### Bug Fixes
10+
* Fix potential panic in `shouldRetry` function by using comma-ok idiom for type assertion ([#1438](https://github.com/databricks/databricks-sdk-go/pull/1438)).
1011

1112
### Documentation
1213

1314
### Internal Changes
15+
* Remove deprecated `rand.Seed` call in retry backoff logic ([#1438](https://github.com/databricks/databricks-sdk-go/pull/1438)).
1416

1517
### API Changes
1618
* Add `Force` field for [pipelines.DeletePipelineRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#DeletePipelineRequest).

0 commit comments

Comments
 (0)