Skip to content

Commit 5e0a611

Browse files
committed
Update CHANGELOG.md
1 parent 8a4eff9 commit 5e0a611

File tree

1 file changed

+64
-35
lines changed

1 file changed

+64
-35
lines changed

CHANGELOG.md

Lines changed: 64 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,80 @@
1-
# [2.43.0](https://github.com/domaframework/doma/releases/tag/2.43.0)
1+
# [2.44.0](https://github.com/domaframework/doma/releases/tag/2.44.0)
22

33

44
## New Features
55

6-
* Add the doma-slf4j module ([#594](https://github.com/domaframework/doma/pull/594))
7-
8-
## Bug Fixes
9-
10-
* Fix changelog.yml ([#597](https://github.com/domaframework/doma/pull/597))
11-
* Fix typo in keywords used in Oracle11Dialect ([#584](https://github.com/domaframework/doma/pull/584))
12-
* Fix typo in method name ([#583](https://github.com/domaframework/doma/pull/583))
13-
* Fix a broken error message ([#579](https://github.com/domaframework/doma/pull/579))
6+
* Add the avgAsDouble aggregate function ([#605](https://github.com/domaframework/doma/pull/605))
147

158
## Maintenance
169

17-
* Add CHANGELOG.md ([#596](https://github.com/domaframework/doma/pull/596))
18-
* Split a CI job ([#587](https://github.com/domaframework/doma/pull/587))
19-
* Add 'throws' declarations for compatibility ([#586](https://github.com/domaframework/doma/pull/586))
20-
* Cleanup Code for the doma-mock module ([#585](https://github.com/domaframework/doma/pull/585))
21-
* Cleanup Code for the doma-processor module ([#582](https://github.com/domaframework/doma/pull/582))
22-
* Remove duplicate code ([#581](https://github.com/domaframework/doma/pull/581))
23-
* Cleanup Code for the doma-kotlin module ([#580](https://github.com/domaframework/doma/pull/580))
24-
* Cleanup Code for the doma-core module ([#578](https://github.com/domaframework/doma/pull/578))
25-
* Specify the version explicitly on CI ([#576](https://github.com/domaframework/doma/pull/576))
26-
* Test on JDK 15 ([#572](https://github.com/domaframework/doma/pull/572))
27-
* Replace versions in documentation automatically ([#567](https://github.com/domaframework/doma/pull/567))
10+
* Make LocalTransactionManager more useful ([#609](https://github.com/domaframework/doma/pull/609))
11+
* Move the LogKind enum from doma-slf4j to doma-core ([#607](https://github.com/domaframework/doma/pull/607))
12+
* Suppress deprecation warning messages ([#604](https://github.com/domaframework/doma/pull/604))
13+
* Deprecate the config element of the Dao annotation ([#603](https://github.com/domaframework/doma/pull/603))
14+
* Use candidate version instead of explicitly specifying ([#601](https://github.com/domaframework/doma/pull/601))
2815

2916
## Documentation
3017

31-
* Fix warning messages ([#599](https://github.com/domaframework/doma/pull/599))
32-
* Add documentation for SLF4J support ([#598](https://github.com/domaframework/doma/pull/598))
33-
* Clean getting-started document ([#591](https://github.com/domaframework/doma/pull/591))
34-
* Clean README.md ([#590](https://github.com/domaframework/doma/pull/590))
35-
* Rewrite getting-started document ([#589](https://github.com/domaframework/doma/pull/589))
36-
* Clean RELEASE_OPERATIONS.md ([#575](https://github.com/domaframework/doma/pull/575))
37-
* Support Java 15 ([#573](https://github.com/domaframework/doma/pull/573))
38-
* Format example code in README.md ([#571](https://github.com/domaframework/doma/pull/571))
39-
* Add a description for Kotlin projects ([#569](https://github.com/domaframework/doma/pull/569))
40-
* Fix a broken link ([#568](https://github.com/domaframework/doma/pull/568))
18+
* Add a description of Maven ([#612](https://github.com/domaframework/doma/pull/612))
19+
* Rename AppConfig to DbConfig ([#611](https://github.com/domaframework/doma/pull/611))
20+
* Add a link to the doma-slf4j repository ([#610](https://github.com/domaframework/doma/pull/610))
21+
* Fix typo ([#608](https://github.com/domaframework/doma/pull/608))
22+
* Get releaseVersion by GitHub CLI ([#602](https://github.com/domaframework/doma/pull/602))
23+
* Use runtimeOnly dependency for logback ([#600](https://github.com/domaframework/doma/pull/600))
4124

4225
## Dependency Upgrades
4326

44-
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.6.1 ([#593](https://github.com/domaframework/doma/pull/593))
45-
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.6.0 ([#592](https://github.com/domaframework/doma/pull/592))
46-
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.5.2 ([#577](https://github.com/domaframework/doma/pull/577))
47-
* Update dependency com.diffplug.eclipse.apt:com.diffplug.eclipse.apt.gradle.plugin to v3.25.0 ([#574](https://github.com/domaframework/doma/pull/574))
48-
* Update org.junit.jupiter to v5.7.0 ([#570](https://github.com/domaframework/doma/pull/570))
27+
* Update dependency gradle to v6.7 ([#606](https://github.com/domaframework/doma/pull/606))
28+
29+
30+
# [2.43.0](https://github.com/domaframework/doma/releases/tag/2.43.0)
31+
32+
33+
## New Features
34+
35+
* Add the doma-slf4j module ([#594](https://github.com/domaframework/doma/pull/594))
36+
37+
## Bug Fixes
38+
39+
* Fix changelog.yml ([#597](https://github.com/domaframework/doma/pull/597))
40+
* Fix typo in keywords used in Oracle11Dialect ([#584](https://github.com/domaframework/doma/pull/584))
41+
* Fix typo in method name ([#583](https://github.com/domaframework/doma/pull/583))
42+
* Fix a broken error message ([#579](https://github.com/domaframework/doma/pull/579))
43+
44+
## Maintenance
45+
46+
* Add CHANGELOG.md ([#596](https://github.com/domaframework/doma/pull/596))
47+
* Split a CI job ([#587](https://github.com/domaframework/doma/pull/587))
48+
* Add 'throws' declarations for compatibility ([#586](https://github.com/domaframework/doma/pull/586))
49+
* Cleanup Code for the doma-mock module ([#585](https://github.com/domaframework/doma/pull/585))
50+
* Cleanup Code for the doma-processor module ([#582](https://github.com/domaframework/doma/pull/582))
51+
* Remove duplicate code ([#581](https://github.com/domaframework/doma/pull/581))
52+
* Cleanup Code for the doma-kotlin module ([#580](https://github.com/domaframework/doma/pull/580))
53+
* Cleanup Code for the doma-core module ([#578](https://github.com/domaframework/doma/pull/578))
54+
* Specify the version explicitly on CI ([#576](https://github.com/domaframework/doma/pull/576))
55+
* Test on JDK 15 ([#572](https://github.com/domaframework/doma/pull/572))
56+
* Replace versions in documentation automatically ([#567](https://github.com/domaframework/doma/pull/567))
57+
58+
## Documentation
59+
60+
* Fix warning messages ([#599](https://github.com/domaframework/doma/pull/599))
61+
* Add documentation for SLF4J support ([#598](https://github.com/domaframework/doma/pull/598))
62+
* Clean getting-started document ([#591](https://github.com/domaframework/doma/pull/591))
63+
* Clean README.md ([#590](https://github.com/domaframework/doma/pull/590))
64+
* Rewrite getting-started document ([#589](https://github.com/domaframework/doma/pull/589))
65+
* Clean RELEASE_OPERATIONS.md ([#575](https://github.com/domaframework/doma/pull/575))
66+
* Support Java 15 ([#573](https://github.com/domaframework/doma/pull/573))
67+
* Format example code in README.md ([#571](https://github.com/domaframework/doma/pull/571))
68+
* Add a description for Kotlin projects ([#569](https://github.com/domaframework/doma/pull/569))
69+
* Fix a broken link ([#568](https://github.com/domaframework/doma/pull/568))
70+
71+
## Dependency Upgrades
72+
73+
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.6.1 ([#593](https://github.com/domaframework/doma/pull/593))
74+
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.6.0 ([#592](https://github.com/domaframework/doma/pull/592))
75+
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.5.2 ([#577](https://github.com/domaframework/doma/pull/577))
76+
* Update dependency com.diffplug.eclipse.apt:com.diffplug.eclipse.apt.gradle.plugin to v3.25.0 ([#574](https://github.com/domaframework/doma/pull/574))
77+
* Update org.junit.jupiter to v5.7.0 ([#570](https://github.com/domaframework/doma/pull/570))
4978

5079

5180
# [2.42.0](https://github.com/domaframework/doma/releases/tag/2.42.0)

0 commit comments

Comments
 (0)