-
Notifications
You must be signed in to change notification settings - Fork 46
IPROTO_ID follow up #267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
feature
A new functionality
Comments
It seems that |
DifferentialOrange
added a commit
that referenced
this issue
Dec 23, 2022
IPROTO_FEATURE_PAGINATION (code 4) and protocol version 4 was added in Tarantool master [1]. 1. tarantool/tarantool@948e5cd Part of #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 27, 2023
Pagination was added in Tarantool 2.11.0-rc1 [1]. Space and index names support will be added to Tarantool 3.0 [2]. Watch once feature will be added to Tarantool 3.0 [3]. 1. tarantool/tarantool@948e5cd 2. tarantool/tarantool@b9550f1 3. tarantool/tarantool@6dc1433 Part of #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 27, 2023
Allow to set required_protocol_version and required_protocol_features on connection initialization to ensure that a Tarantool server provides expected features. The approach is similar to go-tarantool [1]. We do not check client protocol version and features, similar to the core Tarantool [1, 2]. 1. tarantool/go-tarantool#226 2. tarantool/tarantool#7953 Closes #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 27, 2023
Allow to set required_protocol_version and required_protocol_features on connection initialization to ensure that a Tarantool server provides expected features. The approach is similar to go-tarantool [1]. We do not check client protocol version and features, similar to the core Tarantool [1, 2]. 1. tarantool/go-tarantool#226 2. tarantool/tarantool#7953 Closes #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 27, 2023
Store client and server protocol version and features in connection object, similar to go-tarantool [1]. Before the patch, we stored only products: minimal protocol version of server and client and the list of features supported both by client and server. 1. tarantool/go-tarantool#226 Part of #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 27, 2023
Allow to set required_protocol_version and required_protocol_features on connection initialization to ensure that a Tarantool server provides expected features. The approach is similar to go-tarantool [1]. We do not check client protocol version and features, similar to the core Tarantool [1, 2]. 1. tarantool/go-tarantool#226 2. tarantool/tarantool#7953 Closes #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 27, 2023
Store client and server protocol version and features in connection object, similar to go-tarantool [1]. Before the patch, we stored only products: minimal protocol version of server and client and the list of features supported both by client and server. 1. tarantool/go-tarantool#226 Part of #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 27, 2023
Allow to set required_protocol_version and required_features on connection initialization to ensure that a Tarantool server provides expected features. The approach is similar to go-tarantool [1]. We do not check client protocol version and features, similar to the core Tarantool [1, 2]. 1. tarantool/go-tarantool#226 2. tarantool/tarantool#7953 Closes #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 27, 2023
Allow to set required_protocol_version and required_features on connection initialization to ensure that a Tarantool server provides expected features. The approach is similar to go-tarantool [1]. We do not check client protocol version and features, similar to the core Tarantool [1, 2]. 1. tarantool/go-tarantool#226 2. tarantool/tarantool#7953 Closes #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 28, 2023
Allow to set required_protocol_version and required_features on connection initialization to ensure that a Tarantool server provides expected features. The approach is similar to go-tarantool [1]. We do not check client protocol version and features, similar to the core Tarantool [1, 2]. 1. tarantool/go-tarantool#226 2. tarantool/tarantool#7953 Closes #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 28, 2023
Store client and server protocol version and features in connection object, similar to go-tarantool [1]. Before the patch, we stored only products: minimal protocol version of server and client and the list of features supported both by client and server. 1. tarantool/go-tarantool#226 Part of #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 28, 2023
Allow to set required_protocol_version and required_features on connection initialization to ensure that a Tarantool server provides expected features. The approach is similar to go-tarantool [1]. We do not check client protocol version and features, similar to the core Tarantool [1, 2]. 1. tarantool/go-tarantool#226 2. tarantool/tarantool#7953 Closes #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 28, 2023
Allow to set required_protocol_version and required_features on connection initialization to ensure that a Tarantool server provides expected features. The approach is similar to go-tarantool [1]. We do not check client protocol version and features, similar to the core Tarantool [1, 2]. 1. tarantool/go-tarantool#226 2. tarantool/tarantool#7953 Closes #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 28, 2023
Pagination was added in Tarantool 2.11.0-rc1 [1]. Space and index names support will be added to Tarantool 3.0 [2]. Watch once feature will be added to Tarantool 3.0 [3]. 1. tarantool/tarantool@948e5cd 2. tarantool/tarantool@b9550f1 3. tarantool/tarantool@6dc1433 Part of #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 28, 2023
Store client and server protocol version and features in connection object, similar to go-tarantool [1]. Before the patch, we stored only products: minimal protocol version of server and client and the list of features supported both by client and server. 1. tarantool/go-tarantool#226 Part of #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 28, 2023
Allow to set required_protocol_version and required_features on connection initialization to ensure that a Tarantool server provides expected features. The approach is similar to go-tarantool [1]. We do not check client protocol version and features, similar to the core Tarantool [1, 2]. 1. tarantool/go-tarantool#226 2. tarantool/tarantool#7953 Closes #267
DifferentialOrange
added a commit
that referenced
this issue
Jun 30, 2023
Overview This release inroduces API to request server protocol version and feature, as well as introduce decimal bugfix. Breaking changes - Drop `msgpack-python` support. (Package not supported since 2019.) Use `msgpack` instead. Added - Allow to require specific server protocol version and features (#267). Fixed - Parsing of E-notation Tarantool decimals with positive exponent (PR #298).
Merged
DifferentialOrange
added a commit
that referenced
this issue
Jun 30, 2023
Overview This release introduces API to request server protocol version and feature, as well as introduce decimal bugfix. Breaking changes - Drop `msgpack-python` support. (Package not supported since 2019.) Use `msgpack` instead. Added - Allow to require specific server protocol version and features (#267). Fixed - Parsing of E-notation Tarantool decimals with positive exponent (PR #298).
DifferentialOrange
added a commit
that referenced
this issue
Jun 30, 2023
Overview This release introduces API to request server protocol version and feature, as well as introduce decimal bugfix. Breaking changes - Drop `msgpack-python` support. (Package not supported since 2019.) Use `msgpack` instead. Added - Allow to require specific server protocol version and features (#267). Fixed - Parsing of E-notation Tarantool decimals with positive exponent (PR #298).
DifferentialOrange
added a commit
that referenced
this issue
Jun 30, 2023
Overview This release introduces API to request server protocol version and feature, as well as introduce decimal bugfix. Breaking changes - Drop `msgpack-python` support. (Package not supported since 2019.) Use `msgpack` instead. Added - Allow to require specific server protocol version and features (#267). Fixed - Parsing of E-notation Tarantool decimals with positive exponent (PR #298).
DifferentialOrange
added a commit
that referenced
this issue
Jun 30, 2023
Overview This release introduces API to request server protocol version and feature, as well as introduce decimal bugfix. Breaking changes - Drop `msgpack-python` support. (Package not supported since 2019.) Use `msgpack` instead. Added - Allow to require specific server protocol version and features (#267). Fixed - Parsing of E-notation Tarantool decimals with positive exponent (PR #298).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While implementing IPROTO_ID in go-tarantool (see tarantool/go-tarantool#226), we had discovered that some things could be done better, like
We need to catch on the Go implementation.
The text was updated successfully, but these errors were encountered: