Releases: jetlinks/reactor-ql
Releases · jetlinks/reactor-ql
1.0.17
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
- @zhou-hao made their first contribution in #13
- @kyouji made their first contribution in #21
- @bestfeng1020 made their first contribution in #22
Full Changelog: 1.0.16...1.0.17
1.0.16
What's Changed
- Bump guava from 31.1-jre to 32.0.0-jre by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #12
Full Changelog: 1.0.15...1.0.16
1.0.15
Full Changelog: 1.0.14...1.0.15
1.0.14
Full Changelog: 1.0.12...1.0.14
1.0.12
1.0.11
1.0.5-RELEASE
- 修复union实时数据时无效问题
- 增加take分组函数.
group by _window('10s'),take(1) -- 每10秒取一个
1.0.4-RELEASE
- 优化大表join以及group数量较多时的性能
- 优化聚合性能
1.0.0 RELEASE
基本功能实现