The Scylla team is pleased to announce the release of Scylla 1.3.3, a bugfix release of the Scylla 1.3 stable branch. Release 1.3.3, like all past and future 1.x.y releases, is backward compatible and supports rolling upgrades.
The following bugs have been fixed:
- Fix issues in CQL
GRANT
statement #1790 #1791 - Fix server crash when cache is disabled #1753
- Fix RPC connection dropping on error response #1778
- Fix broken clustering caused by
sstableloader
#13
Related links
- Scylla 1.3 release
- Get started with Scylla 1.3.3
- Upgrade from 1.2.x to 1.3.y
- Report a problem
Scylla contributions
Glauber Costa (1):
auth: always convert string to upper case before comparing
Pekka Enberg (2):
auth: Fix resource level handling
release: prepare for 1.3.3
Tomasz Grabiec (2):
partition_version: Fix corruption of partition_version list
Merge seastar upstream