Skip to content

Commit b549335

Browse files
Version Packages
1 parent cbf25cb commit b549335

63 files changed

Lines changed: 328 additions & 72 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/encrypted-secrets-org-partition.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fuzzy-dragons-elicit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# executor
22

3+
## 1.5.36
4+
5+
### Patch Changes
6+
7+
- [#1462](https://github.com/UsefulSoftwareCo/executor/pull/1462) [`5a70675`](https://github.com/UsefulSoftwareCo/executor/commit/5a706756c66e53c9a929e9a8c30e57166b8d121b) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - **Fix: org OAuth connections on self-host worked only for whoever ran the consent**
8+
9+
The encrypted-secrets credential provider (the writable provider on the self-hosted and Cloudflare hosts) filed token rows under the _acting user's_ private partition instead of the credential's own owner. An org-owned OAuth connection whose consent completed in one member's browser session therefore resolved only for that member — every other principal failed with `oauth_connection_missing`, while the UI showed the connection healthy. The provider now partitions by the owner embedded in the item id (`oauth:org:…` → org-shared), matching the WorkOS Vault provider, and a boot-time data migration re-files rows already written wrong. The encrypted value itself was never affected.
10+
11+
- [#1459](https://github.com/UsefulSoftwareCo/executor/pull/1459) [`fc1e589`](https://github.com/UsefulSoftwareCo/executor/commit/fc1e589613a14750c2ca8c34838a71c758544c8d) Thanks [@wan0net](https://github.com/wan0net)! - Preserve `elicitation_mode=native` when creating self-hosted MCP sessions.
12+
13+
- Updated dependencies []:
14+
- @executor-js/sdk@1.5.36
15+
- @executor-js/runtime-quickjs@1.5.36
16+
- @executor-js/local@1.4.4
17+
- @executor-js/api@1.4.56
18+
319
## 1.5.35
420

521
### Patch Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "executor",
3-
"version": "1.5.35",
3+
"version": "1.5.36",
44
"private": true,
55
"bin": {
66
"executor": "./bin/executor.ts"

apps/cloud/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @executor-js/cloud
22

3+
## 1.4.54
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @executor-js/sdk@1.5.36
9+
- @executor-js/runtime-quickjs@1.5.36
10+
- @executor-js/execution@1.5.36
11+
- @executor-js/plugin-graphql@1.5.36
12+
- @executor-js/plugin-mcp@1.5.36
13+
- @executor-js/plugin-openapi@1.5.36
14+
- @executor-js/api@1.4.56
15+
- @executor-js/vite-plugin@0.0.53
16+
- @executor-js/cloudflare@0.0.35
17+
- @executor-js/host-mcp@1.4.4
18+
- @executor-js/runtime-dynamic-worker@1.4.4
19+
- @executor-js/plugin-apps@0.1.7
20+
- @executor-js/plugin-toolkits@1.5.28
21+
- @executor-js/plugin-workos-vault@0.0.2
22+
- @executor-js/react@1.4.56
23+
324
## 1.4.53
425

526
### Patch Changes

apps/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/cloud",
3-
"version": "1.4.53",
3+
"version": "1.4.54",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/desktop/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @executor-js/desktop
22

3+
## 1.5.36
4+
35
## 1.5.35
46

57
## 1.5.34

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/desktop",
3-
"version": "1.5.35",
3+
"version": "1.5.36",
44
"private": true,
55
"homepage": "https://github.com/UsefulSoftwareCo/executor",
66
"license": "MIT",

apps/host-selfhost/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @executor-js/host-selfhost
22

3+
## 0.0.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @executor-js/sdk@1.5.36
9+
- @executor-js/runtime-quickjs@1.5.36
10+
- @executor-js/execution@1.5.36
11+
- @executor-js/plugin-graphql@1.5.36
12+
- @executor-js/plugin-mcp@1.5.36
13+
- @executor-js/plugin-openapi@1.5.36
14+
- @executor-js/app@1.4.4
15+
- @executor-js/api@1.4.56
16+
- @executor-js/host-mcp@1.4.4
17+
- @executor-js/plugin-apps@0.1.7
18+
- @executor-js/plugin-encrypted-secrets@0.0.35
19+
- @executor-js/plugin-provider-service-split@0.0.7
20+
- @executor-js/plugin-toolkits@1.5.28
21+
- @executor-js/react@1.4.56
22+
323
## 0.0.34
424

525
### Patch Changes

apps/host-selfhost/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/host-selfhost",
3-
"version": "0.0.34",
3+
"version": "0.0.35",
44
"private": true,
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)