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
11 changes: 0 additions & 11 deletions .changeset/mac-updater-zip-symlinks.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/selfhost-auth-rate-limit.md

This file was deleted.

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

## 1.6.10

### Patch Changes

- [#2044](https://github.com/UsefulSoftwareCo/executor/pull/2044) [`004024b`](https://github.com/UsefulSoftwareCo/executor/commit/004024b453e9ba07317d2893f050a0d6dae6a67b) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Add `EXECUTOR_DISABLE_AUTH_RATE_LIMIT` to the self-host. Better Auth 1.6.17 and later enforce sign-in rate limits strictly in production, and with no trusted proxy header every caller shares one bucket of three sign-ins per ten seconds. The Docker release gate signs in from many test files at once and tripped it. The flag is off by default; the e2e harness sets it for the image it tests.

- Updated dependencies []:
- @executor-js/sdk@1.6.10
- @executor-js/runtime-quickjs@1.6.10
- @executor-js/local@1.6.10
- @executor-js/api@1.4.73

## 1.6.9

### 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.6.9",
"version": "1.6.10",
"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.71

### Patch Changes

- Updated dependencies []:
- @executor-js/sdk@1.6.10
- @executor-js/runtime-quickjs@1.6.10
- @executor-js/execution@1.6.10
- @executor-js/plugin-graphql@1.6.10
- @executor-js/plugin-mcp@1.6.10
- @executor-js/plugin-openapi@1.6.10
- @executor-js/api@1.4.73
- @executor-js/vite-plugin@0.0.70
- @executor-js/cloudflare@0.0.52
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.21
- @executor-js/runtime-dynamic-worker@1.4.4
- @executor-js/plugin-toolkits@1.5.45
- @executor-js/plugin-workos-vault@0.0.2
- @executor-js/react@1.4.73

## 1.4.70

### 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.70",
"version": "1.4.71",
"private": true,
"type": "module",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @executor-js/desktop

## 1.6.10

### Patch Changes

- [#2049](https://github.com/UsefulSoftwareCo/executor/pull/2049) [`dc0808d`](https://github.com/UsefulSoftwareCo/executor/commit/dc0808d5ca9716d73e4def9365f49d4c1afd4af9) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Fix macOS auto-update. The 1.6.9 update zip was built with a 7-Zip that
expanded the framework symlinks into copies, so the extracted app failed code
signing and Squirrel.Mac silently refused to install it; "Restart to update"
appeared to do nothing. electron-builder is bumped to a release that preserves
symlinks, the publish job now verifies the zip's signature before uploading,
and a rejected install surfaces as "Update failed" instead of leaving the card
untouched.

## 1.6.9

## 1.6.8
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.6.9",
"version": "1.6.10",
"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.52

### Patch Changes

- [#2044](https://github.com/UsefulSoftwareCo/executor/pull/2044) [`004024b`](https://github.com/UsefulSoftwareCo/executor/commit/004024b453e9ba07317d2893f050a0d6dae6a67b) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Add `EXECUTOR_DISABLE_AUTH_RATE_LIMIT` to the self-host. Better Auth 1.6.17 and later enforce sign-in rate limits strictly in production, and with no trusted proxy header every caller shares one bucket of three sign-ins per ten seconds. The Docker release gate signs in from many test files at once and tripped it. The flag is off by default; the e2e harness sets it for the image it tests.

- Updated dependencies []:
- @executor-js/sdk@1.6.10
- @executor-js/runtime-quickjs@1.6.10
- @executor-js/execution@1.6.10
- @executor-js/plugin-graphql@1.6.10
- @executor-js/plugin-mcp@1.6.10
- @executor-js/plugin-openapi@1.6.10
- @executor-js/app@1.4.4
- @executor-js/analytics@0.1.17
- @executor-js/api@1.4.73
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.21
- @executor-js/plugin-encrypted-secrets@0.0.52
- @executor-js/plugin-provider-service-split@0.0.24
- @executor-js/plugin-toolkits@1.5.45
- @executor-js/react@1.4.73

## 0.0.51

### 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.51",
"version": "0.0.52",
"private": true,
"type": "module",
"exports": {
Expand Down
27 changes: 27 additions & 0 deletions apps/local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @executor-js/local

## 1.6.10

### Patch Changes

- Updated dependencies []:
- @executor-js/sdk@1.6.10
- @executor-js/runtime-quickjs@1.6.10
- @executor-js/execution@1.6.10
- @executor-js/config@1.6.10
- @executor-js/plugin-file-secrets@1.6.10
- @executor-js/plugin-graphql@1.6.10
- @executor-js/plugin-keychain@1.6.10
- @executor-js/plugin-mcp@1.6.10
- @executor-js/plugin-onepassword@1.6.10
- @executor-js/plugin-openapi@1.6.10
- @executor-js/plugin-example@1.6.10
- @executor-js/plugin-desktop-settings@1.6.10
- @executor-js/app@1.4.4
- @executor-js/analytics@0.1.17
- @executor-js/api@1.4.73
- @executor-js/vite-plugin@0.0.70
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.21
- @executor-js/plugin-provider-service-split@0.0.24
- @executor-js/plugin-toolkits@1.5.45
- @executor-js/react@1.4.73

## 1.6.9

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