Skip to content

v0.15.6

Choose a tag to compare

@github-actions github-actions released this 11 Feb 02:09
· 88 commits to main since this release

WarpParse v0.15.6

Changed

  • Upgraded wp-motor core 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_replace function 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_REUSEPORT multi-instance support from Syslog UDP Source (security risk and cross-platform inconsistency)
  • Upgraded wp-connectors to 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 多实例支持(安全风险及跨平台不一致)
  • 升级 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 | bash

Docker 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