You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## 3.0.0
2
+
* Refactored sources for splitting public interfaces and internal
3
+
implementation for core changes in the future without change major version
4
+
* Refactored of transport level of driver - now we use grpc code generation by stock `protoc-gen-go` instead internal protoc codegen. New API provide operate from codegen grpc-clients with driver as a single grpc client connection. But driver hide inside self a pool of grpc connections to different cluster endpoints YDB. All communications with YDB (base services includes to driver: table, discovery, coordiantion and ratelimiter) provides stock codegen grpc-clients now.
5
+
* Much changed API of driver for easy usage.
6
+
* Dropped package `ydbsql` (moved to external project)
7
+
* Extracted yandex-cloud authentication to external project
8
+
* Extracted examples to external project
9
+
* Changed of traces API for next usage in jaeger и prometheus
10
+
* Dropped old APIs marked as `deprecated`
11
+
* Added integration tests with docker ydb container
12
+
* Changed table session and endpoint link type from string address to integer NodeID
13
+
1
14
## 2.10.1
2
15
* Fixed race on ydbsql concurrent connect. This hotfix only for v2 version
0 commit comments