Skip to content

Releases: line/kotlin-jdsl

2.0.7.RELEASE

09 Nov 04:35
e20ad81
Compare
Choose a tag to compare

2.0.7 (2022-11-09)

Bug Fixes

none

Internal Improvement

none

Features

feat:exists spec: Add ExistsSpec to enable exists not exist sql stmt by @kihwankim in #127

Breaking Changes

none

New Contributors

Full Changelog: 2.0.6.RELEASE...2.0.7.RELEASE

2.0.6.RELEASE

27 Sep 08:32
c918e51
Compare
Choose a tag to compare

2.0.6 (2022-09-27)

Bug Fixes

none

Internal Improvement

feat:gradle version catalog: Support gradle version catalog for dependency management by @jbl428 in #80

Features

feat:nested column: Support nested column without join by @jaeykweon in #81

Breaking Changes

none

New Contributors

Full Changelog: 2.0.5.RELEASE...2.0.6.RELEASE

2.0.5.RELEASE

22 Aug 03:02
81a2078
Compare
Choose a tag to compare

2.0.5 (2022-08-22)

Bug Fixes

none

Internal Improvement

none

Features

refactor:where method: Support null in where method by @jaeykweon in #75

Breaking Changes

none

New Contributors

Full Changelog: 2.0.4.RELEASE...2.0.5.RELEASE

2.0.4.RELEASE

06 Jul 01:16
1a95e45
Compare
Choose a tag to compare

2.0.4 (2022-07-06)

Bug Fixes

none

Internal Improvement

  • docs: add explanation on left and right join by @pemassi in #62
  • dependencies up by @cj848 in #66
    • kotlin-coroutine 1.6.3,
    • h2 2.1.214
    • mutiny 1.6.0
    • spring core 5.3.21
    • boot 2.7.1(2.6.9)
  • Correct typo and Unify code style by @heli-os in #68

Features

core, reactive-core: Support Kotlin 1.7.0 by @cj848 in #65

Breaking Changes

  • There is no problem in using it, but as it was upgraded to kotlin 1.7.0, the spring boot 2.3 version was officially dropped from support due to internal issues.

New Contributors

Full Changelog: 2.0.3.RELEASE...2.0.4.RELEASE

2.0.3.RELEASE

27 May 06:05
1a8b619
Compare
Choose a tag to compare

2.0.3 (2022-05-27)

Bug Fixes

none

Features

core, reactive-core: Support Spring Boot 2.7.0 by @cj848 in #59

Internal Improvement

  • fix publish unit test results path by @cj848 in #54
  • Change Strong tag to Markdown syntax in doc comment by @jbl428 in #53
  • Add DTO Projection section and example code by @waahhh in #55
  • Apply Commit lint on Pull Request by @huisam in #56
  • Correct typo in "CASE WHEN" section of README.md by @waahhh in #57
  • dependencies up
    • spring-core: 5.3.20
    • spring-boot: 2.7.0
    • spring-data-jpa: 2.7.0
    • hibernate: 5.6.9.Final
    • hibernate-reactive: 1.1.6.Final
    • agroal-pool: 2.0
    • vertx-jdbc-client: 4.3.1
    • spring-batch-infrastructure: 4.3.6
    • mockk: 1.12.4
    • h2: 2.1.212
    • mutiny: 1.5.0

New Contributors

Full Changelog: 2.0.2.RELEASE...2.0.3.RELEASE

2.0.2.RELEASE

28 Apr 05:08
1e36a6d
Compare
Choose a tag to compare

2.0.2 (2022-04-28)

Bug Fixes

none

Features

  • core, reactive-core: Support Treat #52

Internal Improvement

2.0.1.RELEASE

15 Mar 05:43
e387ec7
Compare
Choose a tag to compare

2.0.1 (2022-03-14)

Bug Fixes

none

Features

none

Internal Improvement

  • core, reactive-core: Improve create object performance for QueryDslImpl & ReactiveQueryDslImpl #50

2.0.0.RELEASE

14 Mar 05:52
49fd084
Compare
Choose a tag to compare

2.0.0 (2022-03-14)

kotlin-jdsl has been released which adopts hibernate-reactive as a detailed implementation.

Bug Fixes

none

Features

  • reactive-core, hibernate-reactive, data-reactive-core, data-hibernate-reactive: Implement Reactive #47

Internal Improvement

  • none

1.3.0.RELEASE

14 Feb 00:02
43a990e
Compare
Choose a tag to compare

1.3.0 (2022-02-14)

Bug Fixes

none

Features

  • query: Expression type support for Aggregation Functions #41

Internal Improvement

  • Abstract Test Classes does not directly access EntityManager methods #42

1.2.0.RELEASE

11 Feb 06:05
2612fec
Compare
Choose a tag to compare

1.2.0 (2022-02-11)

Bug Fixes

  • none

Features

  • core, query, data-core: Support Criteria Update API #36
  • core, query, data-core: Support Criteria Delete API #38

Internal Improvement

  • Seperate Query Module #31
  • Seperate JoinDsl.associate to AssociateDsl.associate & Support Criteria API's Alias #35
  • gradle version up #37