Skip to content

Documentation is outdated: IPROTO_VERSION is at least 6, not 3 #5344

@LaNdErTiS

Description

@LaNdErTiS

Bug description

Hi Tarantool team,

I'm writing to report inaccuracy in the official documentation regarding the iproto protocol version. I have found in the source code that the documentation needs to be updated.

The documentation for IPROTO_VERSION states that the latest protocol version is 3. https://www.tarantool.io/en/doc/latest/reference/internals/iproto/keys/#iproto-version

However, evidence from both live traffic analysis and the official Python connector's source code indicates that the actual protocol version in use is significantly higher. CONNECTOR_IPROTO_VERSION = 6
https://github.com/tarantool/tarantool-python/blob/master/tarantool/connection.py#L885

Please update the documentation to reflect the current state of the iproto protocol. otherwise, please explain how the above should be interpreted

Thank you for your attention to this matter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions