Skip to content

Commit 4fa0da0

Browse files
Version Packages
1 parent 10e16a5 commit 4fa0da0

68 files changed

Lines changed: 383 additions & 96 deletions

Some content is hidden

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

.changeset/connection-create-conflict.md

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

.changeset/health-verdict-revalidate.md

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

.changeset/olive-moons-shake.md

Lines changed: 0 additions & 10 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.6.4
4+
5+
### Patch Changes
6+
7+
- [#1477](https://github.com/UsefulSoftwareCo/executor/pull/1477) [`c0c7a0d`](https://github.com/UsefulSoftwareCo/executor/commit/c0c7a0db41623077ba8b7d09de5ef8ee8e6a99e3) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Stop exporting credential-bearing URLs in telemetry. Every query parameter
8+
value, URL fragment, and userinfo component is stripped from exported span
9+
URLs — no parameter name is trusted — on every exporter path: the cloud span
10+
processors, the self-host OTLP exporter, the browser client's OTLP exporter,
11+
and the forwarded browser trace batches. User-supplied MCP endpoints are
12+
sanitized before being stamped onto spans.
13+
- Updated dependencies [[`10e16a5`](https://github.com/UsefulSoftwareCo/executor/commit/10e16a5baa2648657b70038e7d11429c58e4d242), [`515d6aa`](https://github.com/UsefulSoftwareCo/executor/commit/515d6aa391a04a3579a7b10f974ec316a563cf7a)]:
14+
- @executor-js/sdk@1.6.4
15+
- @executor-js/local@1.6.4
16+
- @executor-js/api@1.4.67
17+
- @executor-js/runtime-quickjs@1.6.4
18+
319
## 1.6.3
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.6.3",
3+
"version": "1.6.4",
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.65
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`10e16a5`](https://github.com/UsefulSoftwareCo/executor/commit/10e16a5baa2648657b70038e7d11429c58e4d242), [`515d6aa`](https://github.com/UsefulSoftwareCo/executor/commit/515d6aa391a04a3579a7b10f974ec316a563cf7a)]:
8+
- @executor-js/sdk@1.6.4
9+
- @executor-js/api@1.4.67
10+
- @executor-js/execution@1.6.4
11+
- @executor-js/vite-plugin@0.0.64
12+
- @executor-js/cloudflare@0.0.46
13+
- @executor-js/host-mcp@1.4.4
14+
- @executor-js/mcp-apps-shell@1.4.15
15+
- @executor-js/runtime-dynamic-worker@1.4.4
16+
- @executor-js/plugin-graphql@1.6.4
17+
- @executor-js/plugin-mcp@1.6.4
18+
- @executor-js/plugin-openapi@1.6.4
19+
- @executor-js/plugin-toolkits@1.5.39
20+
- @executor-js/plugin-workos-vault@0.0.2
21+
- @executor-js/react@1.4.67
22+
- @executor-js/runtime-quickjs@1.6.4
23+
324
## 1.4.64
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.64",
3+
"version": "1.4.65",
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.6.4
4+
35
## 1.6.3
46

57
## 1.6.2

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.6.3",
3+
"version": "1.6.4",
44
"private": true,
55
"homepage": "https://github.com/UsefulSoftwareCo/executor",
66
"license": "MIT",

apps/host-selfhost/CHANGELOG.md

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

3+
## 0.0.46
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`10e16a5`](https://github.com/UsefulSoftwareCo/executor/commit/10e16a5baa2648657b70038e7d11429c58e4d242), [`515d6aa`](https://github.com/UsefulSoftwareCo/executor/commit/515d6aa391a04a3579a7b10f974ec316a563cf7a)]:
8+
- @executor-js/sdk@1.6.4
9+
- @executor-js/app@1.4.4
10+
- @executor-js/analytics@0.1.11
11+
- @executor-js/api@1.4.67
12+
- @executor-js/execution@1.6.4
13+
- @executor-js/host-mcp@1.4.4
14+
- @executor-js/mcp-apps-shell@1.4.15
15+
- @executor-js/plugin-encrypted-secrets@0.0.46
16+
- @executor-js/plugin-graphql@1.6.4
17+
- @executor-js/plugin-mcp@1.6.4
18+
- @executor-js/plugin-openapi@1.6.4
19+
- @executor-js/plugin-provider-service-split@0.0.18
20+
- @executor-js/plugin-toolkits@1.5.39
21+
- @executor-js/react@1.4.67
22+
- @executor-js/runtime-quickjs@1.6.4
23+
324
## 0.0.45
425

526
### Patch Changes

0 commit comments

Comments
 (0)