Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 13:23
· 7 commits to main since this release
689a084

Changelog

  • 515bf1e chore(examples): add example simple migration
  • ca0a935 chore(gitpod): run mysql, pgsql and mongo as docker containers
  • 6c6fae5 chore: create docker-compose for the simple example
  • 5097a00 chore: initial commit
  • 23b6f8b ci(build): add go linting to ci/cd
  • b44563c ci(goreleaser): configure GoReleaser for releasing tags
  • e0d6963 ci: specify go version as >=1.19
  • 689a084 ci: upgrade goreleaser action version
  • d7a4665 docs(readme): document how the project works
  • 70268a3 feat(commands): add version command
  • 451a69e feat(commands): allow configuration via envvars
  • 949920e feat(commands): scaffold the db commands
  • dc018a5 feat(drivers): create the interface for the driver and how it's used
  • f1101f4 feat(files): support javascript for dynamic data
  • 460fff6 feat(gobblr): add an exponential retry before declaring a failure
  • 331573b feat(gobblr): find files in gobblr format
  • ccd9ff9 feat(gobblr): truncate and insert the file data
  • 243efe5 feat(logging): apply zerolog logging to the app
  • f2a2850 feat(mongodb): add support for mongodb
  • 6c7ccbc feat(sql): add support for postgres
  • 15b020e feat(sql): add support for sql server
  • 0c435e4 feat(sql): add support for sqlite
  • 8cf19b2 feat(sql): create a mysql driver using gorm
  • 2fc183e feat(web-server): run a web server to listen for commands