File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments