
The ScyllaDB team is pleased to announce the release of ScyllaDB 1.2.5, a bugfix release of the ScyllaDB 1.2 stable branch. Release 1.2.5, like all past and future 1.x.y releases, is backward compatible and supports rolling upgrades.
The following bugs have been fixed:
- scylla.yaml failed to read initial_token string with spaces #1664
- ScyllaDB aborts when querying with contradicting clustering column restrictions, instead of returning an empty result. #1670Example:
SELECT * FROM test WHERE k = 0 AND ck < 1 and ck > 2
Related links
- Get started with ScyllaDB 1.2.5
- Upgrade from 1.1.x to 1.2.y
- Report a problem
ScyllaDB contributions
Paweł Dziepak (1):
Merge "Fix abort when querying with contradicting clustering restrictions" from Tomek
Pekka Enberg (1):
Merge "Fix regression in cql_query_test" from Tomek
Shlomi Livne (1):
release: prepare for 1.2.5
Tomasz Grabiec (5):
database: Ignore spaces in initial_token list
Import bounds_view
Fix abort when querying with contradicting clustering restrictions
keys: Don't require schema from make_empty()
bound_view: Fix use-after-free involving bottom()/top() bound_views