Releases: daichirata/hammer
Releases · daichirata/hammer
v0.6.5
Changelog
- 497c8af Fix case-sensitive table and column names
v0.6.1
Changelog
- 016c647 Bump up version of Go to 1.20.x to be used during testing
- 116f112 Bump up version of actions/checkout and actions/setup-go
- 2d994a1 Migrate to new protobuf message types
- f8af0e9 fix: fix timestamp with default fields comparison
- 540deba fix: handle default timestamp value definition changes
- 28e0515 fix: timestamp default comparison logic
v0.6.0
Changelog
- 49b6fb3 add support for change stream
- 03141fa bumpup spanner version to 1.44.0
- 43ae0ad chore: update cloud.google.com/go/spanner to v1.42.0
- 3b09329 fix test and small cases create change stream ddl
v0.5.11
Changelog
- 13b7f69 Add ignore-change-streams flag
- de251f8 Add test
- 489d7d1 Fix parsing failure if comments were included
v0.5.10
Changelog
- dc77e55 Bump up version to 1.18
- 3fb397c chore: update cloud.google.com/go/spanner to v1.36.0
v0.5.9
Changelog
- 215babf chore: update cloud.google.com/go/spanner to v1.33.0
- 81bd479 feat: use DEFAULT keyword instead of UPDATE when adding columns
- c5dec3a fix: timestamp literal format in diff_test.go