This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+6 more
Summary
AI summaryFixed background‑task reliability loss due to garbage collection.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Deprecation | Low |
Removed social media clients (YouTube, Instagram, Reddit, X) and Veo3/viral-research integration with associated unit tests and packaging excludes. Removed social media clients (YouTube, Instagram, Reddit, X) and Veo3/viral-research integration with associated unit tests and packaging excludes. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Background-task reliability fixed by retaining task references until completion. Background-task reliability fixed by retaining task references until completion. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Audit attribution now mints fresh anonymous identity when none is set, avoiding mutable default sharing. Audit attribution now mints fresh anonymous identity when none is set, avoiding mutable default sharing. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Refactor | Low |
Bumped controller, client, LangChain integration, and browser‑node metadata to version 1.1.3; refreshed release‑facing version strings across dashboard badge, webhook user‑agent, README, launch notes, and good‑first‑issue docs. Bumped controller, client, LangChain integration, and browser‑node metadata to version 1.1.3; refreshed release‑facing version strings across dashboard badge, webhook user‑agent, README, launch notes, and good‑first‑issue docs. Source: llm_adapter@2026-06-03 Confidence: high |
— |
Full changelog
Bug-fix and cleanup patch on top of 1.1.2.
Fixed
- Background-task reliability — fire-and-forget work (network-capture listeners, the on-detach pending flush, approval webhook dispatch, and post-session curator review) was scheduled without a retained task reference, so CPython could garbage-collect those tasks before they completed. They now route through a shared
spawn_background_taskhelper that holds a strong reference until completion. - Audit attribution — operator identity no longer shares a single mutable
OperatorIdentityinstance as aContextVardefault across all request contexts;get_current_operator()mints a fresh anonymous identity when none is set.
Removed
- Removed the previously extracted social (YouTube/Instagram/Reddit/X) clients and the Veo3/viral-research integration, plus their unit tests and the now-empty packaging exclude. They were already unwired from routes, tools, the orchestrator, and startup, and excluded from the wheel build. The guard tests that assert those routes/tools stay unshipped are retained.
Changed
- Bumped controller, client, LangChain integration, and browser-node metadata to
1.1.3, and refreshed release-facing version strings in the dashboard badge, webhook user-agent, README, launch notes, and good-first-issue docs.
Breaking Changes
- Removed social clients (YouTube, Instagram, Reddit, X) and Veo3/viral‑research integration along with their unit tests.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About LvcidPsyche/auto-browser
Give your AI agent a real browser — with a human in the loop. Open-source MCP-native browser agent.
Related context
Beta — feedback welcome: [email protected]