Skip to content

Releases: typelevel/fs2-grpc

v1.1.1

11 Apr 11:52
39665b0
Compare
Choose a tag to compare

Failed to publish.

v1.1.0

11 Apr 04:49
Compare
Choose a tag to compare

The release automation had a bug. Please proceed to v1.1.2.


fs2-grpc is now a Typelevel project!

Breaking changes

Artifact names

  • "org.lyranthe.fs2-grpc" % "sbt-java-gen" -> "org.typelevel" % "sbt-fs2-grpc"
  • "org.lyranthe.fs2-grpc" %% "java-gen" -> "org.typelevel" %% "fs2-grpc-codegen"
  • "org.lyranthe.fs2-grpc" %% "java-runtime" -> "org.typelevel" %% "fs2-grpc-runtime"

Package names

  • org.lyranthe.fs2_rpc.java_runtime -> fs2.grpc

Other breaking changes

  • #347: remove redundant fs2.grpc.implicits object. Use fs2.grpc.syntax.all._

Dependency updates

  • cats-effect-3.0.2

v0.10.2

10 Apr 20:58
Compare
Choose a tag to compare

Bugfixes

  • #343: handle exit case bug

v1.0.1

03 Apr 15:27
14134e8
Compare
Choose a tag to compare

Cross builds

  • Add Scala 3.0.0-RC2
  • Drop Scala 3.0.0-RC1

Dependencies

  • scalapb-0.11.1

v0.10.1

03 Apr 15:21
3f4058f
Compare
Choose a tag to compare

Dependencies

  • scalapb-0.11.1

v1.0.0

30 Mar 01:31
v1.0.0
55a203d
Compare
Choose a tag to compare

Dependency updates

  • fs2-3.0.0
  • sbt-protoc-1.0.2
  • scalapb-0.11.0

v0.10.0

30 Mar 01:04
v0.10.0
6890376
Compare
Choose a tag to compare

Dependency updates

  • scalapb-0.11.0

v0.9.1

30 Mar 00:56
v0.9.1
3ab3d26
Compare
Choose a tag to compare

Dependency updates

  • cats-effect-0.9.1
  • sbt-protoc-1.0.2

v1.0.0-M2

13 Mar 04:24
84a90d9
Compare
Choose a tag to compare
v1.0.0-M2 Pre-release
Pre-release

New crossbuilds

  • #309, #313: Adds Scala 3.0.0-RC1 support

Breaking changes

  • #314: rename handleCallError to handleExitCase and account for invoking cancel in case of successful exit when using stream client call listener.
  • #314: make ManagedChannelBuilderSyntax and ServerBuilderSyntax use explicit type params instead of [_].

Dependencies

  • cats-effect-3.0.0-RC2
  • fs2-3.0.0-M9
  • sbt-protoc-1.0.1
  • scalab-0.11.0-M7

v0.9.0

04 Mar 16:03
e65f1d1
Compare
Choose a tag to compare

Dependency upgrades:

  • fs2-2.5.3
  • cats-effect-2.3.3
  • sbt-protoc-1.0.1
  • scalapb-0.10.11

Now built with Scala 2.12.13 and 2.13.5.