Skip to content

Releases: Faire/sqldelight-cockroachdb-dialect

0.8.0

29 Apr 16:29
41ab370

Choose a tag to compare

0.8.0 Pre-release
Pre-release

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

23 Jan 04:18
b21932c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.1...0.7.0

0.6.1

07 Aug 23:07
857d575

Choose a tag to compare

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

16 May 22:19
cce069d

Choose a tag to compare

What's Changed

  • Upgrade to sqldelight 2.1.0 and sql-psi 0.5.2 by @Hexcles in #122

Full Changelog: 0.5.0...0.6.0

0.5.0

14 May 22:21
7302555

Choose a tag to compare

What's Changed

Notable

Housekeeping

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

01 May 22:40
36e458e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.4.0

0.3.1

08 Jan 19:22
a42392f

Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

07 Dec 21:29
478a4ae

Choose a tag to compare

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

0.0.6

18 Jul 14:57
ebae630

Choose a tag to compare

0.0.6 Pre-release
Pre-release
Allow setting table storage options (#35)

Set storage options like this:
https://www.cockroachlabs.com/docs/stable/with-storage-parameter

as well as this
https://www.cockroachlabs.com/docs/v23.1/row-level-ttl#ttl-storage-parameters

0.0.5

13 Jul 17:38
edf8bfb

Choose a tag to compare

0.0.5 Pre-release
Pre-release
Address test TODO to not explicitly pass in computed column value (#29)