Skip to content

Releases: webdevops/go-devtool

0.4.0

30 Oct 14:33
Compare
Choose a tag to compare
  • Implement new go-shell version (new query, dsn and user@host style configuration for SSH and Docker)
  • Switch to utf8mb4 for default charset/collation in mysql:convert
  • Rename database dump and restore commands
    • mysql:dump -> mysql:server:dump
    • mysql:restore -> mysql:server:restore
    • mysql:db:dump -> mysql:dump
    • mysql:db:restore -> mysql:restore
    • postgres:dump -> postgres:server:dump
    • postgres:restore -> postgres:server:restore
    • postgres:db:dump -> postgres:dump
    • postgres:db:restore -> postgres:restore
  • General bugfixes

0.3.3

10 Oct 18:10
Compare
Choose a tag to compare
  • Implement file:stubs

0.3.2

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

0.3.1

08 Oct 21:46
Compare
Choose a tag to compare
  • Improve self-update
  • Improve postgres and mysql docker container auto configuration (getting user/password automatically)
  • Fixed bug using wrong command for postgres restore

0.3.0

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

0.2.0

04 Oct 22:13
Compare
Choose a tag to compare
  • Major improvements
  • Switch to xml mysql query results (was tabbed style before)
  • Improved postgres and mysql error handling (PIPEFAIL)

0.1.1

03 Oct 17:49
Compare
Choose a tag to compare
  • Updated go-shell for better error reporting in terminal

0.1.0

03 Oct 17:06
Compare
Choose a tag to compare

Initial development and testing release