Skip to content

Releases: hs-web/hsweb-easy-orm

4.2.1-release

27 Oct 01:46

Choose a tag to compare

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

30 Jun 03:23
202a882

Choose a tag to compare

for spring-boot 3.x

Full Changelog: 4.1.4...4.2.0-release

4.1.4

30 Jun 02:15

Choose a tag to compare

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

Full Changelog: 4.1.3...4.1.4

4.1.3

31 Mar 02:32

Choose a tag to compare

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

19 Aug 06:32

Choose a tag to compare

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

04 Aug 08:52

Choose a tag to compare

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

10 Feb 03:29

Choose a tag to compare

What's Changed

  • 添加只修改非空时的判断 by @kyouji in #38

New Contributors

Full Changelog: 4.0.15...4.1.0

4.0.15

10 Feb 03:27

Choose a tag to compare

Full Changelog: 4.0.14...4.0.15

4.0.14

20 Jun 03:41

Choose a tag to compare

Full Changelog: 4.0.13...4.0.14

4.0.13

27 Dec 01:23

Choose a tag to compare

  1. 优化column顺序
  2. 修复无法解析使用驼峰命名的列名
  3. JsonValueCodec适配nashorn object
  4. 修复批量upsert可能丢失列数据
  5. 修复通过TableBuilder无法drop column问题