Releases: tarantool/go-storage
Releases · tarantool/go-storage
v1.0.0
Overview
The release introduces the initial version of the library.
Added
storage.Storage: middle-level interface withWatch,Tx, andRangeoperations.tx.Tx: Conditional transaction execution with predicates and operations.operation.Operation:Get,Put,Deleteoperations with typed interfaces.predicate.Predicate:Valueandversioncomparisons for conditional logic.watch.Event: Real-time change monitoring with prefix support.driver.tcs: Tarantool Config Storage backend implementation with transaction support.driver.etcd: Basic etcd backend implementation with conditional transactions.hasher: SHA1 and SHA256 hash implementations.integrity: Signer and verifier for data integrity checking.namer.Namer: Key naming and metadata management.integrity.Typed: high-level interface for integrity-protected storage operations withGet,Put,Delete,Range, andWatchmethods.