Releases: RoryQ/wrench
Releases · RoryQ/wrench
v1.15.0
What's Changed
- Implement Convergent DML Migration Directive by @tglennan in #159
- Fix Schema Migration Version Reverted To After Repair by @tglennan in #169
- Bump google.golang.org/api from 0.214.0 to 0.215.0 by @dependabot in #168
- Bump google.golang.org/grpc from 1.69.2 to 1.69.4 by @dependabot in #171
- Bump google.golang.org/api from 0.215.0 to 0.217.0 by @dependabot in #172
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- Bump cloud.google.com/go from 0.116.0 to 0.117.0 by @dependabot in #161
- Strip All Valid GoogleSQL Comments From DML and DDL by @tglennan in #162
- Support Per-Migration Config by @tglennan in #158
- Bump google.golang.org/grpc from 1.69.0 to 1.69.2 by @dependabot in #163
- Bump google.golang.org/api from 0.213.0 to 0.214.0 by @dependabot in #164
- Bump github.com/googleapis/gax-go/v2 from 2.14.0 to 2.14.1 by @dependabot in #165
- Bump cloud.google.com/go from 0.117.0 to 0.118.0 by @dependabot in #166
Full Changelog: v1.13.5...v1.14.0
v1.13.5
What's Changed
- Bump cloud.google.com/go/spanner from 1.71.0 to 1.72.0 by @dependabot in #143
- Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group by @dependabot in #155
- Bump google.golang.org/api from 0.205.0 to 0.213.0 by @dependabot in #160
- Bump google.golang.org/grpc from 1.67.1 to 1.69.0 by @dependabot in #156
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #151
- Bump cloud.google.com/go/spanner from 1.72.0 to 1.73.0 by @dependabot in #146
Full Changelog: v1.13.4...v1.13.5
v1.13.4
v1.13.3
What's Changed
- Bump cloud.google.com/go from 0.115.1 to 0.116.0 by @dependabot in #134
- Bump cloud.google.com/go/spanner from 1.69.0 to 1.71.0 by @dependabot in #140
- Bump google.golang.org/api from 0.199.0 to 0.205.0 by @dependabot in #142
Full Changelog: v1.13.2...v1.13.3
v1.13.2
What's Changed
- Export Kind and StatementKind
- Bump google.golang.org/grpc from 1.66.0 to 1.67.1 by @dependabot in #132
- Bump cloud.google.com/go/spanner from 1.67.0 to 1.68.0 by @dependabot in #130
- Bump google.golang.org/api from 0.196.0 to 0.199.0 by @dependabot in #131
- Bump cloud.google.com/go/spanner from 1.68.0 to 1.69.0 by @dependabot in #133
Full Changelog: v1.13.1...v1.13.2
v1.13.1
What's Changed
Bump dependencies
- Bump google.golang.org/api from 0.189.0 to 0.193.0 by @dependabot in #118
- Bump github.com/ory/dockertest/v3 from 3.10.0 to 3.11.0 by @dependabot in #113
- Bump cloud.google.com/go/spanner from 1.65.0 to 1.67.0 by @dependabot in #116
- Bump github.com/docker/docker from 27.1.1+incompatible to 27.1.2+incompatible in the go_modules group across 1 directory by @dependabot in #119
- Bump github.com/opencontainers/runc from 1.1.13 to 1.1.14 in the go_modules group by @dependabot in #123
- Bump google.golang.org/api from 0.193.0 to 0.196.0 by @dependabot in #124
Full Changelog: v1.13.0...v1.13.1
v1.13.0
What's Changed
- Bump cloud.google.com/go from 0.114.0 to 0.115.0 by @dependabot in #94
- Bump cloud.google.com/go/spanner from 1.63.0 to 1.64.0 by @dependabot in #99
- Bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #103
- Bump google.golang.org/api from 0.182.0 to 0.188.0 by @dependabot in #102
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #95
- Bump cloud.google.com/go/spanner from 1.64.0 to 1.65.0 by @dependabot in #107
- Bump github.com/docker/docker from 26.1.1+incompatible to 26.1.4+incompatible in the go_modules group by @dependabot in #106
- update filename regex to match .generated.sql files by @RoryQ in #109
- Core/migrate library by @RoryQ in #80
Full Changelog: v1.12.1...v1.13.0
v1.12.1
What's Changed
- Bump google.golang.org/api from 0.177.0 to 0.178.0 by @dependabot in #81
- Bump cloud.google.com/go from 0.112.2 to 0.113.0 by @dependabot in #82
- Bump google.golang.org/api from 0.178.0 to 0.182.0 by @dependabot in #90
- Bump cloud.google.com/go/spanner from 1.61.0 to 1.63.0 by @dependabot in #89
- support discrete ddl schema dump for views by @RoryQ in #91
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed
- Bump google.golang.org/api from 0.169.0 to 0.170.0 by @dependabot in #57
- bump go to version 1.22 by @RoryQ in #59
- add and fix lint by @RoryQ in #61
- Bump cloud.google.com/go/spanner from 1.59.0 to 1.60.0 by @dependabot in #63
- Bump github.com/googleapis/gax-go/v2 from 2.12.2 to 2.12.3 by @dependabot in #62
- add parameter to enable detection of partitioned dml migrations by @RoryQ in #60
- apply partitioned dml via worker pool by @RoryQ in #58
- Bump github.com/googleapis/gax-go/v2 from 2.12.3 to 2.12.4 by @dependabot in #78
- fallback to ldflags Version for goreleaser by @RoryQ in #79
Full Changelog: v1.11.0...v1.12.0