Releases: hs-web/hsweb-easy-orm
Releases · hs-web/hsweb-easy-orm
4.2.1-release
What's Changed
- build(deps): bump org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0 by @dependabot[bot] in #89
- refactor: 优化对枚举类型的支持 by @zhou-hao in #90
Full Changelog: 4.1.4...4.2.1
4.2.0-release
for spring-boot 3.x
Full Changelog: 4.1.4...4.2.0-release
4.1.4
What's Changed
- 新增当toType是TimeStamp类型时的转换 by @lookvincent in #85
- build(deps): bump commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0 by @dependabot in #88
New Contributors
- @lookvincent made their first contribution in #85
Full Changelog: 4.1.3...4.1.4
4.1.3
What's Changed
- refactor: ReactiveQuery增加copy方法. by @zhou-hao in #78
- build(deps): bump io.netty:netty-common from 4.1.90.Final to 4.1.115.Final in /hsweb-easy-orm-core by @dependabot in #79
- fix: 修正更新值重复解析问题 by @goten7 in #80
- feat: 增加Extensible接口,可实现此接口来拓展字段. by @zhou-hao in #81
Full Changelog: 4.1.2...4.1.3
4.1.2
What's Changed
- fix: 修复forUpdate无效问题 by @zhou-hao in #47
- fix: 修复解析相同的索引名是可能会相互覆盖 by @zhou-hao in #51
- feat(编解码): 数字编解码器支持BigDecimal及BigInteger类型 by @goten7 in #48
- build: 升级依赖版本 by @zhou-hao in #52
- fix: 修复当not in条件数量较大时,条件失效问题. by @zhou-hao in #53
- fix:修复创建查询字段sql失败时也会添加逗号分割问题 by @goten7 in #54
- refactor: 优化批量新增保存时重复数据的处理逻辑:合并相同的数据. by @zhou-hao in #56
- refactor: Term实现序列化接口 by @zhou-hao in #57
- build(deps): bump org.elasticsearch:elasticsearch from 7.11.2 to 7.17.13 by @dependabot in #58
- fix: 修复无法解析数组类型方法引用信息 by @zhou-hao in #59
- refactor: 优化Oracle表结构解析逻辑,过滤掉系统内置表. by @zhou-hao in #60
- build(deps): bump org.elasticsearch:elasticsearch from 7.17.13 to 7.17.14 by @dependabot in #61
- refactor: 优化对sqlserver的支持 by @zhou-hao in #63
- feat: sqlserver增加for update支持 by @zhou-hao in #64
- build(deps-dev): bump org.postgresql:postgresql from 42.3.4 to 42.3.8 in /hsweb-easy-orm-rdb by @dependabot in #65
- build(maven): upgrade postgresql 42.3.9 by @zhou-hao in #66
- feat: 添加获取列全名方法 by @goten7 in #69
- fix:修复not条件查询忽略null值问题 by @goten7 in #70
- feat: 添加根据列全名解析表别名方法 by @goten7 in #71
- refactor: 优化构造SQL性能 by @zhou-hao in #72
- fix: 修正DateTime解码为正确的指定类型 by @goten7 in #73
- refactor: 优化时间类型解码性能及string截取空值的情况 by @goten7 in #75
- build(deps-dev): bump ch.qos.logback:logback-classic from 1.2.9 to 1.2.13 by @dependabot in #74
- build(deps): bump org.elasticsearch:elasticsearch from 7.17.14 to 7.17.23 by @dependabot in #77
New Contributors
Full Changelog: 4.1.1...4.1.2
4.1.1
What's Changed
- fix(查询条件): 优化postgresql查询not时忽略掉null值的问题 by @kyouji in #43
- Bump jackson-databind from 2.13.3 to 2.13.4.2 in /hsweb-easy-orm-core by @dependabot in #44
Full Changelog: 4.1.0...4.1.1
4.1.0
4.0.15
Full Changelog: 4.0.14...4.0.15
4.0.14
Full Changelog: 4.0.13...4.0.14