Skip to content

chore(main): release lobu 11.0.0#1125

Merged
buremba merged 1 commit into
mainfrom
release-please--branches--main
May 30, 2026
Merged

chore(main): release lobu 11.0.0#1125
buremba merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented May 28, 2026

🤖 I have created a release beep boop

lobu: 11.0.0

11.0.0 (2026-05-30)

⚠ BREAKING CHANGES

  • cli: lobu memory browser-auth --connector <key> now launches a dedicated debug Chrome instead of copying cookies from your real Chrome profile. The --chrome-profile and --launch-cdp flags are removed (--launch-cdp was the path now always taken).

Features

  • connector-sdk: extensionDomScrape helper; use it in LinkedIn home_feed (#1155) (ef359c0)
  • connectors: add Hacker News front-page feed (#1147) (153f82a)
  • infra: alert on prod deploy failures (Flux + CI) (#1130) (b79e599)
  • landing: use-case-specific /for/ pages with collapsible code tabs (#1134) (51124de)
  • LinkedIn end-to-end on Owletto Chrome extension (delete Playwright fallback) (#1132) (080a3a3)
  • linkedin: home_feed via content-script scrape (#1151) (c9baa1a)
  • server: associate connections with entities (union with feeds) (#1158) (4fb67f7)
  • server: device workers can claim runs in orgs they're pinned to (#1149) (3f24eec)

Bug Fixes

  • auth: expose username in session so home routing is synchronous (#1162) (c5fee87)
  • auth: login requests only connector loginScopes, not sensitive connector scopes (#1145) (5bb81cd)
  • auth: set username at signup + bump owletto (new-user org routing) (#1160) (fc6a6d4)
  • gateway: allow Owletto extension origins through CORS (#1116) (449f93e)
  • gateway: route lobu chat to org's default agent end-to-end (#1136) (6c07546)
  • linkedin: home_feed author body-fallback + drop promoted/suggested/noise rows (#1156) (858e8e0)
  • server,cli: migrate external DATABASE_URL on lobu run + honor LOBU_DATA_DIR (#1154) (1d7d69f)
  • server,db: per-user pending oauth_account uniqueness + clean conflict errors (#1121) (8ec3a81)
  • server: clear field-missing errors on query_sdk/run_sdk (#1131) (5ef81b8)
  • server: repair connections.entity_ids schema drift for query_sql (#1157) (4081c0a)
  • watchers,feeds: guard id-less source queries and cross-org entity_ids (#1146) (f04469a)

Performance Improvements

  • auth: don't block signup on the welcome email (#1163) (21443c0)
  • web: critical-path XHR cuts + route code-splitting (#1135) (9c5a3ce)

Code Refactoring

  • cli: drop profile-cookie capture from browser-auth (#1114) (dea44b1)

This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This PR bumps the monorepo version from 10.2.0 to 11.0.0 across release manifests, Helm chart, root package, and workspace packages. CHANGELOG adds the v11.0.0 release notes with breaking changes, features, bug fixes, and performance/refactor items.

Changes

Version 11.0.0 Release

Layer / File(s) Summary
Release Notes
CHANGELOG.md
Introduces v11.0.0 section documenting breaking changes to lobu memory browser-auth (dedicated debug Chrome, removal of --chrome-profile and --launch-cdp), features, bug fixes, performance improvements, and refactoring notes.
Release manifest, root package, and Helm chart
.release-please-manifest.json, package.json, charts/lobu/Chart.yaml
Bump root-level version metadata from 10.2.0 to 11.0.0 in the release-please manifest, root package.json, and Helm Chart version/appVersion.
Workspace package versions
packages/agent-worker/package.json, packages/cli/package.json, packages/client/package.json, packages/connector-sdk/package.json, packages/connector-worker/package.json, packages/core/package.json, packages/embeddings/package.json, packages/openclaw-plugin/package.json, packages/pgvector-embedded/package.json, packages/promptfoo-provider/package.json
Update version fields to 11.0.0 across all workspace package manifests for consistent monorepo versioning.

Possibly Related PRs

  • lobu-ai/lobu#1001: Related release-please version bump touching .release-please-manifest.json, root package.json, charts/lobu/Chart.yaml, and CHANGELOG.md.
  • lobu-ai/lobu#1006: Another automated release bump updating the same set of version metadata files.
  • lobu-ai/lobu#863: Prior release-please bump that updated the release manifest, root package, and chart versions alongside a changelog entry.

Suggested Labels

autorelease: tagged

Estimated Code Review Effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

"🐰 I hopped through files with care,
Pushed versions up into the air,
Eleven rings the release bell,
Monorepo synced — all is well,
Tiny bump, a joyous hare!"

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The PR description is auto-generated by Release Please and includes detailed release notes with breaking changes, features, bug fixes, performance improvements, and code refactoring. However, it lacks the required custom context from the template (Summary, Test plan checklist, and Notes sections). Add custom PR context following the template: a brief Summary section explaining the purpose, mark the Test plan checklist items that were validated, and note any breaking changes or follow-ups in the Notes section.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change—a version bump release from 10.2.0 to 11.0.0—which is fully reflected in the changeset across all package manifests and documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

@buremba buremba force-pushed the release-please--branches--main branch 10 times, most recently from 042b256 to 5daf1d2 Compare May 28, 2026 19:10
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

@buremba buremba force-pushed the release-please--branches--main branch from 5daf1d2 to 97aac8a Compare May 28, 2026 20:16
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

@buremba buremba force-pushed the release-please--branches--main branch 5 times, most recently from ceb4088 to 7c8cd93 Compare May 28, 2026 23:03
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

@buremba buremba force-pushed the release-please--branches--main branch 7 times, most recently from 964358a to dce068c Compare May 29, 2026 04:24
@buremba buremba force-pushed the release-please--branches--main branch 10 times, most recently from fa08629 to 562785f Compare May 30, 2026 10:59
@buremba buremba force-pushed the release-please--branches--main branch from 562785f to 9fdca46 Compare May 30, 2026 11:25
@buremba buremba merged commit 1697061 into main May 30, 2026
23 checks passed
@buremba buremba deleted the release-please--branches--main branch May 30, 2026 20:28
@buremba
Copy link
Copy Markdown
Member Author

buremba commented May 30, 2026

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants