Sep21
Scylla release: version 1.2.5
By Scylla Team, September 21, 2016
Subscribe to Our Blog
By submitting this form, you are confirming you have read and agree to our privacy policy.
The Scylla team is pleased to announce the release of Scylla 1.2.5, a bugfix release of the Scylla 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
- Scylla 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 Scylla 1.2.5
- Upgrade from 1.1.x to 1.2.y
- Report a problem
Scylla 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
Related Posts
Tags: release