Skip to content

Releases: permutive-engineering/fs2-pubsub

v0.14.0

20 Aug 08:46
Compare
Choose a tag to compare

This release temporarily drops Scala 2.13 support, since we need to update dependencies that do not yet have final releases for 2.13. We plan to reintroduce 2.13 in 0.15.0.

Dependency updates:

Dependency Version
cats 1.6.1
cats-effect 1.4.0
fs2 1.0.5
gcp 1.87.0
http4s 0.20.10
jsoniter 0.55.0
jwt 3.8.2
log4cats 0.3.0

v0.14.0-M1

31 Jul 09:01
Compare
Choose a tag to compare
v0.14.0-M1 Pre-release
Pre-release

This release introduces Scala 2.13 support.

Dependency updates:

Dependency Version
cats 2.0.0-M4
cats-effect 2.0.0-M4
fs2 1.1.0-M1
http4s 0.21.0-M2
jsoniter 0.52.2
log4cats 0.4.0-M2

v0.13.2

13 Jun 10:10
Compare
Choose a tag to compare

Dependency updates:

Dependency Version
fs2 1.0.5
http4s 0.20.3
jsoniter 0.50.1
gcp 1.77.0

v0.13.1

06 Jun 08:40
Compare
Choose a tag to compare
Set version to 0.13.1

v0.13.0

06 Jun 08:40
Compare
Choose a tag to compare
Set version to 0.13.0

v0.12.0

25 Apr 10:25
Compare
Choose a tag to compare

Dependency updates:

  • http4s 0.20.0
  • jsoniter 0.46.2
  • google-cloud 1.71.0

v0.9.0

21 Feb 15:19
Compare
Choose a tag to compare

Dependency updates:

  • http4s 0.20.0-M6
  • log4cats 0.3.0
  • jsoniter 0.41.0
  • google-cloud-pubsub 1.62.0
  • scalatest 3.0.5

v0.8.0

12 Feb 17:34
Compare
Choose a tag to compare

Dependency updates:

  • cats 1.6.0

Improvements:

  • Retry OAuth token refresh upon failure, configurable. #8
  • Add some standard typeclass instances #9 (by @TimWSpence)

Minor improvements:

  • Replace Stream.eval(f) >> Stream.empty with Stream.eval_(f)

v0.7.0

12 Feb 17:31
Compare
Choose a tag to compare

New API:

  • Introduce separate AsyncPubsubProducer #6

Improvements:

  • Make HTTP consumer concurrent, make it configurable #7

v0.6.7

28 Jan 17:34
Compare
Choose a tag to compare

Update dependencies:

  • jsoniter 0.39.0
  • cats-effect 1.2.0
  • fs2 1.0.3
  • java-jwt 3.6.0
  • google-cloud-pubsub 1.61.0

Bugfixes

  • #3 Fix links in README
  • #4 Replace bodyAsText to as[String]
  • #5 Fix double refresh on RefreshableRef creation