Skip to content

Commit 084af70

Browse files
committed
Update CHANGELOG.md
1 parent 74e8838 commit 084af70

File tree

1 file changed

+40
-15
lines changed

1 file changed

+40
-15
lines changed

CHANGELOG.md

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,55 @@
1-
# [2.44.0](https://github.com/domaframework/doma/releases/tag/2.44.0)
1+
# [2.44.1](https://github.com/domaframework/doma/releases/tag/2.44.1)
22

33

4-
## New Features
4+
## Bug Fixes
55

6-
* Add the avgAsDouble aggregate function ([#605](https://github.com/domaframework/doma/pull/605))
6+
* Retain first semi-colon instead of removing it in SQL template ([#621](https://github.com/domaframework/doma/pull/621))
7+
* Prohibit multiple 1-arg constructors in DataType annotated record ([#614](https://github.com/domaframework/doma/pull/614))
78

89
## Maintenance
910

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))
11+
* Switch from Gitter to Zulip ([#619](https://github.com/domaframework/doma/pull/619))
12+
* Deprecate LENIENT_SNAKE_LOWER_CASE and LENIENT_SNAKE_UPPER_CASE ([#613](https://github.com/domaframework/doma/pull/613))
1513

1614
## Documentation
1715

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))
16+
* Replace doma-quarkus with quarkiverse-doma ([#622](https://github.com/domaframework/doma/pull/622))
17+
* Fix version property name ([#615](https://github.com/domaframework/doma/pull/615))
2418

2519
## Dependency Upgrades
2620

27-
* Update dependency gradle to v6.7 ([#606](https://github.com/domaframework/doma/pull/606))
21+
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.7.0 ([#618](https://github.com/domaframework/doma/pull/618))
22+
* Update EndBug/add-and-commit action to v5 ([#616](https://github.com/domaframework/doma/pull/616))
23+
* Update actions/download-artifact action to v2 ([#617](https://github.com/domaframework/doma/pull/617))
24+
25+
26+
# [2.44.0](https://github.com/domaframework/doma/releases/tag/2.44.0)
27+
28+
29+
## New Features
30+
31+
* Add the avgAsDouble aggregate function ([#605](https://github.com/domaframework/doma/pull/605))
32+
33+
## Maintenance
34+
35+
* Make LocalTransactionManager more useful ([#609](https://github.com/domaframework/doma/pull/609))
36+
* Move the LogKind enum from doma-slf4j to doma-core ([#607](https://github.com/domaframework/doma/pull/607))
37+
* Suppress deprecation warning messages ([#604](https://github.com/domaframework/doma/pull/604))
38+
* Deprecate the config element of the Dao annotation ([#603](https://github.com/domaframework/doma/pull/603))
39+
* Use candidate version instead of explicitly specifying ([#601](https://github.com/domaframework/doma/pull/601))
40+
41+
## Documentation
42+
43+
* Add a description of Maven ([#612](https://github.com/domaframework/doma/pull/612))
44+
* Rename AppConfig to DbConfig ([#611](https://github.com/domaframework/doma/pull/611))
45+
* Add a link to the doma-slf4j repository ([#610](https://github.com/domaframework/doma/pull/610))
46+
* Fix typo ([#608](https://github.com/domaframework/doma/pull/608))
47+
* Get releaseVersion by GitHub CLI ([#602](https://github.com/domaframework/doma/pull/602))
48+
* Use runtimeOnly dependency for logback ([#600](https://github.com/domaframework/doma/pull/600))
49+
50+
## Dependency Upgrades
51+
52+
* Update dependency gradle to v6.7 ([#606](https://github.com/domaframework/doma/pull/606))
2853

2954

3055
# [2.43.0](https://github.com/domaframework/doma/releases/tag/2.43.0)

0 commit comments

Comments
 (0)