File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments