diff --git a/doc/release.rst b/doc/release.rst index 3e44fca4a4..05f82324c1 100644 --- a/doc/release.rst +++ b/doc/release.rst @@ -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 ` - not released yet * - 2.8 diff --git a/doc/release/major-features.rst b/doc/release/major-features.rst index d37bd32cf3..892e3caa99 100644 --- a/doc/release/major-features.rst +++ b/doc/release/major-features.rst @@ -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 ` + (: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 ` (:tarantool-issue:`5645`)