Derek Victory
Derek Victory
Looks like @naorpeled started a draft but didn't finish
Did you switch from node18 to node20? in Node 19 they changed the keep alive default - https://nodejs.org/en/blog/announcements/v19-release-announce#https11-keepalive-by-default Leading to a number of issues: Some outlined here: https://github.com/nodejs/node/issues/47130 we see...
same here, need this regression fixed 👍
yep, we are on 20.2.2, and this is been a regression since 19.6.6+
with zod 4 I had to do this ```ts export const ZOD_4_TRANSFORMER: SchemaTransformerSync = ({ schema }) => { if (schema instanceof z.core.$ZodObject) { const jsonSchema = z.toJSONSchema(schema, { unrepresentable:...
It also doesn't swap variables for the the values, make the curl somewhat useless if you use them. ``` curl --request POST \ --url http://localhost:3000/foo \ --header 'content-type: application/json' \...
OTEL instrumentation support would be greatly appreciated, we need this too to trouble shoot performance