3.3.0-0.20240627.772cc4df8
scylladb-promoter
released this
27 Jun 13:10
·
205 commits
to master
since this release
Changelog
- 772cc4d fix(backup): use old driver side describe for older Scylla versions
- 9dd98ab Update ScyllaDB version to: 3.3.0
- 0f0f3c6 fix(backup): use raft read barrier instead of awaiting schema agreement
- 7c3b862 feat(cluster): export no CQL credentials error
- 39358fa feat(query): add RaftReadBarrier
- c3728e2 refactor(backup): check safety of desc schema in parallel
- 6f8d6fc feat(cluster): add SessionConfigOption
- 4cf127e ci: trigger jobs on actions on branch-3.3
- 453ca1f Revert "Update ScyllaDB version to: 3.4.dev"
- c25e05a refactor(restore): change scylla version 5.5 checking to 6.0
- f6555c3 feat(restore_test): test backup/restore of dropped and added column
- c90721e feat(restore_test): test roundtrip schema restore for Scylla 6.0
- d80c462 fix(restoretest): align old schema tests with DESC SCHEMA approach
- 3c7b200 feat(restore): rollback already applied schema changes on error
- 2b76b85 feat(restore): use described schema for restore
- f43c310 feat(restore): don't restore auth and service levels sstables for Scylla 6.0
- 52948d3 feat(rcserver): allow for cat operation on /backup/schema files
- 4a6e089 fix(backup): snapshot before describe schema
- e20a213 feat(backup): use DESCRIBE SCHEMA WITH INTERNALS for schema backup
- 9a7e886 feat(query): describe schema with internals
- dee03fc fix(repair_test): reduce flakiness of redundant ranges
- 47a87c4 refactor(repair): rename intensityHandler to intensityParallelHandler
- beb9106 feat(repair_test): test token ranges batching fallback
- 79eaa58 feat(repair): fallback to no-batching token ranges on error or being out of window
- 08e1824 refactor(scyllaclient): make split range easier to detect
- 801022f refactor(repair): move intensityHandler to separate file
- f612390 feat(repair_test): add test for batching ranges
- ddc3d8e feat(repair): use batching with ranges_parallelism
- 3383a29 refactor(repair): make controller return intensity instead of ranges
- 391e589 healthcheck: runner to return error
- 1f39222 Update ScyllaDB version to: 3.4.dev
- 95d93bb chore: update references to point to 3.3 branch
- bbaef59 feat(restore_test): skip known to fail restore auth tests
- aabbcb7 fix(repair_test): properly wait for node startup
- 4cf6c0b fix(restore): wrap table names in quotes
- 48a1ee2 fix(service_test): don't assume that system_auth always exist
- a560f44 feat(restore_test): rewrite no replication test
- 807d17d feat(restore_test): test user restoration
- 498eecb feat(restore_test): introduce testHelper
- 8140136 refactor(restore_test): extract important helpers to helper_integration_test.go
- b396b56 fix(restore_test): make GetTarget tests work with enterprise
- 6aeb3d0 fix(restore_test): assume 'repair' to be default tombstone_gc mode
- afec93b feat(github): run tests against scylla-enterprise-nightly