v0.0.60
What's Changed
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- build(go): bump cloud.google.com/go/spanner from 1.51.0 to 1.53.0 in /integrationtest by @dependabot in #144
- build(go): bump cloud.google.com/go/spanner from 1.53.0 to 1.53.1 in /integrationtest by @dependabot in #146
- ci(github-actions): bump actions/setup-go from 4 to 5 by @dependabot in #147
- build(go): bump google.golang.org/grpc from 1.59.0 to 1.60.0 in /grpc by @dependabot in #150
- build(go): bump google.golang.org/grpc from 1.60.0 to 1.60.1 in /grpc by @dependabot in #152
- build(go): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 in /grpc by @dependabot in #153
- build(go): bump google.golang.org/grpc from 1.59.0 to 1.60.1 in /integrationtest by @dependabot in #154
- build(go): bump cloud.google.com/go/spanner from 1.53.1 to 1.54.0 in /integrationtest by @dependabot in #151
- build(go): bump cloud.google.com/go/spanner from 1.54.0 to 1.55.0 in /integrationtest by @dependabot in #161
✨ A new feature
- feat: add genericz.SliceContentZero() func by @ginokent in #141
- feat: Add version package by @ginokent in #143
- feat(os): implement osz.IsFile() func by @ginokent in #148
feat: add exp/database/sql/ddl/postgres package by @ginokent in #145feat: add ShowCreateAllTables() functions by @ginokent in #157- feat(testing): add NewFileWriter() func by @ginokent in #158
feat(exp/database/sql/ddl/mysql): add MySQL DDL package by @ginokent in #162
🐛 A bug fix
fix: add error prefix for detecting table, column name by @ginokent in #155fix(exp/database/sql/util/mysql): fix MySQL SHOW CREATE TABLE schema def by @ginokent in #159fix: remove exp/database/sql/ddl by @ginokent in #163- fix: return rows.Close() err by @ginokent in #164
- fix: return rows.Err() err by @ginokent in #165
- fix: return rows.Err() err by @ginokent in #166
♻️ A code change that neither fixes a bug nor adds a feature
refactor(exp/database/sql/ddl/postgres): fix checkCurrentToken() and checkPeekToken() by @ginokent in #160
🧑💻 Changes to the build process or auxiliary tools and libraries such as documentation generation
Full Changelog: v0.0.59...v0.0.60