Releases: line/kotlin-jdsl
Releases · line/kotlin-jdsl
3.5.7
3.5.6
Bug Fixes
- Fix BeanPostProcessor to use Configuration Import instead of Component scan
Full Changelog: 3.5.5...3.5.6
3.5.5
Features
- Support select() with KClass arguments #834
New Contributors
- @minsujang0 made their first contribution in #834
Full Changelog: 3.5.4...3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.2
3.4.1
Bug Fixes
- If in condition is used alone in the where clause and the compare values is empty, a malformed query is generated. #702
Breaking Changes
- For those who didn't use the in condition alone in the where clause, their query might not work as expected, as it would have been the same as if 1 = 1 was printed.
Full Changelog: 3.4.0...3.4.1