Releases: naver/spring-jdbc-plus
Releases · naver/spring-jdbc-plus
3.2.6
3.3.0
What's Changed
- Add single query loading test by @IAM20 in #126
- Use JDK17 Format by @IAM20 in #127
- Add SoftDeleteColumn annnotation and generate sql by @chanhyeong in #129
- Fix badge in README by @chanhyeong in #130
- Add annotation guide line by @Apisapple in #131
- Bump up spring boot version to 3.2.3 by @IAM20 in #132
- Bump up spring data jdbc version to 3.3.0-M1 by @IAM20 in #133
- Use ID_SQL_PARAMETER when softDeleteById by @IAM20 in #134
- Bump up spring data jdbc version to 3.3.0-M2 by @chanhyeong in #136
- Replace manual spring-data version to spring-data-bom by @chanhyeong in #139
- Refactor submodule hierarchies by @chanhyeong in #140
- Add soft delete configuration by @chanhyeong in #141
- Bump up spring boot version to 3.3.0-RC1 by @wool0826 in #144
- Polish codes in convert utils by @chanhyeong in #145
- Remove unused kotlin dependency by @acktsap in #146
- Use convention in gradle project structure by @acktsap in #147
- Update javadocs and docs of soft delete by @chanhyeong in #148
- Bump up spring boot version to 3.3.0 by @IAM20 in #149
New Contributors
- @Apisapple made their first contribution in #131
Full Changelog: 3.2.5...3.3.0
3.3.0-RC1
3.2.5
3.3.0-M2
⭐ New Features
- Add configuration for
@SoftDeleteColumn
✅ What's Changed
- Use ID_SQL_PARAMETER when softDeleteById by @IAM20 in #134
- Bump up spring data jdbc version to 3.3.0-M2 by @chanhyeong in #136
- Replace manual spring-data version to spring-data-bom by @chanhyeong in #139
- Refactor submodule hierarchies by @chanhyeong in #140
- Add soft delete configuration by @chanhyeong in #141
Full Changelog: 3.3.0-M1...3.3.0-M2
3.2.4
✅ What's Changed
Full Changelog: 3.2.3...3.2.4
3.3.0-M1
✅ What's Changed
- Bump up spring boot version to 3.3.0-M1
- Bump up spring data jdbc version to 3.3.0-M1
- Fix nested embedded NPE by @IAM20 in #118
- Deprecate pad array option by @IAM20 in #117
- Polishing autoconfiguration module by @IAM20 in #119
- Remove redundant reimplemenetation by @IAM20 in #122
- Add @NoRepositoryBean to JdbcRepository interface by @sjh836 in #125
- Add single query loading test by @IAM20 in #126
- Use JDK17 Format by @IAM20 in #127
- Add SoftDeleteColumn annnotation and generate sql by @chanhyeong in #129
📜 Documentation
- Fix badge in README by @chanhyeong in #130
- Add annotation guide line by @Apisapple in #131
3.2.3
✅ What's changed
- Bump up spring data jdbc version to 3.2.3
- Bump up spring boot version to 3.2.3
- Deprecate padArray option #112 by @IAM20
- Add @NoRepositoryBean to JdbcRepository interface by @sjh836
📜 Documentation
- Fix badge in README by @chanhyeong
- Add developers by @chanhyeong
- Add annotation guide by @Apisapple