Skip to content

Commit 64f8e8e

Browse files
committed
docs: add 4.3.0 changelog entry to readme.txt
1 parent 418744e commit 64f8e8e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

readme.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,21 @@ Use only `$_SERVER['REMOTE_ADDR']` as the client IP address for event logs witho
139139

140140
== Changelog ==
141141

142+
= 4.3.0 - July 18, 2026 =
143+
144+
Enhancements:
145+
146+
* Make Action Scheduler usage optional at runtime: deferred purge / reset work now runs through a scheduler abstraction that defaults to Action Scheduler but can fall back to WP-Cron via the `wp_stream_use_action_scheduler` filter.
147+
* Add the `wp_stream_enable_auto_purge` filter (default `true`) to disable all TTL record auto-purge scheduling regardless of backend.
148+
* Surface a warning on the WP-Cron fallback when a large-table purge or reset is queued.
149+
150+
Bug Fixes:
151+
152+
* Log the WooCommerce order ID instead of the order object in order event records.
153+
* Fix PHP 8.4 deprecation warnings.
154+
155+
[View the full release notes on GitHub.](https://github.com/xwp/stream/blob/master/changelog.md#430---july-18-2026)
156+
142157
= 4.2.2 - July 6, 2026 =
143158

144159
Security:

0 commit comments

Comments
 (0)