Skip to content

Releases: scylladb/scylla-manager

3.4.0-dev-0.20240911.4ef2a82e6

11 Sep 18:58
Compare
Choose a tag to compare

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

12 Sep 18:56
Compare
Choose a tag to compare

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

12 Sep 07:48
Compare
Choose a tag to compare

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

11 Sep 13:44
Compare
Choose a tag to compare

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

11 Sep 12:12
Compare
Choose a tag to compare

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

10 Sep 07:54
Compare
Choose a tag to compare

Changelog

3.4.0-dev-0.20240910.62c01b928

10 Sep 14:41
Compare
Choose a tag to compare

Changelog

  • 62c01b9 feat(cluster): don't assume that --host is set
  • 013cc17 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.20240909.ec4f9d5e6

09 Sep 12:31
Compare
Choose a tag to compare

Changelog

3.4.0-dev-0.20240909.5781e4cf9

09 Sep 12:25
Compare
Choose a tag to compare

Changelog

3.4.0-dev-0.20240908.5bf6b3569

08 Sep 19:05
Compare
Choose a tag to compare

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