You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the `vshard` instead of the `cartridge`
by default (#364). You could to specify an environment variable
`CARTIRDGE_VERSION` to install the `cartridge` 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 of `Cartridge` (#366).
0 commit comments