Skip to content

chore(deps): bump wp-lang from v1.15.5 to v1.17.5#213

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/main/wp-lang-v1.17.5
Open

chore(deps): bump wp-lang from v1.15.5 to v1.17.5#213
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/main/wp-lang-v1.17.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps wp-lang from v1.15.5 to v1.17.5.

Release notes

Sourced from wp-lang's releases.

v1.17.5

What's Changed

Full Changelog: wp-labs/wp-motor@v1.15.5...v1.17.5

v1.17.5-alpha

What's Changed

Full Changelog: wp-labs/wp-motor@v1.17.4-alpha...v1.17.5-alpha

v1.17.4-alpha

Full Changelog: wp-labs/wp-motor@v1.17.3-alpha...v1.17.4-alpha

v1.17.3-alpha

What's Changed

Full Changelog: wp-labs/wp-motor@v1.17.2-alpha...v1.17.3-alpha

v1.17.2-alpha

Full Changelog: wp-labs/wp-motor@v1.16.2-alpha...v1.17.2-alpha

v1.17.1-alpha

Full Changelog: wp-labs/wp-motor@v1.17.0-alpha...v1.17.1-alpha

v1.17.0-alpha

Full Changelog: wp-labs/wp-motor@v1.16.2-alpha...v1.17.0-alpha

v1.16.2-alpha

Full Changelog: wp-labs/wp-motor@v1.16.1-alpha...v1.16.2-alpha

v1.16.1-alpha

Full Changelog: wp-labs/wp-motor@v1.16.0-alpha...v1.16.1-alpha

v1.16.0-alpha

Full Changelog: wp-labs/wp-motor@v1.15.5...v1.16.0-alpha

Changelog

Sourced from wp-lang's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.17.3 Unreleased]

Added

  • Sinks/Buffer: Add sink-level batch buffer with configurable batch_size parameter
    • Small packages (< batch_size) enter pending buffer, flushed periodically or when buffer is full
    • Large packages (>= batch_size) automatically bypass pending buffer for reduced overhead (zero-copy direct path)
    • New flush() public API for manual buffer flush
  • Sinks/Config: Add batch_timeout_ms configuration to sink group (default 300ms), controls periodic buffer flush interval

Changed

  • Sinks/File: Remove BufWriter and proc_cnt periodic flush from AsyncFileSink, write directly to tokio::fs::File; upstream batch assembly makes userspace buffering redundant

Fixed

  • wp-oml: Fix llvm-cov warnings in parser and test modules

[1.17.2 ] - 2026-02-13

Changed

  • wp-lang: kv/kvarr key 解析支持括号类字符 ()<>[]{},新增专用 take_kv_key 函数,不影响 WPL 语法层面其他模块的 key 解析

[1.17.0 ] - 2026-02-12

Added

  • OML Match: Add OR condition syntax cond1 | cond2 | ... for match expressions
    • Supports single-source and multi-source match
    • Compatible with both value matching and function matching
  • OML NLP: Add extract_main_word and extract_subject_object pipe functions for Chinese text analysis
  • OML NLP: Add configurable NLP dictionary system, support custom dictionary via NLP_DICT_CONFIG environment variable
  • Engine Config: Add [semantic] section in wparse.toml to control NLP semantic dictionary loading (enabled = false by default, saves ~20MB memory when disabled)

Changed

  • OML Match: Multi-source match now supports any number of source fields (no longer limited to 2/3/4)
  • Documentation: Update OML documentation (Chinese and English) for match OR syntax and multi-source support

[1.16.2] - 2026-02-11

Fixed

  • wp-lang: Fix kvarr pattern separator parsing

[1.16.1] - 2026-02-11

... (truncated)

Commits
  • bf828bf Bump version to 1.17.5 and update OML grammar docs
  • b0e77de Merge pull request #35 from zwk4zhendeC/wp-motor
  • eec6ead fix:batch_size
  • 9663e4d fix:batch_size
  • f9cb90d Bump version to 1.17.4
  • 6a6b03a Get batch_size from sink_group conf directly
  • 1c8075e Add batch_size config to sink groups
  • e54bd44 Add sink-level batch buffer and remove AsyncFileSink BufWriter
  • 0cdd9d8 Add sink batch buffer bypass path for large packages
  • bc42484 Merge pull request #29 from zwk4zhendeC/wp-motor
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wp-lang](https://github.com/wp-labs/wp-motor) from v1.15.5 to v1.17.5.
- [Release notes](https://github.com/wp-labs/wp-motor/releases)
- [Changelog](https://github.com/wp-labs/wp-motor/blob/main/CHANGELOG.md)
- [Commits](wp-labs/wp-motor@fbfe064...bf828bf)

---
updated-dependencies:
- dependency-name: wp-lang
  dependency-version: bf828bf834e326ca8207432af96149bfb7337ebf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2026

Labels

The following labels could not be found: production, stable, 📦 dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2026

Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants