Skip to content

Conversation

@archestra-ci
Copy link
Contributor

@archestra-ci archestra-ci bot commented Feb 3, 2026

🤖 I have created a release beep boop

1.0.41 (2026-02-09)

Features

Bug Fixes

  • browser preview improvements (#2580) (6307b90)
  • consistent mcp session id (#2661) (97f18ce)
  • enable browser mcp (#2689) (e4c6307)
  • fix bulding arm platform image (#2638) (cf2065e)
  • fix cves (#2591) (580bca1)
  • fix mcp browser reinstall (#2660) (b17d764)
  • fix streamable default yaml generation (#2601) (16f055d)
  • fix subagents browser tabs isolation (#2653) (70950c6)
  • improve browser preview (#2585) (112e2e0)
  • improve browser preview4 (#2595) (d2acfbc)
  • increase stop count from 20 to 500 (#2624) (6b0320a)
  • polish advanced yaml configuration (#2598) (4edd98e)
  • prepend /v1 for Ollama OpenAI-compat proxy paths (#2617) (3e28b76)
  • prevent browser stream unsubscribe from killing in-flight chat t… (#2685) (a6d2a3e)
  • prevent tool policy dialog header from overflowing boundary (#2602) (8a6bddc)
  • rename Langgraph to LangChain in architecture diagram (#2632) (b36dbc7)
  • replace alert with sonner toast (#2572) (17e0e1b)
  • Revert "Revert "fix: sync CORS and trusted origins, improve origin error UX"" (#2668) (90a7f70)
  • running migrations when ext vault secret is used (#2633) (8bf7276)
  • set ARCHESTRA_ORCHESTRATOR_K8S_NODE_HOST and lint issue (#2694) (10c4b38)
  • surface real error instead of NoOutputGeneratedError in A2A delegation (#2686) (556d56f)
  • sync CORS and trusted origins, improve origin error UX (#2656) (c263876)
  • update Slack community invite link (#2667) (2234935)
  • use semver for version comparison to prevent false "new version" display (#2592) (e2ac086)
  • wait for secretmanager to init before run migration (#2678) (6d75487)

Dependencies

  • bump @anthropic-ai/sdk from 0.71.2 to 0.72.0 in /platform (#2622) (e854e20)
  • bump the platform-dependencies group across 1 directory with 33 updates (#2645) (434a0ee)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@London-Cat
Copy link
Collaborator

⚡ Rep: 1880 | PRs: 96✅/0🔄/4❌ | Activity: 0 issues, 50 comments | Core: No reactions

How is the score calculated? Read about it in the Reputation Bot repository

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

Playwright test results

failed  2 failed
passed  333 passed
flaky  4 flaky
skipped  8 skipped

Details

stats  347 tests across 41 suites
duration  12 minutes, 30 seconds
commit  4729647

Failed tests

webkit › ui/auth.spec.ts › Multi-user authentication › each user sees their own email in the sidebar
webkit › ui/invitation.spec.ts › Invitation functionality › shows error message when email is invalid

Flaky tests

api › api/llm-proxy/token-cost-limits.spec.ts › LLMProxy-TokenCostLimits-Zhipuai › blocks request when profile token cost limit is exceeded
chromium › ui/auth-origin.spec.ts › Origin error handling › login from localhost succeeds (baseline)
chromium › ui/auth-origin.spec.ts › Origin error handling › login from 127.0.0.1 succeeds
chromium › ui/chat.spec.ts › Chat-UI-anthropic › can send a message and receive a response from Anthropic

Skipped tests

credentials-with-vault › ui/credentials-with-vault.ee.spec.ts › Chat API Keys with Readonly Vault › should create a team scoped chat API key with vault secret
credentials-with-vault › ui/credentials-with-vault.ee.spec.ts › Chat API Keys with Readonly Vault › should create a personal scoped chat API key with vault secret
credentials-with-vault › ui/credentials-with-vault.ee.spec.ts › Test self-hosted MCP server with Readonly Vault › Test self-hosted MCP server with Vault - with prompt on installation
credentials-with-vault › ui/credentials-with-vault.ee.spec.ts › Test self-hosted MCP server with Readonly Vault › Test self-hosted MCP server with Vault - without prompt on installation
credentials-with-vault › ui/credentials-with-vault.ee.spec.ts › Then we create folder in Vault for Default Team and exemplary secret
credentials-with-vault › ui/credentials-with-vault.ee.spec.ts › Then we configure vault for Default Team
credentials-with-vault › ui/credentials-with-vault.ee.spec.ts › At the end of tests, we change secrets manager to DB because all other tests rely on it
webkit › ui/invitation.spec.ts › Invitation functionality › can generate invitation link and successfully sign up with it

@archestra-ci archestra-ci bot force-pushed the release-please--branches--main--components--platform branch 20 times, most recently from a821703 to ba2e2ec Compare February 6, 2026 14:35
@archestra-ci archestra-ci bot changed the title chore(main): release platform 1.0.38 chore(main): release platform 1.0.40 Feb 6, 2026
@archestra-ci archestra-ci bot force-pushed the release-please--branches--main--components--platform branch 4 times, most recently from ac26411 to d9c0053 Compare February 7, 2026 07:40
@archestra-ci archestra-ci bot force-pushed the release-please--branches--main--components--platform branch 10 times, most recently from d40f726 to e90cfd3 Compare February 9, 2026 12:24
@archestra-ci archestra-ci bot changed the title chore(main): release platform 1.0.40 chore(main): release platform 1.0.41 Feb 9, 2026
@archestra-ci archestra-ci bot force-pushed the release-please--branches--main--components--platform branch 3 times, most recently from 3eeddf6 to 8888832 Compare February 9, 2026 15:26
@Konstantinov-Innokentii Konstantinov-Innokentii added this pull request to the merge queue Feb 9, 2026
github-merge-queue bot pushed a commit that referenced this pull request Feb 9, 2026
🤖 I have created a release *beep* *boop*
---


##
[1.0.41](platform-v1.0.37...platform-v1.0.41)
(2026-02-09)


### Features

* add OAuth 2.1 authorization server for MCP Gateway
([#2639](#2639))
([7d170c1](7d170c1))
* implement prompt draft persistence
([#2131](#2131))
([7ba9963](7ba9963))
* MCP auth at tool call time
([#2662](#2662))
([c75c4f3](c75c4f3))
* select model and key per agent
([#2626](#2626))
([fb00f22](fb00f22))
* yaml advanced configuration
([#2584](#2584))
([c23061a](c23061a))


### Bug Fixes

* browser preview improvements
([#2580](#2580))
([6307b90](6307b90))
* consistent mcp session id
([#2661](#2661))
([97f18ce](97f18ce))
* fix bulding arm platform image
([#2638](#2638))
([cf2065e](cf2065e))
* fix cves
([#2591](#2591))
([580bca1](580bca1))
* fix mcp browser reinstall
([#2660](#2660))
([b17d764](b17d764))
* fix streamable default yaml generation
([#2601](#2601))
([16f055d](16f055d))
* fix subagents browser tabs isolation
([#2653](#2653))
([70950c6](70950c6))
* improve browser preview
([#2585](#2585))
([112e2e0](112e2e0))
* improve browser preview4
([#2595](#2595))
([d2acfbc](d2acfbc))
* increase stop count from 20 to 500
([#2624](#2624))
([6b0320a](6b0320a))
* polish advanced yaml configuration
([#2598](#2598))
([4edd98e](4edd98e))
* prepend /v1 for Ollama OpenAI-compat proxy paths
([#2617](#2617))
([3e28b76](3e28b76))
* prevent browser stream unsubscribe from killing in-flight chat t…
([#2685](#2685))
([a6d2a3e](a6d2a3e))
* prevent tool policy dialog header from overflowing boundary
([#2602](#2602))
([8a6bddc](8a6bddc))
* rename Langgraph to LangChain in architecture diagram
([#2632](#2632))
([b36dbc7](b36dbc7))
* replace alert with sonner toast
([#2572](#2572))
([17e0e1b](17e0e1b))
* Revert "Revert "fix: sync CORS and trusted origins, improve origin
error UX""
([#2668](#2668))
([90a7f70](90a7f70))
* running migrations when ext vault secret is used
([#2633](#2633))
([8bf7276](8bf7276))
* surface real error instead of NoOutputGeneratedError in A2A delegation
([#2686](#2686))
([556d56f](556d56f))
* sync CORS and trusted origins, improve origin error UX
([#2656](#2656))
([c263876](c263876))
* update Slack community invite link
([#2667](#2667))
([2234935](2234935))
* use semver for version comparison to prevent false "new version"
display ([#2592](#2592))
([e2ac086](e2ac086))
* wait for secretmanager to init before run migration
([#2678](#2678))
([6d75487](6d75487))


### Dependencies

* bump @anthropic-ai/sdk from 0.71.2 to 0.72.0 in /platform
([#2622](#2622))
([e854e20](e854e20))
* bump the platform-dependencies group across 1 directory with 33
updates ([#2645](#2645))
([434a0ee](434a0ee))


### Miscellaneous Chores

* add e2e tests for mcp deployment custom yaml
([#2614](#2614))
([0b0e1b9](0b0e1b9))
* **deps:** bump @modelcontextprotocol/sdk from 1.25.3 to 1.26.0 in
/platform/mcp_server_docker_image
([#2603](#2603))
([5b7053f](5b7053f))
* format displayed github repo star count
([#2596](#2596))
([ed5e2fe](ed5e2fe))
* **release:** bump version
([#2642](#2642))
([24fd48f](24fd48f))
* **release:** bump version
([#2679](#2679))
([cdc0138](cdc0138))
* simplify adding new LLM provider
([#2610](#2610))
([1055253](1055253))
* simplify MS Teams perms and update docs
([#2618](#2618))
([e96a6ed](e96a6ed))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: archestra-ci[bot] <222894074+archestra-ci[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@Konstantinov-Innokentii Konstantinov-Innokentii removed this pull request from the merge queue due to a manual request Feb 9, 2026
@Konstantinov-Innokentii Konstantinov-Innokentii added this pull request to the merge queue Feb 9, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 9, 2026
@Konstantinov-Innokentii Konstantinov-Innokentii added this pull request to the merge queue Feb 9, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 9, 2026
@archestra-ci archestra-ci bot force-pushed the release-please--branches--main--components--platform branch from 21250ed to 4729647 Compare February 9, 2026 18:00
@brojd brojd merged commit 55fa6b7 into main Feb 9, 2026
43 of 71 checks passed
@brojd brojd deleted the release-please--branches--main--components--platform branch February 9, 2026 18:05
@archestra-ci
Copy link
Contributor Author

archestra-ci bot commented Feb 9, 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.

3 participants