Releases: Faire/sqldelight-cockroachdb-dialect
Releases · Faire/sqldelight-cockroachdb-dialect
0.8.0
What's Changed
- Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 by @dependabot[bot] in #154
- Bump org.postgresql:postgresql from 42.7.9 to 42.7.10 by @dependabot[bot] in #157
- Bump gradle-wrapper from 8.14 to 9.4.0 by @dependabot[bot] in #159
- Bump gradle-wrapper from 9.4.0 to 9.4.1 by @dependabot[bot] in #164
- Bump gradle-wrapper from 9.4.1 to 9.5.0 by @dependabot[bot] in #165
- Bump com.diffplug.spotless from 8.1.0 to 8.4.0 by @dependabot[bot] in #163
- Update Kotlin version to 2.3.20 by @Hexcles in #166
- Bump sql-psi 0.5.2 → 0.7.3 and sqldelight 2.1.0 → 2.3.2 by @Hexcles in #167
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- Bump org.postgresql:postgresql from 42.7.7 to 42.7.8 by @dependabot[bot] in #138
- Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 by @dependabot[bot] in #137
- Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 by @dependabot[bot] in #139
- Bump com.diffplug.spotless from 7.2.1 to 8.0.0 by @dependabot[bot] in #140
- Upgrade Gradle to 8.14 by @Hexcles in #143
- Bump com.vanniktech.maven.publish from 0.34.0 to 0.35.0 by @dependabot[bot] in #142
- Bump com.diffplug.spotless from 8.0.0 to 8.1.0 by @dependabot[bot] in #146
- Bump org.testcontainers:cockroachdb from 1.21.3 to 1.21.4 by @dependabot[bot] in #147
- Bump org.postgresql:postgresql from 42.7.8 to 42.7.9 by @dependabot[bot] in #148
- Add force index selection by @romdsj in #150
- Bump version to 0.7.0 by @Hexcles in #151
New Contributors
Full Changelog: 0.6.1...0.7.0
0.6.1
What's Changed
Housekeeping / dependency bumps
- Bump com.diffplug.spotless from 7.0.3 to 7.0.4 by @dependabot[bot] in #124
- Bump org.postgresql:postgresql from 42.7.5 to 42.7.6 by @dependabot[bot] in #123
- Bump org.testcontainers:cockroachdb from 1.21.0 to 1.21.1 by @dependabot[bot] in #125
- Bump org.postgresql:postgresql from 42.7.6 to 42.7.7 by @dependabot[bot] in #126
- Bump org.testcontainers:cockroachdb from 1.21.1 to 1.21.3 by @dependabot[bot] in #129
- Bump com.vanniktech.maven.publish from 0.32.0 to 0.33.0 by @dependabot[bot] in #128
- Bump com.diffplug.spotless from 7.0.4 to 7.1.0 by @dependabot[bot] in #130
- Try to fix Maven publishing by @Hexcles in #131
- Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 by @dependabot[bot] in #134
- Bump com.diffplug.spotless from 7.1.0 to 7.2.1 by @dependabot[bot] in #133
- Bump com.vanniktech.maven.publish from 0.33.0 to 0.34.0 by @dependabot[bot] in #132
Full Changelog: 0.6.0...0.6.1
0.6.0
0.5.0
What's Changed
Notable
Housekeeping
- Bump org.testcontainers:cockroachdb from 1.19.7 to 1.19.8 by @dependabot in #105
- Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by @dependabot in #106
- Bump org.testcontainers:cockroachdb from 1.19.8 to 1.20.1 by @dependabot in #110
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by @dependabot in #108
- remove notice by @Adriel-M in #103
- Bump com.vanniktech.maven.publish from 0.28.0 to 0.31.0 by @dependabot in #113
- Bump org.postgresql:postgresql from 42.7.3 to 42.7.5 by @dependabot in #111
- Refresh GitHub actions setup and use Java 21 by @Hexcles in #116
- Bump com.vanniktech.maven.publish from 0.31.0 to 0.32.0 by @dependabot in #119
- Bump org.assertj:assertj-core from 3.26.3 to 3.27.3 by @dependabot in #117
- Bump com.diffplug.spotless from 6.25.0 to 7.0.3 by @dependabot in #118
- Prepare v0.5.0 by @Hexcles in #120
New Contributors
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Add column families support by @de-luca in #92
- Add workflow to publish to maven snapshot by @AndrewZeitler in #93
- Gradle Wrapper 8.7 by @Adriel-M in #100
- Bump sqldelight to 2.0.2 by @Adriel-M in #99
New Contributors
- @AndrewZeitler made their first contribution in #93
Full Changelog: 0.3.1...0.4.0
0.3.1
What's Changed
- Gradle Wrapper 8.5 by @Adriel-M in #73
- Bump com.vanniktech.maven.publish from 0.25.3 to 0.26.0 by @dependabot in #74
- Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by @dependabot in #76
- Fix COLLATE column_constraint by @Adriel-M in #77
- 0.3.1 patch release by @Adriel-M in #78
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Clean up gradle files by @Adriel-M in #46
- Support ALTER TABLE SET LOCALITY by @Adriel-M in #47
- Support adding and dropping region from DATABASE. Support DATABASE SURVIVE by @Adriel-M in #48
- Gradle task to generate a migration file in resources folder by @Adriel-M in #49
- Gradle 8.3 by @Adriel-M in #50
- Enable parallel builds by @Adriel-M in #51
- Bump org.testcontainers:cockroachdb from 1.18.3 to 1.19.0 by @dependabot in #52
- Bump com.diffplug.spotless from 6.20.0 to 6.21.0 by @dependabot in #53
- Bump org.testcontainers:cockroachdb from 1.19.0 to 1.19.1 by @dependabot in #55
- Bump com.diffplug.spotless from 6.21.0 to 6.22.0 by @dependabot in #54
- Add INDEX USING HASH support by @de-luca in #56
- Remove Ktor EAP repo by @Adriel-M in #57
- Bump org.testcontainers:cockroachdb from 1.19.1 to 1.19.2 by @dependabot in #58
- Add support for STRING size by @de-luca in #59
- Bump org.postgresql:postgresql from 42.6.0 to 42.7.0 by @dependabot in #60
- Bump org.testcontainers:cockroachdb from 1.19.2 to 1.19.3 by @dependabot in #61
- Bump com.diffplug.spotless from 6.22.0 to 6.23.1 by @dependabot in #63
- Bump com.diffplug.spotless from 6.23.1 to 6.23.2 by @dependabot in #64
- Bump com.diffplug.spotless from 6.23.2 to 6.23.3 by @dependabot in #65
- Remove buildLogic folder since libs.versions.toml is already being parsed by the project. by @Adriel-M in #67
- Bump sqldelight from 2.0.0 to 2.0.1 by @dependabot in #66
- Use PostgresqlTestFixtures instead of a copy by @Adriel-M in #68
- Ignore sql-psi releases in dependabot by @Adriel-M in #69
- Bump org.postgresql:postgresql from 42.7.0 to 42.7.1 by @dependabot in #71
- fix dependabot file by @Adriel-M in #70
- prep for 0.3.0 release by @Adriel-M in #72
New Contributors
Full Changelog: 0.2.0...0.3.0