Skip to content

Commit eec84ad

Browse files
author
New year
committed
iproto: add missing IPROTO feature flags to greeting negotiation
The welcome flags for the IPROTO_FEATURE_IS_SYNC functions have been added and IPROTO_FEATURE_INSERT_ARROW for IPROTO_FEATURE_INSERT_ARROW protocol functions. Changed it CHANGELOG.md in the previous version, it was in the wrong version. Changed #466
1 parent e72726b commit eec84ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 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

@@ -45,8 +47,7 @@ flag handling, and fixes watcher panic.
4547
Now you can check this error with `errors.Is(err, tarantool.ErrConcurrentSchemaUpdate)`.
4648
- Implemented support for `IPROTO_IS_SYNC` flag in stream transactions,
4749
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).
50+
5051

5152
### Fixed
5253

0 commit comments

Comments
 (0)