1.4.3: scan fix
DifferentialOrange
released this
05 Feb 12:26
·
55 commits
to master
since this release
Overview
This release introduces compatibility with several Tarantool 3 + vshard 0.1.25 features, as well as critical scan fix.
Fixed
- Compatibility with vshard configuration if UUIDs are omitted (#407).
- Compatibility with automatic master discovery in vshard (#409).
- Secondary conditions for index operands with operations
>=
,<=
,>
,<
no longer cause missing part of the actual result for scan operations (crud.select
,crud.pairs
,crud.count
,readview:select
,readview:pairs
) (#418).