Releases: http4s/http4s-grpc
Releases · http4s/http4s-grpc
v0.0.4
Features
- Add
TypeMapper
forByteVector
by @armanbilge in #17
Updates
- Cats to 2.10.0
- Cats Effect to 3.5.2
- FS2 to 3.9.2
- http4s to 0.23.23
- Scala to 2.12.18, 2.13.12, 3.3.1
- Scala.js to 1.14.2
- Scala Native to 0.4.16
- ScalaPB to 0.11.14
New Contributors
- @davenverse-steward made their first contribution in #18
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Big Exciting Features!
- Comments on Services Automatically Become Scaladoc
- Significantly Improved Error Handling
What's Changed
- Handle status exceptions by @ChristopherDavenport in #10
- Grpc Status Management by @ChristopherDavenport in #11
- Mask Errors in Client Streaming by @ChristopherDavenport in #12
- Export http4s-grpc version from sbt plugin by @armanbilge in #13
- Generate scaladoc for services by @armanbilge in #14
- Update to 0.23.19-RC3 by @armanbilge in #16
Full Changelog: v0.0.2...v0.0.3
v0.0.2
This release is changing the behavior of how we generate method definitions. In 0.0.1 we used the scala method generated name rather than the method as specified in the protocols. This has been remedied.
What's Changed
- Update artifact coordinate in docs by @armanbilge in #7
- Use correct
methodName
in generated code by @armanbilge in #9
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial Public Release
- gRPC implementations on top of ember for both Client and Servers
- Code Generation (many thanks to everyone who has worked on fs2-grpc, we would have been totally lost without the work already done there)
- SBT Plugin to Automate Creation for users with minimal effort
We look forward to lots of feedback on what we can do better, what features we need that are missing, etc. We want to get this meeting folks needs, but that means we need to know what those needs are. 😄 Thank you for taking a look and trying this out!