Commit 6ddcaf4
committed
release 1.4.0
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).1 parent ab9aad4 commit 6ddcaf4
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments