Skip to content

v1.3.0

Compare
Choose a tag to compare
@ClevyrBot ClevyrBot released this 24 Mar 00:11
· 658 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