|
| 1 | +## 2.3.25 ## |
| 2 | +* Core: Removed usage of default deadline for long grpc streams |
| 3 | +* Query: Updated QueryStats class in QueryClient |
| 4 | + |
| 5 | +## 2.3.24 ## |
| 6 | +* Topic: Added stream id to SessionBase logs |
| 7 | +* Table: Fixed describeTable() for table columns with default values |
| 8 | + |
| 9 | +## 2.3.23 ## |
| 10 | +* Topic: Added validation of a message size |
| 11 | +* Table: Added support of raw proto data to executeDateQuery/readTable/bulkUpsert |
| 12 | +* Query: Updated TableClient over QueryClient implementation, removed ProxedDataQueryResult |
| 13 | + |
| 14 | +## 2.3.22 ## |
| 15 | +* Core: Added endpoint address to GRPC-related errors |
| 16 | +* Topic: Fixed deadlock on the client-side exception handling |
| 17 | +* Table: Session pool service calls were isolated from grpc context |
| 18 | + |
| 19 | +## 2.3.21 ## |
| 20 | +* Query: Support QueryStats in QueryService-based TableClient wrapper |
| 21 | +* Table: CreateTable with default value options |
| 22 | +* Table: AlterTable supports index renaming |
| 23 | +* Table: Fixed data race on stream result processing |
| 24 | + |
| 25 | +## 2.3.20 ## |
| 26 | +* Table: Fixed session status updating on stream calls |
| 27 | +* Core: Added endpoint pessimization when CreateSession returns OVERLOADED |
| 28 | + |
| 29 | +## 2.3.19 ## |
| 30 | +* Core: Added isolated grpc context for discovery and attachStream methods |
| 31 | +* Topic: Added support of message batching |
| 32 | + |
| 33 | +## 2.3.18 ## |
| 34 | +* Core: Added method addChannelInitializer |
| 35 | +* Core: Hided token & passwords from trace logs |
| 36 | +* Query: Added support of reading raw proto message |
| 37 | +* Topic: Set max_active_partitions on topic creation |
| 38 | +* Topic: Added statistic to WriteAck |
| 39 | +* Topic: Fixed lost compression errors |
| 40 | + |
1 | 41 | ## 2.3.17 ## |
2 | 42 | * Query: Fixed session status updating |
3 | 43 | * Topic: Fixed maxActivePartitions on topic creation |
|
0 commit comments