1.4.0
DifferentialOrange
released this
16 Oct 15:24
·
82 commits
to master
since this release
Overview
This release improves experience for VShard clusters users and Tarantool 3 users. It also introduces schema introspection API.
New features
- Space schema introspection API
crud.schema
(#380).
Bugfixes
- Return explicit error for
*_many
call with no tuples/objects (#377). crud.readview
resource cleanup on garbage collect (#379).- VShard storage user have not execution rights for internal functions (#366).
- Compatibility with Tarantool 3.0 tuple objects (#387).
Infrastructure
deps.sh
installs thevshard
instead of thecartridge
by default (#364). You could to specify an environment variableCARTIRDGE_VERSION
to install thecartridge
and run tests cases with it.doc/playground.lua
does not work with Tarantool 3 (#371).- Tests with Tarantool 3 (#364).
- Quickstart section in the README.md focuses on usage with
vshard
instead ofCartridge
(#366).