| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.6.2 source code.tar.gz | 2026-03-05 | 9.7 MB | |
| 3.6.2 source code.zip | 2026-03-05 | 12.0 MB | |
| README.md | 2026-03-05 | 1.6 kB | |
| Totals: 3 Items | 21.7 MB | 0 | |
3.6.2
Date: 2026-03-05 Tag: 3.6.2
Overview
Tarantool 3.x is the recommended release series. Users of Tarantool 2.11 are encouraged to update to the latest 3.x release.
This release resolves 4 bugs since 3.6.1.
Please consider the full list of user-visible changes below.
Compatibility
Tarantool 2.x and 3.x are compatible in the binary data layout, client-server protocol, and replication protocol. It means upgrade may be performed with zero downtime for read requests and the order-of-network-lag downtime for write requests.
Please follow the upgrade procedure to plan your update actions.
Users of Tarantool 2.x may be interested in the compat options that allow to imitate some 2.x behavior. This allows to perform application code update step-by-step, not all-at-once.
Bugs fixed
Core
- Fixed a crash that could happen if two DDL operations (index build or space format change) were executed on the same space and a WAL write error occurred (gh-11833).
Vinyl
- Fixed a bug when the dump task scheduler was not unthrottled by
box.snapshot()(gh-12342). - Fixed a bug when Tarantool crashed instead of raising an error in case it failed to apply an upsert statement.
SQL
- Fixed an issue where no error message would appear when creating a view with duplicate column names (gh-4545).