Skip to content

Releases: ariga/atlas-go-sdk

v0.5.5

17 Jun 15:20
0e0db50
Compare
Choose a tag to compare

What's Changed

  • atlasexec: add dirName, url and driver to migrate apply output by @ronenlu in #72
  • atlasexec: add summary method on migration apply by @ronenlu in #73
  • atlasexec: use value receiver to keep original atlas client by @luantranminh in #74

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

16 Jun 09:59
3550d0d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

10 Apr 17:48
66e2f2b
Compare
Choose a tag to compare

What's Changed

  • atlasexec: add github actor information to migrate run context by @ronenlu in #56
  • atlasexec: add migrate down command by @masseelch in #58
  • atlasexec: amount arg and --to-tag flag to migrate down by @masseelch in #59
  • atlasexec: follow changes done to migrate down command by @masseelch in #60
  • atlasexec: add dev url to migrate down by @masseelch in #61

Full Changelog: v0.5.2...v0.5.3

v0.5.0

18 Feb 08:31
291e38f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

16 Jan 11:12
4b6e6df
Compare
Choose a tag to compare

What's Changed

  • atlasexec: added end-to-end testing by @giautm in #48
  • atlasexec: remove deprecated funcs and types by @giautm in #50
  • atlasexec: support for multiple database results by @giautm in #49

Full Changelog: v0.3.0...v0.4.0

v0.3.0

25 Dec 06:43
9e23ef3
Compare
Choose a tag to compare

Breaking changes:

  • atlasexec: fixed error return for json commands by @giautm in #45

Full Changelog: v0.2.3...v0.3.0

v0.2.3

12 Dec 03:11
a226c45
Compare
Choose a tag to compare

What's Changed

  • atlasexec: ensure the given exec path is correct by @giautm in #43

Full Changelog: v0.2.2...v0.2.3

v0.2.2

27 Nov 04:24
a10ceea
Compare
Choose a tag to compare

What's Changed

  • recordriver: fix queries not being idempotent by @dorav in #39
  • atlasexec: add WithDir helper by @giautm in #40
  • atlasexec: added TxMode flag for declarative workflow by @giautm in #41

Full Changelog: v0.2.1...v0.2.2

v0.2.1

19 Nov 13:35
c4195e2
Compare
Choose a tag to compare

What's Changed

  • atlasexec: add dryRun flag for MigrateApply by @snokpok in #37
  • atlasexec: added exec-order argument by @giautm in #38

New Contributors

  • @snokpok made their first contribution in #37

Full Changelog: v0.2.0...v0.2.1

v0.2.0

12 Nov 05:27
e0c7a20
Compare
Choose a tag to compare

What's Changed

  • atlasexec: working directory support by @giautm in #4
  • atlasexec: support Vars for all commands by @giautm in #5
  • atlasexec: share envs from user process by @giautm in #6
  • atlasexec: replace log flag with format by @giautm in #7
  • atlasexec: update public APIs by @giautm in #8
  • atlasexec: add login and logout commands by @noamcattan in #9
  • atlasexec: rename data -> params by @noamcattan in #10
  • atlasexec: add the 'migrate push' command by @noamcattan in #11
  • atlasexec: context param to migrate push by @noamcattan in #12
  • atlasexec: fix deprecation comment format by @masseelch in #14
  • atlasexec: add version command by @masseelch in #15
  • atlasexec/response: trim white spaces from the response by @dorav in #16
  • atlas/login and push: removed requirement of json output by @dorav in #17
  • atlasexec/migrate-lint: added support for --web by @dorav in #18
  • atlasexec/migrate-lint: added --base param by @dorav in #19
  • atlasexec/runCommand: removed the concept of validators by @dorav in #21
  • atlasexec: expose atlas exit code by @dorav in #22
  • atlasexec: added --context to the MigrateLintParams by @dorav in #23
  • atlasexec: remove extra logging details made by the SDK by @dorav in #24
  • atlasexec: bumping to latest atlas version by @rotemtam in #26
  • atlasexec: fix migrateapply error reporting by @rotemtam in #27
  • go.mod: removing dependency on cmd.x by @rotemtam in #28
  • atlasexec: added context flag to migrate-apply by @dorav in #29
  • atlasexec: change migrate apply context type by @dorav in #30
  • atlasexec: change migrate lint context type by @dorav in #31
  • atlasexec: change migrate push context type by @dorav in #32
  • atlasexec: add enums for trigger type by @datdao in #33
  • atlasexec: add allow-dirty flag by @datdao in #35

New Contributors

Full Changelog: v0.1.0...v0.2.0