Skip to content

Commit 335fe27

Browse files
qrortasmyasnikov
andauthored
remove experimental from coordination API (#1794)
Co-authored-by: Aleksey Myasnikov <[email protected]>
1 parent a9cd1ee commit 335fe27

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* Removed `experimental` from coordination API
12
* Added `WithReaderLogContext`, `WithWriterLogContext` options to topic reader/writer to supply log entries with user context fields
23

34
## v3.108.3

coordination/client.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ type Client interface {
2525
// - call Close on the Session,
2626
// - close the Client which the session was created with,
2727
// - call any method of the Session until the ErrSessionClosed is returned.
28-
//
29-
// Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
3028
Session(ctx context.Context, path string, opts ...options.SessionOption) (Session, error)
3129
}
3230

0 commit comments

Comments
 (0)