v0.5.0-rc.4 #905
v0.5.0-rc.4
#905
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.5.0-rc.4 - 2024-11-05
Bug Fixes
(typegraph) Send rpc message in chunks in the TS typegraph client (#904)
to prevent reaching the line size limit for stdout. Note: we could not
reproduce the issue locally as it only occurs when using the published
package for Node.js.
clients.
meta gen
: pass the working directory on theworking_dir
param ofSerializeActionGenerator::new
.Migration notes
N/A
Speculative fix for `typegate_prisma_test.ts` (#898)
runtimes/prisma/prisma.py
typegraph.test-full
job when the test pipeline is runwith tmate enabled.
The flakeout of
typegate_prisma_test.ts
has proved difficult torecreate. Looking at the code and going from recent similar cases, I
suspect it happens due to the old code reusing the same pg schema for
multiple tests. Assigning special schemas for each tests should
hopefully help.
Migration notes
N/A
This discussion was created from the release v0.5.0-rc.4.
Beta Was this translation helpful? Give feedback.
All reactions