Skip to content

Releases: gcpug/handy-spanner

v0.7.8

02 Aug 10:34
912f0bb
Compare
Choose a tag to compare

What's Changed

  • update cloud.google.com/go/spanner v1.65.0 and add methods for scheduled backup by @nktks in #104

Full Changelog: v0.7.7...v0.7.8

v0.7.7

30 May 10:51
6807aff
Compare
Choose a tag to compare

What's Changed

  • support FOREIGN KEY without CONSTRAINTS clause by @nktks in #103

Full Changelog: v0.7.6...v0.7.7

v0.7.6

16 May 04:34
211cd94
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.5...v0.7.6

v0.7.5

15 Feb 03:11
a33cef5
Compare
Choose a tag to compare

What's Changed

  • Update github.com/cloudspannerecosystem/memefish dependency by @rugamaga in #99
  • implement foreign key constraints by @rugamaga in #100
  • modify database ApplyDDL to skip CREATE CHANGE STREAM by @nktks in #101

New Contributors

Full Changelog: v0.7.4...v0.7.5

v0.7.4

12 Dec 10:39
08dcbc3
Compare
Choose a tag to compare

What's Changed

  • Update cloud.google.com/go/spanner dependency by @sters in #98

Full Changelog: v0.7.3...v0.7.4

v0.7.3

22 Aug 05:00
cbfa130
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2

03 Jun 08:24
8c10084
Compare
Choose a tag to compare

What's Changed

  • support current_timestamp() and current_date() in default by @kazegusuri in #91
  • free inline transaction when the request failed by @kazegusuri in #94

Full Changelog: v0.7.1...v0.7.2

v0.7.1

03 Apr 05:54
d1ab09f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

31 Mar 05:34
aaaac4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.8...v0.7.0

v0.6.8

01 Aug 09:12
0c2b8a9
Compare
Choose a tag to compare
Merge pull request #83 from cloverrose/fix-issue82

define ListDatabaseRoles to follow spanner update