Skip to content

Releases: cloudspannerecosystem/yo

v0.5.7

05 Apr 01:03
9f3f92a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.6...v0.5.7

v0.5.6

01 Mar 01:31
7bd1b1f
Compare
Choose a tag to compare

What's Changed

  • v2/go.mod: update each dependency to latest by @zchee in #121
  • circleci: update cloud-spanner-emulator to 1.5.9 by @zchee in #120
  • v2: remove deprecated io/ioutil dependency by @zchee in #119
  • Bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /v2 by @dependabot in #134
  • Bump google.golang.org/grpc from 1.50.1 to 1.56.3 by @dependabot in #125
  • Bump golang.org/x/net from 0.8.0 to 0.17.0 in /v2 by @dependabot in #122
  • Update go module dependencies to fix security issues by @goccy in #136
  • Update the v2 README.md by @shuheiktgw in #114
  • [v2]change unsupported DDL behavior by @nktks in #137
  • Add target-tables argument by @FoGhost in #118
  • Remove key column conflict if spanner has a column named key by @DoubleDi in #128

New Contributors

Full Changelog: v0.5.5...v0.5.6

v0.5.5

09 Nov 10:55
ef0f3ee
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.5.4

03 Apr 07:09
00a4591
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.5.3

07 Sep 09:34
720a8eb
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.5.2

27 Apr 09:02
de541c7
Compare
Choose a tag to compare
  • Bump memefish version to support column default value expression #94
  • Bump memefish version #92

v0.5.1

12 Jan 09:11
f04de87
Compare
Choose a tag to compare
  • Add JSON column support to v2 #86
  • Add JSON column test #85
  • Fails if invalid custom types are specified #84
  • Support NUMERIC type #83
  • Support NUMERIC type #82

v0.5.0

28 Nov 06:26
c117ff8
Compare
Choose a tag to compare
  • Support JSON data type #80

v0.4.0

23 Jul 04:40
52b03d9
Compare
Choose a tag to compare
  • Support generated columns #72
  • Fix NewSpannerLoaderFromDDL to check if table exists #70
  • Ignore alter table statement to add foreign key in schema file #69
  • Ignore indexes managed by spanner #68

v0.3.8

02 Jul 08:24
e48ae7f
Compare
Choose a tag to compare
  • update go dependencies (#66)