-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes the default Endpoint.outStream[X] encoding to produce a JSON array #3122
Commits on Sep 10, 2024
-
Changes the default response encoding of
Endpoint.outStream[X]
for ……the MIME type `application/json` so that is produces a valid JSON array. Before it would simply produce concatenated JSON representations of the elements. For numeric `X` the response would not be parsable.
Configuration menu - View commit details
-
Copy full SHA for da32326 - Browse repository at this point
Copy the full SHA da32326View commit details -
The change to the default response encoding of `Endpoint.outStream[X]…
…` for the MIME type `application/json` to JSON array reflected in the generated OpenAPI.
Configuration menu - View commit details
-
Copy full SHA for f25d3d3 - Browse repository at this point
Copy the full SHA f25d3d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8465f75 - Browse repository at this point
Copy the full SHA 8465f75View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f981af8 - Browse repository at this point
Copy the full SHA f981af8View commit details
Commits on Sep 16, 2024
-
Uses the snaphsot version 1.4.1+7-41892d53-SNAPSHOT of zio-schema, fo…
…r the JsonCodec.Config.treatStreamsAsArrays
Configuration menu - View commit details
-
Copy full SHA for d3a926d - Browse repository at this point
Copy the full SHA d3a926dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fce20f - Browse repository at this point
Copy the full SHA 2fce20fView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a52f6f6 - Browse repository at this point
Copy the full SHA a52f6f6View commit details -
Optimizations for request execution happy path (zio#3143)
Optimize for request happy path
Configuration menu - View commit details
-
Copy full SHA for 46980fd - Browse repository at this point
Copy the full SHA 46980fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 087ee94 - Browse repository at this point
Copy the full SHA 087ee94View commit details
Commits on Sep 19, 2024
-
Fix zio#3103 Only last response is generated into Endpoint code (zio#…
Configuration menu - View commit details
-
Copy full SHA for 635603e - Browse repository at this point
Copy the full SHA 635603eView commit details -
Changes the default response encoding of
Endpoint.outStream[X]
for ……the MIME type `application/json` so that is produces a valid JSON array. Before it would simply produce concatenated JSON representations of the elements. For numeric `X` the response would not be parsable.
Configuration menu - View commit details
-
Copy full SHA for 25a272d - Browse repository at this point
Copy the full SHA 25a272dView commit details -
The change to the default response encoding of `Endpoint.outStream[X]…
…` for the MIME type `application/json` to JSON array reflected in the generated OpenAPI.
Configuration menu - View commit details
-
Copy full SHA for 05fd7c1 - Browse repository at this point
Copy the full SHA 05fd7c1View commit details -
Uses the snaphsot version 1.4.1+7-41892d53-SNAPSHOT of zio-schema, fo…
…r the JsonCodec.Config.treatStreamsAsArrays
Configuration menu - View commit details
-
Copy full SHA for a6ca02f - Browse repository at this point
Copy the full SHA a6ca02fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f778420 - Browse repository at this point
Copy the full SHA f778420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47dd6d1 - Browse repository at this point
Copy the full SHA 47dd6d1View commit details