1.4.0
·
100 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
*_manycall with no tuples/objects (#377). crud.readviewresource 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.shinstalls thevshardinstead of thecartridgeby default (#364). You could to specify an environment variableCARTIRDGE_VERSIONto install thecartridgeand run tests cases with it.doc/playground.luadoes not work with Tarantool 3 (#371).- Tests with Tarantool 3 (#364).
- Quickstart section in the README.md focuses on usage with
vshardinstead ofCartridge(#366).