| Age | Commit message (Expand) | Author |
| 2024-11-26 | [feature][core]CN-1730 回滚CollectList和CollectSet,新增数组聚合函�... | wangkuan |
| 2024-11-21 | [feature][core]CN-1730 拓展CollectList和CollectSet,增加collect_type配�... | wangkuan |
| 2024-11-19 | [improve][bootstrap]修改原UDFUtil工具类位置,后期加载udf函数�... | wangkuan |
| 2024-11-18 | [fix][core]补充提交processor函数过滤功能 | wangkuan |
| 2024-11-18 | [fix][core][api]解决udfEntity重命名冲突 | wangkuan |
| 2024-11-18 | Merge branch 'develop' into 'fix/aviator-expression' | 王宽 |
| 2024-11-18 | [fix][core][api]统一Aviator表达式语法和调用方式,所有processor�... | wangkuan |
| 2024-11-16 | [Improve][core] Preprocessing 和 postprocessing 标识已过期,后续任�... | doufenghu |
| 2024-11-14 | [Feature][api] AviatorFilterProcessorFactory renamed to FilterProcessorFactor... | doufenghu |
| 2024-11-13 | [Feature][SPI] Factory接口只保留type方法;包位置移动;连接器... | lifengchao |
| 2024-11-13 | [Feature][API] 统一Operator实例生成接口为Factory. Connector Factory ... | doufenghu |
| 2024-11-10 | [Feature][SPI] SPI/Common module 依赖库梳理,xxExecutor删除不必要�... | doufenghu |
| 2024-11-09 | [Feature][SPI] 增加groot-spi模块,解耦core和common模块之间的复�... | doufenghu |
| 2024-11-08 | [improve][core]GAL-675 UUIDv5新增NAMESPACE_CELL | wangkuan |
| 2024-11-06 | [Improve][HMAC] A nullable value not output an HMAC value. | doufenghu |
| 2024-11-05 | [fix][core] Encrypt函数使用aes-128-gcm加密算法时相同明文生成�... | 侯晋川 |
| 2024-11-05 | [fix][core] 优化Encrypt函数和单元测试,增加aes-128-gcm加密算法 | 侯晋川 |
| 2024-11-03 | [Improve][Encrypt] Enhance Encrypt is applied to encryption at transit and im... | doufenghu |
| 2024-10-31 | Merge branch 'feature/format_csv' into 'develop' | 李奉超 |
| 2024-10-31 | [feature][format-csv]GAL-687 Groot Stream 支持CSV Format | lifengchao |
| 2024-10-30 | [Fix][test] Rename test method lookup_field/output_field to lookupField/outpu... | doufenghu |
| 2024-10-30 | Merge branch 'improve/udf-config-check' into 'develop' | 窦凤虎 |
| 2024-10-30 | [Fix][test] add required filter expression | doufenghu |
| 2024-10-30 | [Improve][core] Enhance the drop, AsnLookup, and GeoIPLookup UDF context conf... | doufenghu |
| 2024-10-30 | [fix][core] Encrypt函数适配网关动态获取加密字段接口 | 侯晋川 |
| 2024-10-29 | [Improve][core] Add CheckUDFContextUtil for verifying UDF configurations. Ren... | doufenghu |
| 2024-10-29 | Merge branch 'feature/indicator' into 'develop' | 王宽 |
| 2024-10-29 | [improve][core] Indicator lookup add subscriber's tags | gujinkai |
| 2024-10-28 | Merge branch 'feature/udf-encrypt' into 'develop' | 李奉超 |
| 2024-10-28 | [feature][core] 优化Encrypt和HMAC函数。新增Encrypt单元测试feature/udf-encrypt | 侯晋川 |
| 2024-10-28 | [improve][pack]调整部分pom引入依赖位置,udf配置文件删除多余�...feature/pack | wangkuan |
| 2024-10-25 | [feature][core]新增Encrypt和HMAC函数,补充提交 | 侯晋川 |
| 2024-10-25 | [feature][core]新增Encrypt和HMAC函数 | 侯晋川 |
| 2024-10-25 | [feature][pack]支持外部自定义processor,filter,split。将配置检查�... | wangkuan |
| 2024-10-22 | Merge branch 'improve/udfs' into 'develop'v1.7.0.2-SNAPSHOT | 王宽 |
| 2024-10-22 | Merge branch 'feature/max-min' into 'develop' | 王宽 |
| 2024-10-22 | [improve][core]优化相关udf,修改判空方式,防止出现字段存�... | wangkuan |
| 2024-10-22 | [feature][core]删除原NumberMax,NumberMin。支持更通用的Max,Min函�...feature/max-min | wangkuan |
| 2024-10-22 | Merge branch 'fix/udfs' into 'develop' | 王宽 |
| 2024-10-22 | [fix][core]BASE64_ENCODE_TO_STRING函数新增参数input_type,支持string,b...fix/udfs | wangkuan |
| 2024-10-21 | Merge branch 'develop' into 'feature/dos'feature/dos | 王宽 |
| 2024-10-21 | [feature][core]新增聚合函数NumberMax,NumberMin,增加agg-dos-protection... | wangkuan |
| 2024-10-20 | [Improve][e2e-base-test] Integrate multiple types of processors into the test... | doufenghu |
| 2024-10-16 | [Improve][UUID] UUID class name use uppercase for abbreviations in naming con... | doufenghu |
| 2024-10-16 | [feature][core] LoadIntervalDataUtil属性添加volatile修饰 | lifengchao |
| 2024-10-16 | [feature][core] SingleValueMap处理可能发生的异常 | lifengchao |
| 2024-10-16 | [feature][core] GAL-679 Groot Stream 实现进程级全局唯一数据与定�... | lifengchao |
| 2024-10-14 | Merge branch 'feature/udf-uuid' into 'develop' | 王宽 |
| 2024-10-12 | [improve][core]uuid输出为string,uuidv7在初始化生成timeBasedEpochRand...feature/udf-uuid | wangkuan |
| 2024-10-11 | [improve][core]UuidV5函数多个字段之间采用"_"拼接 | wangkuan |