From d8645c6a1e6ccb55975eacd99ed164dedab567c6 Mon Sep 17 00:00:00 2001 From: Kseniia Antonova Date: Wed, 14 Feb 2024 16:59:53 +0300 Subject: [PATCH] Added sdk changelogs (605, 606, 609, 613, 616) --- doc/enterprise/changelog.rst | 40 ++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/doc/enterprise/changelog.rst b/doc/enterprise/changelog.rst index 44e51b03dd..cc6092d554 100644 --- a/doc/enterprise/changelog.rst +++ b/doc/enterprise/changelog.rst @@ -18,6 +18,46 @@ For example: ``2.11.1-0-gc42d9735b-r589``. - ``TARANTOOL_BASE_VERSION`` is the Community version which the Enterprise version is based on. - ``REVISION`` is the SDK revision. Besides Tarantool itself, it includes the ``tt`` utility, a set of open and closed source modules, and examples. Learn more from :ref:`Package contents `. +616 +--- + +- Updated crud to `1.4.3 `__. +- Updated luatest to `1.0.1 `__. +- Updated migrations to `0.7.0 `__. +- Updated tt-ee to `2.1.2 `__. + +613 +--- + +- Updated cartridge to `2.8.5 `__. +- Updated crud to `1.4.2 `__. +- Added frontend-core `8.2.2 `__. +- Updated membership to `2.4.2 `__. +- Updated sideservice to `0.2.0 `__. +- Updated tt-ee to `2.1.1 `__. +- Updated vshard to `0.1.26 `__. + +609 +--- + +- Updated httpgo to `0.2.1 `__. +- Added httpgo-crud `0.1.0 `__. +- Updated ``tarantool-2.11`` to 2.11.2. + +606 +--- + +- Updated ``tarantool-master`` to 3.0.0-beta1. + +605 +--- + +- Updated cartridge to `2.8.4 `__. +- Updated crud to `1.4.1 `__. +- Updated ddl to `1.6.5 `__. +- Added httpgo `0.2.0 `__. +- Updated tt-ee to `2.0.0 `__. + 598 ---