v0.15.6
WarpParse v0.15.6
Changed
- Upgraded
wp-motorcore engine to v1.13.1 with the following key changes:- WPL Parser Enhancement: Added support for
\t(tab) and\S(non-whitespace) separators in parsing expressions - WPL Parser Enhancement: Added support for quoted field names with special characters (e.g.,
"field.name","field-name") - New Function: Added
chars_replacefunction for character-level string replacement - Logging Optimization: High-frequency log paths now use
log_enabled!guard to eliminate loop overhead when log level is filtered - Removed Feature: Removed
SO_REUSEPORTmulti-instance support from Syslog UDP Source (security risk and cross-platform inconsistency)
- WPL Parser Enhancement: Added support for
- Upgraded
wp-connectorsto v0.7.5-beta.
中文版 Changelog / Chinese Version
Changed
- 升级
wp-motor核心引擎到 v1.13.1 版本,主要变化包括:- WPL 解析器增强:支持
\t(制表符)和\S(非空白字符)分隔符 - WPL 解析器增强:支持带引号的特殊字符字段名(如
"field.name"、"field-name") - 新增函数:
chars_replace字符级字符串替换函数 - 日志优化:高频日志路径使用
log_enabled!守卫,消除日志级别过滤时的循环开销 - 移除功能:Syslog UDP Source 移除
SO_REUSEPORT多实例支持(安全风险及跨平台不一致)
- WPL 解析器增强:支持
- 升级
wp-connectors到 v0.7.5-beta 版本。
📦 Installation
Binary Downloads
Download the pre-built binaries for your platform from the assets below.
Quick Install Script
curl -fsSL https://raw.githubusercontent.com/wp-labs/warp-parse/main/scripts/install.sh | bashDocker Image
Pull and run the Docker image:
# Pull the specific version
docker pull ghcr.io/wp-labs/warp-parse:v0.15.6
# Or pull the latest version
docker pull ghcr.io/wp-labs/warp-parse:latest
# Run the container
docker run --rm ghcr.io/wp-labs/warp-parse:v0.15.6 wparse --help🔐 Verification
All artifacts are signed with this repo's identity using Sigstore.
You can verify the signatures using the GitHub CLI:
gh attestation verify --owner wp-labs <artifact-file>📚 Documentation
🐛 Found an Issue?
Please report it at: https://github.com/wp-labs/warp-parse/issues