Skip to content

v1.3.0

Compare
Choose a tag to compare
@ClevyrBot ClevyrBot released this 24 Mar 00:11
· 659 commits to main since this release
0d3cca8

Changelog

  • d9d8130 ⬆️ Bump to Go 1.18
  • e53e710 🐛 Add 30000 to local port bind to prevent conflicts
  • 0601d8a 🐛 Fix Ctrl+C not correctly closing the remote dump command
  • 78c75b2 🐛 Fix restore failures with Postgres custom format
  • 5dbb7cd 🐛 Listen on 127.0.0.1 and ::1 to prevent silent failure
  • 0d3cca8 🐛 Quote Postgres table params to fix issues with capitalization
  • b019b7a 🔥 Remove unnecessary channel
  • eba76d2 💚 Bump Go and golangci-lint version during CI
  • fac6b73 🔊 Fix logs during progressbar output
  • 32d4b0b 🔇 Set Postgres client_min_messages to warning
  • 3502f57 ✨ Add namespace filter
  • eb3ea08 ✨ Add port forward subcommand
  • 22346bc 💬 Tweak log text
  • ac71484 ⚡ Concat restore commands instead of connecting to the db multiple times