Commit 99315a5
committed
release 1.5.0
Overview
This release introduces roles for Tarantool 3 configuration (supported
for versions 3.0.2, 3.1.0 and newer).
Added
* Asynchronous bootstrap support for storages (#412).
* Tarantool 3 roles for setting up crud routers and storages (#415).
* Ability to configure crud through Tarantool 3 roles
configuration (#415).
Changed
* Explicitly forbid datetime interval conditions (#373).
* Storage initialization is now asynchronous by default for
Tarantool 3.0+ (#412).
* Additionally check backoff error on storage info fetch (#427).
Fixed
* Working with datetime conditions in case of non-indexed fields or
non-iterating indexes (#373).
* Precision loss for decimal conditions in case of non-indexed fields or
non-iterating indexes (#373).
* Passing errors from storages for merger operations (`crud.select`,
`crud.pairs`, `readview:select`, `readview:pairs`) (#423).
* Working with `nil` operand conditions in case of non-indexed fields or
non-iterating indexes (#422).1 parent 39701ed commit 99315a5
2 files changed
+2
-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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments