Skip to content
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

Merged
merged 15 commits into from
Sep 20, 2024

Commits on Sep 10, 2024

  1. 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.
    gregor-rayman committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    da32326 View commit details
    Browse the repository at this point in the history
  2. 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.
    gregor-rayman committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f25d3d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8465f75 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    f981af8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Uses the snaphsot version 1.4.1+7-41892d53-SNAPSHOT of zio-schema, fo…

    …r the JsonCodec.Config.treatStreamsAsArrays
    gregor-rayman committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d3a926d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fce20f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    a52f6f6 View commit details
    Browse the repository at this point in the history
  2. Optimizations for request execution happy path (zio#3143)

    Optimize for request happy path
    kyri-petrou authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    46980fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    087ee94 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Fix zio#3103 Only last response is generated into Endpoint code (zio#…

    …3151)
    
    * gen: failing test: code is only generated for last response
    
    * Fix zio#3103 Only last response is generated into Endpoint code
    nafg authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    635603e View commit details
    Browse the repository at this point in the history
  2. 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.
    gregor-rayman committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    25a272d View commit details
    Browse the repository at this point in the history
  3. 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.
    gregor-rayman committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    05fd7c1 View commit details
    Browse the repository at this point in the history
  4. Uses the snaphsot version 1.4.1+7-41892d53-SNAPSHOT of zio-schema, fo…

    …r the JsonCodec.Config.treatStreamsAsArrays
    gregor-rayman committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a6ca02f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f778420 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47dd6d1 View commit details
    Browse the repository at this point in the history