All Versions
76
Latest Version
Avg Release Cycle
10 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v2.44.3 Changes
November 09, 2020 -
v2.44.2 Changes
November 04, 2020 -
v2.44.1 Changes
October 29, 2020π Bug Fixes
- Retain first semi-colon instead of removing it in SQL template (#621)
- Prohibit multiple 1-arg constructors in DataType annotated record (#614)
π§ Maintenance
- Switch from Gitter to Zulip (#619)
- Deprecate LENIENT_SNAKE_LOWER_CASE and LENIENT_SNAKE_UPPER_CASE (#613)
π Documentation
β¬οΈ Dependency Upgrades
-
v2.44.0 Changes
October 17, 2020π New Features
- β Add the "avgAsDouble" aggregate function (#605)
π§ Maintenance
- π Make LocalTransactionManager more useful (#609)
- π Move the LogKind enum from doma-slf4j to doma-core (#607)
- π Suppress deprecation warning messages (#604)
- π Deprecate the config element of the Dao annotation (#603)
- π Use candidate version instead of explicitly specifying (#601)
π Documentation
- β Add a description of Maven (#612)
- π Rename AppConfig to DbConfig (#611)
- β Add a link to the doma-slf4j repository (#610)
- π Fix typo (#608)
- π Get releaseVersion by GitHub CLI (#602)
- π Use "runtimeOnly" dependency for logback (#600)
β¬οΈ Dependency Upgrades
- β‘οΈ Update dependency gradle to v6.7 (#606)
-
v2.43.0 Changes
September 25, 2020π New Features
- β Add the doma-slf4j module (#594)
π Bug Fixes
- π Fix changelog.yml (#597)
- π Fix typo in keywords used in Oracle11Dialect (#584)
- π Fix typo in method name (#583)
- π Fix a broken error message (#579)
π§ Maintenance
- β Add CHANGELOG.md (#596)
- π· Split a CI job (#587)
- β Add 'throws' declarations for compatibility (#586)
- π€‘ Cleanup Code for the doma-mock module (#585)
- Cleanup Code for the doma-processor module (#582)
- β Remove duplicate code (#581)
- Cleanup Code for the doma-kotlin module (#580)
- Cleanup Code for the doma-core module (#578)
- π· Specify the version explicitly on CI (#576)
- β Test on JDK 15 (#572)
- π Replace versions in documentation automatically (#567)
π Documentation
- π Fix warning messages (#599)
- β Add documentation for SLF4J support (#598)
- Clean getting-started document (#591)
- Clean README.md (#590)
- Rewrite getting-started document (#589)
- π Clean RELEASE_OPERATIONS.md (#575)
- π Support Java 15 (#573)
- Format example code in README.md (#571)
- β Add a description for Kotlin projects (#569)
- π Fix a broken link (#568)
β¬οΈ Dependency Upgrades
- β‘οΈ Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.6.1 (#593)
- β‘οΈ Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.6.0 (#592)
- β‘οΈ Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.5.2 (#577)
- β‘οΈ Update dependency com.diffplug.eclipse.apt:com.diffplug.eclipse.apt.gradle.plugin to v3.25.0 (#574)
- β‘οΈ Update org.junit.jupiter to v5.7.0 (#570)
-
v2.42.0 Changes
September 13, 2020What's Changed
π New Features
π Bug Fixes
- π Fix peek methods in the Kotlin Criteira API (#561)
- π Fix invalid UPDATE statements for SQL Server (#557)
π§ Maintenance
- β Run CodeQL code scanning once a day (#564)
- π· Test Kotlin Criteria API on CI (#563)
- β Run code scanning on GitHub Action (#483)
- β Skip the spotlessCheck task in the integration testing (#555)
- π Skip the closeAndReleaseRepository task for the SNAPSHOT versions (#553)
- Publish artifacts to the Maven Central automatically (#552)
- β‘οΈ Update issue templates (#551)
- Skip signing for the publishToMavenLocal task (#549)
- π Use https protocol for external links (#548)
- π Use Renovate GitHub-hosted Presets (#546)
- β Remove an AUTHOR variable from change-template (#545)
- π¨ Refactor build.gradle.kts (#541)
π Documentation
- Clean README.md (#566)
- π Support Kotlin 1.4.0 or later (#565)
- π Fix a broken link (#544)
- π Simplify RELEASE_OPERATIONS.md (#543)
β¬οΈ Dependency Upgrades
- β‘οΈ Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.5.1 (#560)
- β‘οΈ Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.5.0 (#559)
- β‘οΈ Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.4.0 (#554)
- β‘οΈ Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.3.0 (#542)
-
v2.41.0 Changes
August 26, 2020What's Changed
π New Features
- Exclude an identity column and value from an INSERT statement for H⦠(#506) @nakamura-to
π Bug Fixes
- π Fix invalid DELETE statement (#539) @nakamura-to
- π Fix invalid UPDATE statement. (#538) @nakamura-to
π§ Maintenance
- β Remove the test-criteria project. (#540) @nakamura-to
- β Add javadoc comments for the Criteria API. (#507) @nakamura-to
- β‘οΈ Update issue templates (#504) @nakamura-to
- Introduce gradle/wrapper-validation-action (#502) @nakamura-to
- π§ Configure Renovate (#497) @renovate
- π Enable the Gradle build cache to improve build performance (#496) @nakamura-to
- π Make release drafter runnable manually (#495) @nakamura-to
- π Improve CI performance (#494) @nakamura-to
- β Add null checks in build.gradle.kts (#493) @nakamura-to
- π Use the maven repository as an artifact (#492) @nakamura-to
- π Format code automatically with the Gradle build task (#484) @nakamura-to
- π Simplify the release operation (#482) @nakamura-to
π Documentation
- π Polish documentation (#505) @nakamura-to
- Create CODE_OF_CONDUCT.md (#503) @nakamura-to
- π Improve release operations (#489) @nakamura-to
- π Use HTTPS to link to Apache License (#488) @nakamura-to
- π Create SECURITY.md (#487) @nakamura-to
- β Add a Contributing guide (#486) @nakamura-to
- π Clarify release operations. (#485) @nakamura-to
β¬οΈ Dependency Upgrades
-
v2.40.0 Changes
August 08, 2020What's Changed
π New Features
- π Log a release of a savepoint with a proper message (#458) @nakamura-to
π Bug Fixes
- π Fix the message for unique constraint violation (#461) @nakamura-to
- 0οΈβ£ Define a default implementation for the logTransactionSavepointReleasβ¦ (#459) @nakamura-to
π§ Maintenance
- β Run the integration test in this repository (#477) @nakamura-to
- β Dispatch integration test only when the event is push (#476) @nakamura-to
- β Add exclude-labels (#474) @nakamura-to
- β Add version-resolver (#473) @nakamura-to
- π Create release notes automatically (#472) @nakamura-to
- Avoid unexpected token errors. (#471) @nakamura-to
- π Use the first commit message as argument (#470) @nakamura-to
- π Polish workflow (#469) @nakamura-to
- β Run integration test (#468) @nakamura-to
- π¦ Cache Gradle packages (#467) @nakamura-to
- Upload libs and reports (#466) @nakamura-to
- π· Use GitHub Actions instead of Travis CI (#465) @nakamura-to
- π Deprecate the getTableName and the getQualifiedTableName methods (#460) @nakamura-to
π Documentation
- π Move release notes. (#475) @nakamura-to
β¬οΈ Dependency Upgrades
- π Use Spotless 5.1.0 (#463) @nakamura-to
- π Use Gradle 6.5.1 (#462) @nakamura-to
-
v2.39.0
August 08, 2020 -
v2.38.0 Changes
August 08, 2020