Skip to content

3.0.1

Compare
Choose a tag to compare
@sergos sergos released this 26 Jan 10:13
· 280 commits to master since this release

3.0.1

Date: 2024-01-25
Tag: 3.0.1

Overview

3.0.1 is the 2nd stable version of the 3.0 release
series. It resolves 4 bugs since 3.0.0.

The "stable" label means that we have all planned features implemented and we
see no high-impact issues. However, if you encounter an issue, feel free to
report it on GitHub.

Compatibility

Tarantool 3.x is backward compatible with Tarantool 2.11.x in the binary data
layout, client-server protocol, and replication protocol.

Please upgrade using the box.schema.upgrade() procedure to unlock
all the new features of the 3.x series.

Bugs fixed

Lua

  • Fixed the incorrect propagation of Lua errors raised while loading
    the module via the Tarantool-specific loaders.

Config

  • Fixed an issue when a leader fails to start with the attempt to index a nil value error if a config with all UUIDs set is used during a cluster's
    bootstrap (gh-9572).

Httpc

  • Fixed a bug when read from a chunked request returns
    nothing (gh-9547).

Build

  • Updated libcurl to version 8.5.0.