Skip to content

Update the Major features page #2705

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

Merged
merged 6 commits into from
Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Each link leads to the release notes page of the corresponding version:

* - 2.10
- n/a
- 2.10.0-beta1
- :doc:`2.10.0-beta1 <release/2021-08-releases>`
- not released yet

* - 2.8
Expand Down
39 changes: 39 additions & 0 deletions doc/release/major-features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,45 @@ To keep track of the major features in each version of the Tarantool easier, you
* - Since version
- Feature

* - 2.10.0-beta2
- HTTP/2 support for the HTTP client

* - 2.10.0-beta2
- Preliminary support for the new DATETIME type (:tarantool-issue:`5941`)

* - 2.10.0-beta1
- Preliminary support for GNU/Linux ARM64 and MacOS M1 (:tarantool-issue:`2712`, :tarantool-issue:`6065`,
:tarantool-issue:`6066`, :tarantool-issue:`6084`, :tarantool-issue:`6093`, :tarantool-issue:`6098`,
:tarantool-issue:`6189`)

* - 2.10.0-beta1
- :ref:`Streams and interactive transactions in iproto <box_stream>`
(:tarantool-issue:`5860`)

* - 2.10.0-beta1
- Consistent SQL type system

* - 2.10.0-beta1
- Faster `net.box` module performance (improved up to 70%) (:tarantool-issue:`6241`)

* - 2.10.0-beta1
- Compact mode for tuples (:tarantool-issue:`5385`)

* - 2.10.0-beta1
- `memtx_allocator` option in `box.cfg{}` (:tarantool-issue:`5419`)

* - 2.8.2, 2.10.0-beta1
- Symbolic log levels in the `log` module (:tarantool-issue:`5882`)

* - 2.7.3, 2.8.2, 2.10.0-beta1, 1.10.11, 1.10.12
- `LJ_DUALNUM` mode support in `luajit-gdb` (:tarantool-issue:`6224`)

* - 2.7.3, 2.8.2, 2.10.0-beta1
- The new `table.equals` method in Lua

* - 2.7.3, 2.10.0-beta1
- `box.info.synchro` interface for synchronous replication statistics (:tarantool-issue:`5191`)

* - 2.8.1
- :ref:`Multiple iproto threads <cfg_networking-iproto_threads>` (:tarantool-issue:`5645`)

Expand Down