Skip to content

Commit 767e701

Browse files
Version Packages (#388)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent af70c87 commit 767e701

3 files changed

Lines changed: 18 additions & 17 deletions

File tree

.changeset/graphql-delete-userdetails-migration.md

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

apps/graphql/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# graphql-mcp-server
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- af70c87: Add a `deleted_classes: ["UserDetails"]` Durable Object migration to the graphql server.
8+
9+
\#384 removed the `UserDetails` Durable Object (and its bindings) from every server, and added the
10+
required delete-class migration to the two servers that _own_ the class (`workers-observability`,
11+
`workers-builds`). The graphql worker's already-deployed version still depends on `UserDetails`, so
12+
`wrangler deploy` rejected the new version with `code: 10064` ("New version of script does not export
13+
class 'UserDetails' which is depended on by existing Durable Objects"), which aborted the staging and
14+
production deploys. Adding the delete-class migration lets graphql deploy and releases the binding that
15+
was blocking `workers-observability` from applying its own `deleted_classes` migration (`code: 10061`).
16+
17+
Validated on staging: graphql + observability deploy cleanly and the staging `UserDetails` namespace is
18+
removed.
19+
320
## 0.2.0
421

522
### Minor Changes

apps/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-mcp-server",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"scripts": {
66
"check:lint": "run-eslint-workers",

0 commit comments

Comments
 (0)