Skip to content

Commit 7fc9a86

Browse files
committed
Release v1.1.1
1 parent 24f65fa commit 7fc9a86

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313

1414
### Fixed
1515

16+
## [v1.1.1] - 2026-03-06
17+
18+
This release updates the TypedBuilder to use a generic marshaller interface
19+
for more flexibility.
20+
21+
### Changed
22+
23+
- integrity.Typed: TypedBuilder uses generic TypedMarshaller interface
24+
instead of TypedYamlMarshaller (#51).
25+
1626
## [v1.1.0] - 2026-03-03
1727

1828
This release adds prefix deletion, predicates support for integrity.Typed,
@@ -40,7 +50,7 @@ The release introduces the initial version of the library.
4050

4151
### Added
4252

43-
- storage.Storage: middle-level interface with Watch, Tx, and Range operations.
53+
- storage.Storage: Middle-level interface with Watch, Tx, and Range operations.
4454
- tx.Tx: Conditional transaction execution with predicates and operations.
4555
- operation.Operation: Get, Put, Delete operations with typed interfaces.
4656
- predicate.Predicate: Value and version comparisons for conditional logic.
@@ -51,10 +61,11 @@ The release introduces the initial version of the library.
5161
- hasher: SHA1 and SHA256 hash implementations.
5262
- integrity: Signer and verifier for data integrity checking.
5363
- namer.Namer: Key naming and metadata management.
54-
- integrity.Typed: high-level interface for integrity-protected storage
64+
- integrity.Typed: High-level interface for integrity-protected storage
5565
operations with Get, Put, Delete, Range, and Watch methods.
5666

5767
### Fixed
5868

69+
[v1.1.1]: https://github.com/tarantool/go-storage/releases/tag/v1.1.1
5970
[v1.1.0]: https://github.com/tarantool/go-storage/releases/tag/v1.1.0
6071
[v1.0.0]: https://github.com/tarantool/go-storage/releases/tag/v1.0.0

0 commit comments

Comments
 (0)