Skip to content

v0.41.2

Choose a tag to compare

@github-actions github-actions released this 11 Jun 13:57
· 83 commits to main since this release
a64ef70

[0.41.2] - 2026-06-11

Fixed

  • Object cache: the engine's supporting classes now load at drop-in time. The 0.41.1 drop-in located the engine correctly, but the engine file then loaded its config and connection classes through a plugin constant that does not exist that early in the WordPress boot, so it silently fell back to the in-memory array cache on every request and kept reporting itself idle. The engine now resolves its sibling class files from its own directory, which is always available. Agent-only fix.
  • Object cache: the stamped engine path in the drop-in is honored. The installer's placeholder replacement also rewrote the guard that detects an un-stamped stub, turning the stamped path into dead code; standard installs survived only via the content-directory fallback. The guard token is now built so stamping cannot touch it, and the drop-in version bump makes existing installs self-heal on the next agent heartbeat.

Requires agent 0.41.2. No control plane or dashboard changes.


What's Changed

  • fix: object cache engine actually connects (0.41.2) by @mosamlife in #37

Full Changelog: v0.41.1...v0.41.2