You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+24-2Lines changed: 24 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -149,11 +149,33 @@ Security:
149
149
150
150
= 4.2.1 - July 2, 2026 =
151
151
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)
153
160
154
161
= 4.2.0 - May 28, 2026 =
155
162
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)
0 commit comments