Skip to content

Instantly share code, notes, and snippets.

@hochgi
Last active June 13, 2021 17:11
Show Gist options
  • Save hochgi/fb8ffdb3babf590868728cd93d1cb257 to your computer and use it in GitHub Desktop.
Save hochgi/fb8ffdb3babf590868728cd93d1cb257 to your computer and use it in GitHub Desktop.
tapir 0.17.19 vs 0.18.0-M15
// before upgrade
endpoint.out(streamBody(AkkaStreams)(Schema(Schema.derived[JobResponse].schemaType), CodecFormat.Json()))
// after upgrade
endpoint.out(streamTextBody(AkkaStreams)(CodecFormat.Json()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment