Skip to content

Releases: domaframework/doma

2.61.0

19 Jul 12:51

Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • Minimize the calls to Connection#setTransactionIsolation(level) in LocalTransaction (#1124) @nakamura-to

Maintenance

Dependency Upgrades

Full Changelog: 2.60.1...2.61.0

2.60.1

22 Jun 15:21

Choose a tag to compare

What's Changed

Bug Fixes

Maintenance

Dependency Upgrades

  • Update gradle/wrapper-validation-action action to v3.4.2 (#1119) @renovate
  • Update gradle/gradle-build-action action to v3.4.2 (#1118) @renovate
  • Update gradle/wrapper-validation-action action to v3.4.1 (#1117) @renovate
  • Update gradle/gradle-build-action action to v3.4.1 (#1116) @renovate
  • Update gradle/wrapper-validation-action action to v3.4.0 (#1115) @renovate
  • Update gradle/gradle-build-action action to v3.4.0 (#1114) @renovate

Full Changelog: 2.60.0...2.60.1

2.60.0

01 Jun 03:28

Choose a tag to compare

What's Changed

New Features

Dependency Upgrades

Full Changelog: 2.59.0...2.60.0

2.59.0

18 May 23:24

Choose a tag to compare

What's Changed

Breaking Changes

Modified the implementation for generating upsert queries. If you have customized the upsert query processing, this may affect you.

Bug Fixes

  • Change to not specify conflict_target by default for ON CONFLICT DO NOTHING (#1106) @nakamura-to

Maintenance

Documentation

Dependency Upgrades

  • Update dependency org.testcontainers:testcontainers-bom to v1.19.8 (#1104) @renovate
  • Update org.jetbrains.kotlin to v1.9.24 (#1103) @renovate
  • Update gradle/wrapper-validation-action action to v3.3.2 (#1100) @renovate
  • Update gradle/gradle-build-action action to v3.3.2 (#1099) @renovate
  • Update gradle/wrapper-validation-action action to v3.3.1 (#1098) @renovate
  • Update gradle/gradle-build-action action to v3.3.1 (#1097) @renovate
  • Update gradle/gradle-build-action action to v3.3.0 (#1094) @renovate
  • Update gradle/wrapper-validation-action action to v3 (#1095) @renovate
  • Update gradle/wrapper-validation-action action to v2.1.3 (#1092) @renovate
  • Update gradle/gradle-build-action action to v3.2.1 (#1090) @renovate
  • Update plugin io.github.gradle-nexus.publish-plugin to v2 (#1089) @renovate
  • Update gradle/gradle-build-action action to v3.2.0 (#1088) @renovate

Full Changelog: 2.58.0...2.59.0

2.58.0

29 Mar 22:20

Choose a tag to compare

What's Changed

New Features

Dependency Upgrades

Full Changelog: 2.57.0...2.58.0

2.57.0

20 Mar 13:28

Choose a tag to compare

What's Changed

📢 Announcement

New Features

Bug Fixes

Dependency Upgrades

  • Update dependency org.postgresql:postgresql to v42.7.3 (#1078) @renovate
  • Update org.jetbrains.kotlin to v1.9.23 (#1075) @renovate
  • Update dependency org.testcontainers:testcontainers-bom to v1.19.7 (#1074) @renovate
  • Update dependency org.testcontainers:testcontainers-bom to v1.19.6 (#1070) @renovate
  • Update dependency org.postgresql:postgresql to v42.7.2 (#1069) @renovate

Full Changelog: 2.56.0...2.57.0

2.56.0

20 Feb 13:05

Choose a tag to compare

What's Changed

New Features

Maintenance

Dependency Upgrades

Full Changelog: 2.55.3...2.56.0

2.55.3

01 Feb 13:16

Choose a tag to compare

What's Changed

Bug Fixes

Maintenance

Dependency Upgrades

Full Changelog: 2.55.2...2.55.3

2.55.2

28 Jan 09:15

Choose a tag to compare

Bug Fixes

  • Make it possible to include and exclude embedded properties (#1048)
  • Fixed a bug that occurred when the update columns was empty in AutoBatchUpdateQuery (#1037)

Maintenance

  • Refactor the build.gradle.kts file (#1041)
  • Change the permissions of PR Labeler (#1040)

Dependency Upgrades

  • Update dependency org.testcontainers:testcontainers-bom to v1.19.4 (#1047)
  • Update gradle/gradle-build-action action to v2.12.0 (#1045)
  • Update plugin com.diffplug.spotless to v6.25.0 (#1044)
  • Update plugin com.diffplug.spotless to v6.24.0 (#1042)

2.55.1

02 Jan 14:25

Choose a tag to compare

Bug Fixes

  • Fix an issue with the incorrect validation of the first type argument in DomainConverter (#1036)