Skip to content

2.0.13

Latest

Choose a tag to compare

@rmcdaniel rmcdaniel released this 11 Sep 19:04
3fff6e7

Reduce repeated work during full monitoring projection.

  • Prefetch timeline, wait, and timer rows per run instead of rereading each existing row separately.
  • Reuse activity and timer metadata already derived within the same summary pass.
  • Preserve configured Eloquent models, tables, connections, save hooks, duplicate-key recovery, and history-based repair.
  • Add fixed-query-count, custom-connection, projection repair, and cold-reload activity/timer regression tests.

No public API, database schema, durable history, or portable payload protocol change. Full-history projection remains history-dependent; this release does not claim constant-time replay or new production capacity.

Fix: #508 / #509. Release metadata: #510.

The full source matrix passed unit/coverage, MySQL, PostgreSQL, MariaDB, Laravel 9-13 upgrade, quality, and regression checks. Published-package verification and affected-consumer delivery remain tracked in #508.