Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/calm-tools-report-failures.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/emit-return-content.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-google-photos-upload-path.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/handle-deno-stdin-failures.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/hosted-dns-guard-latency.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/native-select-dark-mode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/oauth-dead-grant-classification.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/openapi-query-object-serialization.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/prevent-provider-migration-row-loss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfhost-otlp-export.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/timeout-graphql-invocations.md

This file was deleted.

24 changes: 24 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# executor

## 1.5.38

### Patch Changes

- [#1417](https://github.com/UsefulSoftwareCo/executor/pull/1417) [`046d67d`](https://github.com/UsefulSoftwareCo/executor/commit/046d67d75c3a8bc4cf0ab9dc4e723bc26ff130a3) Thanks [@morluto](https://github.com/morluto)! - Show policy and OAuth app removal failures in the UI, and keep success-only state unchanged when those writes fail.

- [#1511](https://github.com/UsefulSoftwareCo/executor/pull/1511) [`7eb795d`](https://github.com/UsefulSoftwareCo/executor/commit/7eb795dda19c6177ad3bd590005eca1e326f760c) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - **Fix: `execute` scripts that both `emit()` output and `return` a value no longer lose the returned value in MCP clients that ignore `structuredContent` — the return value is now appended to the tool-result content after the emitted items**

- [#1418](https://github.com/UsefulSoftwareCo/executor/pull/1418) [`d3610e3`](https://github.com/UsefulSoftwareCo/executor/commit/d3610e386324891ccfde111e1ff519ec9218d30f) Thanks [@morluto](https://github.com/morluto)! - Return an execution error when a Deno subprocess closes stdin instead of emitting an unhandled write failure.

- [#1507](https://github.com/UsefulSoftwareCo/executor/pull/1507) [`541549a`](https://github.com/UsefulSoftwareCo/executor/commit/541549a5dd8806f45b1a01ea6f4fa18ac41f53b1) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - **Fix: OAuth refresh rejections with non-spec error bodies (e.g. Datadog) now surface as expired connections with a reconnect path, and definitively dead refresh tokens are no longer retried against the authorization server**

- [#1517](https://github.com/UsefulSoftwareCo/executor/pull/1517) [`59a6640`](https://github.com/UsefulSoftwareCo/executor/commit/59a6640e575c740d22e7804cdb67cd76efe8332b) Thanks [@kitze](https://github.com/kitze)! - **Fix: OpenAPI query parameters that use form-style exploded objects now serialize each object field as a query parameter.**

- [#1416](https://github.com/UsefulSoftwareCo/executor/pull/1416) [`f1b617c`](https://github.com/UsefulSoftwareCo/executor/commit/f1b617ce82475d4fe35be7a98c6bf9f468dbbd60) Thanks [@morluto](https://github.com/morluto)! - Prevent provider service migration row loss caused by generated ID conflicts.

- [#1420](https://github.com/UsefulSoftwareCo/executor/pull/1420) [`8c71744`](https://github.com/UsefulSoftwareCo/executor/commit/8c7174452fe05f32815950ed06f38516883a7c8f) Thanks [@morluto](https://github.com/morluto)! - Abort GraphQL tool calls that exceed the configured invocation timeout instead of waiting indefinitely for an upstream response.

- Updated dependencies [[`6a924dd`](https://github.com/UsefulSoftwareCo/executor/commit/6a924dd98de916d6ff8cea2329bf672f149b64f4)]:
- @executor-js/sdk@1.5.38
- @executor-js/local@1.4.4
- @executor-js/api@1.4.58
- @executor-js/runtime-quickjs@1.5.38

## 1.5.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "executor",
"version": "1.5.37",
"version": "1.5.38",
"private": true,
"bin": {
"executor": "./bin/executor.ts"
Expand Down
21 changes: 21 additions & 0 deletions apps/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @executor-js/cloud

## 1.4.56

### Patch Changes

- Updated dependencies [[`df01d91`](https://github.com/UsefulSoftwareCo/executor/commit/df01d9197e7b4fca9bd0adaca0705a80435e188c), [`6a924dd`](https://github.com/UsefulSoftwareCo/executor/commit/6a924dd98de916d6ff8cea2329bf672f149b64f4), [`1de85fc`](https://github.com/UsefulSoftwareCo/executor/commit/1de85fc0201c0c23c0e71e003c49228d406af6c8)]:
- @executor-js/plugin-openapi@1.5.38
- @executor-js/sdk@1.5.38
- @executor-js/react@1.4.58
- @executor-js/runtime-dynamic-worker@1.4.4
- @executor-js/api@1.4.58
- @executor-js/execution@1.5.38
- @executor-js/vite-plugin@0.0.55
- @executor-js/cloudflare@0.0.37
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.6
- @executor-js/plugin-graphql@1.5.38
- @executor-js/plugin-mcp@1.5.38
- @executor-js/plugin-toolkits@1.5.30
- @executor-js/plugin-workos-vault@0.0.2
- @executor-js/runtime-quickjs@1.5.38

## 1.4.55

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@executor-js/cloud",
"version": "1.4.55",
"version": "1.4.56",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @executor-js/desktop

## 1.5.38

## 1.5.37

## 1.5.36
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@executor-js/desktop",
"version": "1.5.37",
"version": "1.5.38",
"private": true,
"homepage": "https://github.com/UsefulSoftwareCo/executor",
"license": "MIT",
Expand Down
23 changes: 23 additions & 0 deletions apps/host-selfhost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @executor-js/host-selfhost

## 0.0.37

### Patch Changes

- [#1525](https://github.com/UsefulSoftwareCo/executor/pull/1525) [`c757e13`](https://github.com/UsefulSoftwareCo/executor/commit/c757e13fa5de3a0e49865f2198ee84788452c175) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Export self-host traces to an OpenTelemetry collector when `OTEL_EXPORTER_OTLP_ENDPOINT` is set, so a slow request can be read as a waterfall rather than a wall-clock number. Off by default; logs are a separate opt-in via `EXECUTOR_OTEL_EXPORT_LOGS`.

- Updated dependencies [[`df01d91`](https://github.com/UsefulSoftwareCo/executor/commit/df01d9197e7b4fca9bd0adaca0705a80435e188c), [`6a924dd`](https://github.com/UsefulSoftwareCo/executor/commit/6a924dd98de916d6ff8cea2329bf672f149b64f4), [`1de85fc`](https://github.com/UsefulSoftwareCo/executor/commit/1de85fc0201c0c23c0e71e003c49228d406af6c8)]:
- @executor-js/plugin-openapi@1.5.38
- @executor-js/sdk@1.5.38
- @executor-js/react@1.4.58
- @executor-js/plugin-provider-service-split@0.0.9
- @executor-js/app@1.4.4
- @executor-js/analytics@0.1.2
- @executor-js/api@1.4.58
- @executor-js/execution@1.5.38
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.6
- @executor-js/plugin-encrypted-secrets@0.0.37
- @executor-js/plugin-graphql@1.5.38
- @executor-js/plugin-mcp@1.5.38
- @executor-js/plugin-toolkits@1.5.30
- @executor-js/runtime-quickjs@1.5.38

## 0.0.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/host-selfhost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@executor-js/host-selfhost",
"version": "0.0.36",
"version": "0.0.37",
"private": true,
"type": "module",
"exports": {
Expand Down
Loading
Loading