Skip to content

Commit a082116

Browse files
author
New year
committed
crud: replace usage of optional types in crud with go-option
Changelog.md. fixed #492
1 parent e60318c commit a082116

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1212

1313
* New types for MessagePack extensions compatible with go-option (#459).
1414
* Added `box.MustNew` wrapper for `box.New` without an error (#448).
15+
* Added missing IPROTO feature flags to greeting negotiation
16+
(iproto.IPROTO_FEATURE_IS_SYNC, iproto.IPROTO_FEATURE_INSERT_ARROW) (#466).
1517

1618
### Changed
1719

@@ -24,6 +26,7 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
2426
and Future.GetIterator() methods, ResponseIterator and TimeoutResponseIterator types,
2527
Future.pushes[] (#480).
2628
* `LogAppendPushFailed` replaced with `LogBoxSessionPushUnsupported` (#480)
29+
* Replaced the use of optional types in crud with go-option library (#492).
2730

2831
### Fixed
2932

@@ -45,8 +48,7 @@ flag handling, and fixes watcher panic.
4548
Now you can check this error with `errors.Is(err, tarantool.ErrConcurrentSchemaUpdate)`.
4649
- Implemented support for `IPROTO_IS_SYNC` flag in stream transactions,
4750
added `IsSync(bool)` method for `BeginRequest`/`CommitRequest` (#447).
48-
- Added missing IPROTO feature flags to greeting negotiation
49-
(iproto.IPROTO_FEATURE_IS_SYNC, iproto.IPROTO_FEATURE_INSERT_ARROW) (#466).
51+
5052

5153
### Fixed
5254

0 commit comments

Comments
 (0)