Skip to content

Comments

chore(deps): bump wp-engine from v1.13.1 to v1.15.5#185

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps wp-engine from v1.13.1 to v1.15.5.

Release notes

Sourced from wp-engine's releases.

v1.15.5

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

v1.15.4

Full Changelog: wp-labs/wp-motor@v1.15.3...v1.15.4

v1.15.3

Full Changelog: wp-labs/wp-motor@v1.15.2...v1.15.3

v1.15.2

Full Changelog: wp-labs/wp-motor@v1.15.1...v1.15.2

v1.15.1

Full Changelog: wp-labs/wp-motor@v1.15.0...v1.15.1

v1.15.1-alpha

Full Changelog: wp-labs/wp-motor@v1.15.0...v1.15.1-alpha

v1.15.0

Full Changelog: wp-labs/wp-motor@v1.14.0...v1.15.0

v1.15.0-beta

Full Changelog: wp-labs/wp-motor@v1.15.0-alpha...v1.15.0-beta

v1.15.0-alpha

Full Changelog: wp-labs/wp-motor@v1.14.1-beta...v1.15.0-alpha

v1.14.1-beta

Full Changelog: wp-labs/wp-motor@v1.14.1-alpha...v1.14.1-beta

v1.14.1-alpha

Full Changelog: wp-labs/wp-motor@v1.14.0...v1.14.1-alpha

v1.14.0

Full Changelog: wp-labs/wp-motor@v1.13.3...v1.14.0

v1.13.3

What's Changed

Full Changelog: wp-labs/wp-motor@v1.13.2...v1.13.3

v1.13.2

What's Changed

Full Changelog: wp-labs/wp-motor@v1.13.1...v1.13.2

Changelog

Sourced from wp-engine's changelog.

[1.15.5] - 2026-02-10

Changed

  • wp-oml: Enhanced FieldRead with zero-copy FieldStorage preservation

[1.15.4] - 2026-02-10

Added

  • wp-oml: Add zero-copy validation test suite and lint tool
  • Documentation: Add zero-copy implementation guidelines

Changed

  • wp-oml: Refactor FieldExtractor trait to require explicit extract_storage implementation
  • wp-oml: Enhanced zero-copy support across MapOperation, RecordOperation, PiPeOperation, FmtOperation, SqlQuery, and FieldRead

Fixed

  • wp-oml: Fix MatchOperation to preserve zero-copy for Arc variants in match branches

[1.15.3] - 2026-02-09

Added

  • WP-OML Batch Processing: Add record-level batch processing API to DataTransformer trait
    • New methods: transform_batch() and transform_batch_ref() for processing Vec
    • Default implementation provides backward compatibility (processes records one by one)
    • Optimized ObjModel implementation reuses FieldQueryCache across all records
    • Performance improvement: 12-17% faster when compared to creating fresh cache per record
      • 100 records: 42.6µs → 37.3µs (12.4% faster with shared cache)
      • 10 records: 4.45µs → 3.76µs (15.5% faster with shared cache)
    • Additional 5% improvement in multi-stage pipelines with 100+ records
    • Provides standardized batch API to prevent cache misuse patterns

Changed

  • Dependencies: Upgrade wp-model-core 0.8.3 → 0.8.4
    • Introduces FieldRef<'a> wrapper type for zero-copy, cur_name-aware field access
    • DataRecord::get_field() now returns Option<FieldRef<'_>> instead of Option<&Field>
    • Tests updated to use get_field_owned() where owned fields are needed
  • WP-OML Performance: Enable conditional zero-copy optimization in eval_proc
    • Shared variants use cur_name overlay without cloning Arc (zero-copy)
    • Owned variants or type conversions apply name to underlying field
    • Performance improvement: 14-17% faster in multi-stage pipelines
      • 2-stage: 1,151ns → 956ns (16.9% faster)
      • 4-stage: 2,641ns → 2,277ns (13.8% faster)

[1.15.2] - 2026-02-08

Added

  • Documentation: Add complete English WPL grammar reference documentation

... (truncated)

Commits
  • fbfe064 Bump version to 1.15.5
  • b3a8617 Fix FieldRead to preserve zero-copy chain in read operations
  • ab2d1d3 Update CHANGELOG for version 1.15.4 release
  • 7f9c5e4 Fix formatting and clippy warnings in OML extractors
  • 73aac6e Add zero-copy validation suite and enhance FieldExtractor trait
  • 533fa32 Bump version to 1.15.3
  • b0c88f0 Update match_prm.rs
  • 057ccd4 Update deprecated method calls and allow deprecated code in tests
  • 7ad6f52 Update method calls to use owned field access
  • 673d71b Add batch processing API to DataTransformer trait
  • 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-engine](https://github.com/wp-labs/wp-motor) from v1.13.1 to v1.15.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@b507ea8...fbfe064)

---
updated-dependencies:
- dependency-name: wp-engine
  dependency-version: fbfe0646ba88aef2983ebb466397b7529adbe63a
  dependency-type: direct:production
...

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

dependabot bot commented on behalf of github Feb 16, 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.

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