Skip to content

Releases: jetlinks/reactor-ql

1.0.17

19 Aug 05:43
Compare
Choose a tag to compare

What's Changed

  • build: 升级依赖版本 by @zhou-hao in #13
  • refactor: 升级依赖版本,替换过时的API. by @zhou-hao in #14
  • feat: 增加isnull,notnull,all_match,any_match函数 by @zhou-hao in #15
  • feat: 增加combine函数支持. by @zhou-hao in #17
  • feat: 增加聚合函数的unique和distinct支持 by @zhou-hao in #18
  • build: upgrade hsweb-utils 3.0.4 by @zhou-hao in #19
  • feat: 增加日期和选择函数实现 by @zhou-hao in #20
  • fix(基础模块): 修复new_map函数的空值处理 by @kyouji in #21
  • fix(转换工具): 超大精度的数字转换返回BigDecimal类型 by @bestfeng1020 in #22
  • fix(计算工具): 修复float与int计算精度丢失问题 by @bestfeng1020 in #23
  • Revert "fix(计算工具): 修复float与int计算精度丢失问题" by @zhou-hao in #24
  • fix(计算工具): 修复float与int计算精度丢失问题 by @bestfeng1020 in #25

New Contributors

Full Changelog: 1.0.16...1.0.17

1.0.16

27 Jul 01:57
39be694
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.15...1.0.16

1.0.15

13 Jan 06:13
Compare
Choose a tag to compare

Full Changelog: 1.0.14...1.0.15

1.0.14

20 Jun 03:32
Compare
Choose a tag to compare

Full Changelog: 1.0.12...1.0.14

1.0.12

27 Jul 01:35
Compare
Choose a tag to compare

升级jsqlparser 4.0 #3
代码结构优化

1.0.11

28 May 01:06
Compare
Choose a tag to compare
1.0.11 release

1.0.5-RELEASE

27 Aug 01:41
Compare
Choose a tag to compare
  1. 修复union实时数据时无效问题
  2. 增加take分组函数.group by _window('10s'),take(1) -- 每10秒取一个

1.0.4-RELEASE

13 Aug 03:17
Compare
Choose a tag to compare
  1. 优化大表join以及group数量较多时的性能
  2. 优化聚合性能

1.0.0 RELEASE

28 Apr 03:56
Compare
Choose a tag to compare

基本功能实现