Releases: kunitsucom/ddlctl
Releases · kunitsucom/ddlctl
v0.0.18-rc.3
What's Changed
✨ A new feature
♻️ A code change that neither fixes a bug nor adds a feature
- refactor: Fix misc by @ginokent in #95
- refactor: Modify to distinguish errors between current and peek by @ginokent in #96
🧑💻 Changes to the build process or auxiliary tools and libraries such as documentation generation
- chore: Add make target: build by @kunitsudev in #94
Full Changelog: v0.0.18-rc.2...v0.0.18-rc.3
v0.0.18-rc.2
v0.0.18-rc.1
v0.0.17
What's Changed
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- build(go): bump go from 1.22.4 to 1.22.5 by @ginokent in #86
- build(go): bump github.com/googleapis/go-sql-spanner from 1.3.1 to 1.5.0 in the dependencies group by @dependabot in #84
- build(go): bump github.com/googleapis/go-sql-spanner from 1.5.0 to 1.6.0 in the dependencies group by @ginokent in #88
📝 Documentation only changes
🐛 A bug fix
- fix: Fix the schema part in the INDEX DDL for postgres and cockroachdb as it was incorrect AND Support CockroachDB FLOAT4 FLOAT8 by @ginokent in #85
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- build: Update go1.22.3 to 1.22.4 by @ginokent in #76
- ci(github-actions): bump kunitsucom/github-actions-paths-ignore-alternative from 0.0.2 to 0.0.4 in the dependencies group across 1 directory by @dependabot in #83
👷 Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)
✨ A new feature
🐛 A bug fix
- fix: Fix error message by @ginokent in #77
- fix: Support Spanner ROW DELETION POLICY by @ginokent in #78
- fix: Support Spanner ROW DELETION POLICY by @ginokent in #79
- fix: Fix make clean by @ginokent in #82
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- build(go): bump github.com/kunitsucom/util.go from 0.0.62 to 0.0.66 by @ginokent in #74
- build(deps): bump golangci/golangci-lint-action from 5.1.0 to 6.0.1 by @dependabot in #64
👷 Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)
📝 Documentation only changes
🐛 A bug fix
- fix: Fix generate options by @ginokent in #68
- fix: Fix error text for driver.ErrBadConn in go-sql-spanner by @ginokent in #69
- fix: lint by @ginokent in #70
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- build: Update go 1.22.1 and some packages for vulnerability by @ginokent in #49
- build(deps): bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0 by @dependabot in #47
- build(deps): bump github.com/googleapis/go-sql-spanner from 1.2.1 to 1.3.0 by @dependabot in #50
- build(deps): bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 by @dependabot in #55
- build: Update go1.22.1 to 1.22.2 and go get -u ./... by @ginokent in #58
- build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 by @dependabot in #60
📝 Documentation only changes
🐛 A bug fix
- fix: lint for go1.22.x by @ginokent in #53
- fix: Exclude the schema name from the table name of INDEX by @ginokent in #52
- fix: misc by @ginokent in #61
♻️ A code change that neither fixes a bug nor adds a feature
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
💥 BREAKING CHANGES
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- build(deps): bump github.com/kunitsucom/util.go from 0.0.62-rc.1 to 0.0.62 by @dependabot in #45
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- build(deps): bump github.com/googleapis/go-sql-spanner from 1.1.1 to 1.2.1 by @dependabot in #39
🐛 A bug fix
- fix(mysql): fix ddl NULL by @ginokent in #37
- fix(mysql): support to add FOREIGN KEY by @ginokent in #38
- fix: misc by @ginokent in #40
- fix: lint by @ginokent in #43
- fix(mysql): fix ALTER TABLE MODIFY DEFAULT by @ginokent in #44
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
💥 BREAKING CHANGES
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #31
📝 Documentation only changes
- docs: Update README.md by @ginokent in #33
- docs: Update README.md by @ginokent in #34
- docs: Update README.md by @ginokent in #36
✨ A new feature
🐛 A bug fix
Full Changelog: v0.0.10...v0.0.11