Skip to content

Commit 987088e

Browse files
committed
Update CHANGELOG.md
1 parent f3c454b commit 987088e

File tree

1 file changed

+43
-9
lines changed

1 file changed

+43
-9
lines changed

CHANGELOG.md

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,53 @@
1-
# [2.47.1](https://github.com/domaframework/doma/releases/tag/2.47.1)
1+
# [2.48.0](https://github.com/domaframework/doma/releases/tag/2.48.0)
22

33

4+
## New Features
5+
6+
* Add the selectAsRow method to NativeSql DSL ([#723](https://github.com/domaframework/doma/pull/723))
7+
48
## Bug Fixes
59

6-
* Allow the domain class to implement the Iterable interface ([#705](https://github.com/domaframework/doma/pull/705))
10+
* Allow overloading for methods annotated with org.seasar.doma.Sql ([#724](https://github.com/domaframework/doma/pull/724))
11+
* Do not remove "(" when generating insert sql into auto_increment column only table ([#722](https://github.com/domaframework/doma/pull/722))
12+
* Fix a problem where the queryTimeout value was incorrectly used as the fetchSize value ([#721](https://github.com/domaframework/doma/pull/721))
13+
14+
## Documentation
15+
16+
* Remove the forum link ([#725](https://github.com/domaframework/doma/pull/725))
717

818
## Dependency Upgrades
919

10-
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.14.1 ([#704](https://github.com/domaframework/doma/pull/704))
11-
* Update dependency gradle to v7.1.1 ([#703](https://github.com/domaframework/doma/pull/703))
12-
* Update dependency org.slf4j:slf4j-api to v1.7.31 ([#702](https://github.com/domaframework/doma/pull/702))
13-
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.14.0 ([#701](https://github.com/domaframework/doma/pull/701))
14-
* Update dependency com.diffplug.eclipse.apt:com.diffplug.eclipse.apt.gradle.plugin to v3.30.0 ([#700](https://github.com/domaframework/doma/pull/700))
15-
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.13.0 ([#698](https://github.com/domaframework/doma/pull/698))
16-
* Update dependency gradle to v7.1 ([#699](https://github.com/domaframework/doma/pull/699))
20+
* Update plugin com.diffplug.eclipse.apt to v3.32.1 ([#719](https://github.com/domaframework/doma/pull/719))
21+
* Update dependency ch.qos.logback:logback-classic to v1.2.6 ([#718](https://github.com/domaframework/doma/pull/718))
22+
* Update plugin com.diffplug.spotless to v5.15.0 ([#716](https://github.com/domaframework/doma/pull/716))
23+
* Update plugin com.diffplug.eclipse.apt to v3.32.0 ([#715](https://github.com/domaframework/doma/pull/715))
24+
* Update org.jetbrains.kotlin to v1.5.30 ([#714](https://github.com/domaframework/doma/pull/714))
25+
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.14.3 ([#713](https://github.com/domaframework/doma/pull/713))
26+
* Update dependency gradle to v7.2 ([#712](https://github.com/domaframework/doma/pull/712))
27+
* Update dependency ch.qos.logback:logback-classic to v1.2.5 ([#711](https://github.com/domaframework/doma/pull/711))
28+
* Update dependency com.diffplug.eclipse.apt:com.diffplug.eclipse.apt.gradle.plugin to v3.31.0 ([#710](https://github.com/domaframework/doma/pull/710))
29+
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.14.2 ([#709](https://github.com/domaframework/doma/pull/709))
30+
* Update dependency ch.qos.logback:logback-classic to v1.2.4 ([#707](https://github.com/domaframework/doma/pull/707))
31+
* Update dependency org.slf4j:slf4j-api to v1.7.32 ([#708](https://github.com/domaframework/doma/pull/708))
32+
* Update dependency com.diffplug.eclipse.apt:com.diffplug.eclipse.apt.gradle.plugin to v3.30.2 ([#706](https://github.com/domaframework/doma/pull/706))
33+
34+
35+
# [2.47.1](https://github.com/domaframework/doma/releases/tag/2.47.1)
36+
37+
38+
## Bug Fixes
39+
40+
* Allow the domain class to implement the Iterable interface ([#705](https://github.com/domaframework/doma/pull/705))
41+
42+
## Dependency Upgrades
43+
44+
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.14.1 ([#704](https://github.com/domaframework/doma/pull/704))
45+
* Update dependency gradle to v7.1.1 ([#703](https://github.com/domaframework/doma/pull/703))
46+
* Update dependency org.slf4j:slf4j-api to v1.7.31 ([#702](https://github.com/domaframework/doma/pull/702))
47+
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.14.0 ([#701](https://github.com/domaframework/doma/pull/701))
48+
* Update dependency com.diffplug.eclipse.apt:com.diffplug.eclipse.apt.gradle.plugin to v3.30.0 ([#700](https://github.com/domaframework/doma/pull/700))
49+
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.13.0 ([#698](https://github.com/domaframework/doma/pull/698))
50+
* Update dependency gradle to v7.1 ([#699](https://github.com/domaframework/doma/pull/699))
1751

1852

1953
# [2.47.0](https://github.com/domaframework/doma/releases/tag/2.47.0)

0 commit comments

Comments
 (0)