Skip to content

Releases: webdevops/go-sync

0.6.1

17 Nov 22:00
Compare
Choose a tag to compare
  • Fixes #4
  • Update to golang 1.13
  • Switch to go modules

0.5.5

12 Nov 23:59
Compare
Choose a tag to compare
  • Add rsync options to filesystem.options.rsync

0.5.4

12 Nov 23:37
Compare
Choose a tag to compare
  • Move custom options for mysql/postgres commands to first place
  • Add --database for only run database sync
  • Add --filesystem for only run filesystem sync
  • Add --skip-exec for skipping executions

0.5.3

01 Nov 14:33
Compare
Choose a tag to compare
  • Fix null pointer when using no local connection for databases

0.5.2

01 Nov 13:55
Compare
Choose a tag to compare
  • Fix wrong error handling introduced in 0.5.1 (always print error messages and stack trace)

0.5.1

01 Nov 13:08
Compare
Choose a tag to compare
  • Fix hiding go error messages
  • Fix copying of default connection to filesystem/databases (invalid pointer)
  • Add default ssh arguments to rsync

0.5.0

30 Oct 14:42
Compare
Choose a tag to compare
  • Implement new go-shell version (new query, dsn and user@host style configuration for SSH and Docker)
  • Rename database.schema to database.database
  • Change connection style (adapted go-shell changes)
  • Small bugfixes

0.4.1

09 Oct 19:47
Compare
Choose a tag to compare
  • Add docker-compose DSN/Query style configuration (from webdevops/go-shell)
  • Add docker-compose examples to README

0.4.0

08 Oct 22:08
Compare
Choose a tag to compare
  • Impelement self-update --force
  • Implement postgres support
  • Implement auto configuration for postgres and mysql docker containers (username, passwort and schema)
  • Improve logging output

0.3.0

06 Oct 20:01
Compare
Choose a tag to compare
  • Implement self-update
  • Switch to environment variables for mysql and postgres passwords
  • Implement parallelized stub file generation