|
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) |
2 | 2 |
|
3 | 3 |
|
4 | | -## New Features |
| 4 | +## Bug Fixes |
5 | 5 |
|
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)) |
7 | 8 |
|
8 | 9 | ## Maintenance |
9 | 10 |
|
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)) |
15 | 13 |
|
16 | 14 | ## Documentation |
17 | 15 |
|
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)) |
24 | 18 |
|
25 | 19 | ## Dependency Upgrades |
26 | 20 |
|
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)) |
28 | 53 |
|
29 | 54 |
|
30 | 55 | # [2.43.0](https://github.com/domaframework/doma/releases/tag/2.43.0) |
|
0 commit comments