Changelog
2.4.0
Changelog
2.3.0
Primitive
helper class for easy creation of primitive values, see how it's used in
in /scan-query example.Changelog
2.2.0
streamExecuteScanQuery()
method in tableClient
@withTypeOptions
decorator (with an example)Changelog
2.1.0
clientOptions
key to Driver
constructor. This enables changing different
gRPC settings in tableClient
and schemaClient
calls.Changelog
2.0.0
storageKind
field has been renamed to media
, type is the same. This
was done due to underlying protobufs change, where StorageSettings message has been
completely changed and the old StorageSettings is now known as StoragePool (with media
field).Changelog
1.10.0
alterTable
method to TableSession class