Releases: scylladb/scylla-manager
Releases · scylladb/scylla-manager
3.4.0-dev-0.20240911.4ef2a82e6
Changelog
- 4ef2a82 feat(cluster_test): test empty --host in SM DB
- f0faa48 fix(scyllaclient): don't panic on empty host in client
- ed87d32 fix(cluster): don't assume that --host is set
- aa77cb7 feat(cluster_test): test failed connectivity check on put cluster
- 37f6bc3 fix(cluster): don't insert known hosts before validation finishes
3.3.3-0.20240912.924034e0d
Changelog
- 924034e Update ScyllaDB version to: 3.3.3
- 5445449 feat(cluster_test): test empty --host in SM DB
- 5778946 fix(scyllaclient): don't panic on empty host in client
- 11bd884 fix(cluster): don't assume that --host is set
- 1096d26 feat(cluster_test): test failed connectivity check on put cluster
- 226f774 fix(cluster): don't insert known hosts before validation finishes
3.3.2-0.20240912.54454492a
Changelog
- 5445449 feat(cluster_test): test empty --host in SM DB
- 5778946 fix(scyllaclient): don't panic on empty host in client
- 11bd884 fix(cluster): don't assume that --host is set
- 1096d26 feat(cluster_test): test failed connectivity check on put cluster
- 226f774 fix(cluster): don't insert known hosts before validation finishes
3.3.2-0.20240911.83f13898f
Changelog
- 83f1389 feat(cluster_test): test empty --host in SM DB
- ded3a4c fix(scyllaclient): don't panic on empty host in client
- 70805c1 fix(cluster): don't assume that --host is set
- 4d901f6 feat(cluster_test): test failed connectivity check on put cluster
- d100a04 fix(cluster): don't insert known hosts before validation finishes
3.4.0-dev-0.20240911.0008113df
Changelog
- 0008113 feat(cluster_test): test empty --host in SM DB
- 8e13593 fix(scyllaclient): don't panic on empty host in client
- 1d450df fix(cluster): don't assume that --host is set
- 28acf5f feat(cluster_test): test failed connectivity check on put cluster
- 55bfde5 fix(cluster): don't insert known hosts before validation finishes
3.4.0-dev-0.20240910.bc89ca4ee
3.4.0-dev-0.20240910.62c01b928
3.4.0-dev-0.20240909.ec4f9d5e6
Changelog
- ec4f9d5 tmp: log contact points
3.4.0-dev-0.20240909.5781e4cf9
Changelog
- 5781e4c tmp: log contact points
3.4.0-dev-0.20240908.5bf6b3569
Changelog
- 5bf6b35 fix(cluster): don't mix DNS and IPs
- a3ab8f8 fix(scyllaclient): introduce per cluster mutex in client cache
- e8d64bc feat(backup_test): test --skip-schema
- 90eb17d feat(command): expose --skip-schema flag
- d073782 feat(backup): allow for not backing up schema
- f201961 fix(backup): dont allow to back up without possibility of restoring schema
- 1f06f54 refactor(cluster): improve CQL creds and TLS identity error messages
- d863ffa fix(backup): retry on creating a single host cql session
- 73b21f3 fix(backup): handle schema backup when nodes have different versions
- d7ea3da refactor(backup): move whole stage await schema to dedicated function