Skip to content

Releases: typelevel/fs2-grpc

v0.4.0-M5

04 Feb 21:31
v0.4.0-M5
0ff907e
Compare
Choose a tag to compare

Botched release. Identical to 0.4.0-M4. Please proceed to 0.4.0-M6.

v0.3.1

04 Feb 21:33
v0.3.1
Compare
Choose a tag to compare

Backport of #26 and #27 to a version that supports fs2-0.10.

v0.4.0-M4

04 Feb 21:30
v0.4.0-M4
0ff907e
Compare
Choose a tag to compare
  • #51 Add docs for passing protoc options
  • #52 Upgrade to ScalaPB-0.8.4

v0.4.0-M3

04 Feb 21:29
v0.4.0-M3
9f214a5
Compare
Choose a tag to compare
  • [#40] Add missing implicits import to server sample code
  • [#42] Add compression as a ServerCallOptions
  • Various patch dependency upgrades

v0.4.0-M2

30 Oct 11:51
v0.4.0-M2
915367b
Compare
Choose a tag to compare
v0.4.0-M2 Pre-release
Pre-release

Noteworthy changes since 0.4.0-M1:

Features

  • #4 client and server support for cats-effect cancellation

Important library updates

v0.4.0-M1

04 Feb 21:26
v0.4.0-M1
Compare
Choose a tag to compare
  • #26 Remove grpc-core dependency from SBT generator plugin
  • #27 Use grpcJavaVersion from scalapb, expose in SBT for fs2-grpc users
  • #28 Upgrade to ScalaPB-0.8.0
  • #31 fs2-1.0 support, including support for cats-effect typeclasses

Initial Release

02 Apr 18:31
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

First release of fs2-grpc.

This is an experimental release for demos/etc. while API development may continue on snapshots.
End-to-end functionality has been verified for all four request types (1-1, 1-many, many-1, many-many).