Skip to content

v1.0.0

Compare
Choose a tag to compare
@ClevyrBot ClevyrBot released this 10 Mar 09:29
· 712 commits to main since this release
35e8bb7

Changelog

  • 66f58eb ⬆️ Bump Go version in CI
  • 35e8bb7 ⬆️ Bump golangci-lint version in CI
  • f31e77f ⬆️ Upgrade dependencies
  • 5814ae4 🔥 Remove unused function
  • 2326150 💄 Use survey for restore confirmation
  • 7b4dcd3 🔊 Add logs to restore
  • 7078845 🔊 Trace log errors in GetPodByQueries
  • 457324f ♻️ Clean up gzip logic
  • f6bc5f9 ♻️ Refactor duplicated command setup into module, add better logging
  • 90be071 ♻️ Refactor to add support for different database types
  • 778d395 🚨 Fix lint warnings
  • 4442803 ✨ Add grammar detection
  • 73ae5d8 ✨ Add initial MariaDB support
  • 61542b9 ✨ Add progress bar to dump and restore
  • a74160c ✨ Add support for Bitnami's Postgres, Postgres-HA, and MariaDB charts
  • a48c8c6 ✨ Add support for log-level and log-format
  • 2bc09db ✨ Attempt to load database and user from env config before using default values
  • 5d6cc14 ✨ Generate shell completions in Homebrew Tap
  • b615e01 ✨ Prompt user when multiple pods are found
  • 6b2dfcc ✨ Return data with errors
  • de27ee6 💬 Tweak grammar flag description
  • 61bbbf5 🚚 Move database grammars into grammar module
  • 6827a9f 🚚 Rename instances of "type" to "grammar"
  • 06a6879 ⚡ Enable parallel test runs