Skip to content

Commit 17c6f7d

Browse files
committed
docs(readme): inline user-facing release notes for 4.2.1 and 4.2.0
1 parent d6d28dc commit 17c6f7d

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

readme.txt

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,33 @@ Security:
149149

150150
= 4.2.1 - July 2, 2026 =
151151

152-
[View the release notes.](https://github.com/xwp/stream/blob/master/changelog.md#421---july-2-2026)
152+
Bug Fixes:
153+
154+
* Fix authorization checks for Stream activity access and harden related AJAX, export, and query paths.
155+
* Fix inverted `isset()` check silently ignoring user search input in `get_users()`.
156+
* Create missing database tables when resetting the database.
157+
* Avoid generating rewrite rules for the alerts post type.
158+
159+
[View the full release notes on GitHub.](https://github.com/xwp/stream/blob/master/changelog.md#421---july-2-2026)
153160

154161
= 4.2.0 - May 28, 2026 =
155162

156-
[View the release notes.](https://github.com/xwp/stream/blob/master/changelog.md#420---may-28-2026)
163+
New Features:
164+
165+
* Expose Stream abilities via the WordPress MCP Adapter when present, enabling AI tools to query Stream records through the Abilities API.
166+
167+
Bug Fixes:
168+
169+
* Fix unbounded growth of `stream` / `stream_meta` tables: the TTL-based auto-purge now runs via Action Scheduler with batched deletion, resolving database bloat on large sites.
170+
* Fix orphan `stream_meta` rows accumulating across repeated purge cycles with a terminal orphan reaper at the end of every auto-purge chain.
171+
* Skip Action Scheduler queries on front-end pageloads, eliminating unnecessary queries per pageview.
172+
173+
Enhancements:
174+
175+
* Add a Clean Orphaned Meta link under Settings → Advanced for one-shot cleanup on already-bloated installs.
176+
* Replace the legacy `wp_stream_auto_purge` WP-Cron event with a recurring Action Scheduler action, with run history visible under Tools → Scheduled Actions.
177+
178+
[View the full release notes on GitHub.](https://github.com/xwp/stream/blob/master/changelog.md#420---may-28-2026)
157179

158180
= 4.1.2 - February 19, 2026 =
159181

0 commit comments

Comments
 (0)