Skip to content

Releases: cloudspannerecosystem/spanner-dump

v0.2.2

21 Nov 08:56
0ef7d1d
Compare
Choose a tag to compare
  • Features
    • None
  • Bug Fixes
    • Do not dump generated columns (#19)
  • Breaking Changes
    • None

v0.2.1

27 May 13:26
5d764a2
Compare
Choose a tag to compare
  • Features
    • Adding options from environment variables (#17)
  • Bug Fixes
    • None
  • Breaking Changes
    • None

v0.2.0

01 Sep 23:48
52ef72b
Compare
Choose a tag to compare
  • Features
    • Exclude VIEWs from dumped data (#15)
    • Add NUMERIC data type (#16)
    • Add JSON data type (#16)
  • Bug Fixes
    • None
  • Breaking Changes
    • None

v0.1.2

23 Aug 06:23
6156918
Compare
Choose a tag to compare
  • Features
    • Exclude Views from dump data (#15)
    • Use LOW priority task to dump data (#13)
  • Bug Fixes
    • Fix bytes string to have 0 padding (#12)
  • Breaking Changes