Skip to content

Commit 2baff9b

Browse files
committed
iproto: add missing IPROTO feature flags to greeting negotiation
The flags of functions IPROTO_FEATURE_IS_SYNC and IPROTO_FEATURE_INSERT_ARROW protocol function flags were added in the welcome, fixed tests that test for flags by adding a byte sequence. Added #466
1 parent 7a3cd12 commit 2baff9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ flag handling, and fixes watcher panic.
3636
Now you can check this error with `errors.Is(err, tarantool.ErrConcurrentSchemaUpdate)`.
3737
- Implemented support for `IPROTO_IS_SYNC` flag in stream transactions,
3838
added `IsSync(bool)` method for `BeginRequest`/`CommitRequest` (#447).
39+
- Added missing IPROTO feature flags to greeting negotiation (iproto.IPROTO_FEATURE_IS_SYNC,
40+
iproto.IPROTO_FEATURE_INSERT_ARROW) and fixed tests that test for flags by adding a byte sequence.
3941

4042
### Fixed
4143

0 commit comments

Comments
 (0)