Releases: webdevops/go-sync
Releases · webdevops/go-sync
0.6.1
- Fixes #4
- Update to golang 1.13
- Switch to go modules
0.5.5
- Add rsync options to
filesystem.options.rsync
0.5.4
- 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
- Fix null pointer when using no local connection for databases
0.5.2
- Fix wrong error handling introduced in 0.5.1 (always print error messages and stack trace)
0.5.1
- Fix hiding go error messages
- Fix copying of default connection to filesystem/databases (invalid pointer)
- Add default ssh arguments to rsync
0.5.0
- 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
- Add
docker-compose
DSN/Query style configuration (from webdevops/go-shell
)
- Add
docker-compose
examples to README
0.4.0
- 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
- Implement
self-update
- Switch to environment variables for mysql and postgres passwords
- Implement parallelized stub file generation