-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
* Renamed {retry,table}.WithID
option to {retry,table}.WithLabel
#875
Conversation
github.com/ydb-platform/ydb-go-sdk/v3/retryincompatible changesWithID: removed compatible changesWithLabel: added github.com/ydb-platform/ydb-go-sdk/v3/tableincompatible changesOptions.ID: removed compatible changesOptions.Label: added github.com/ydb-platform/ydb-go-sdk/v3/traceincompatible changesRetryOnRetry: changed from func(*Retry, *context.Context, string, bool, bool) func(error) func(attempts int, _ error) to func(*Retry, *context.Context, string, string, bool, bool) func(error) func(attempts int, _ error) compatible changesRetryLoopStartInfo.Label: added summaryBase version: v3.53.5-0.20231023235613-43bf888c0ac3 (master) |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #875 +/- ##
==========================================
+ Coverage 66.79% 66.81% +0.02%
==========================================
Files 255 255
Lines 24138 24150 +12
==========================================
+ Hits 16123 16136 +13
Misses 7179 7179
+ Partials 836 835 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
b7964b9
to
88d2347
Compare
🌋 Here are results of SLO test for Go SDK database/sql: |
🌋 Here are results of SLO test for Go SDK xorm: |
🌋 Here are results of SLO test for Go SDK native: |
🌋 Here are results of SLO test for Go SDK gorm: |
88d2347
to
6d39007
Compare
6d39007
to
7f56a00
Compare
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Other information