Releases: permutive-engineering/fs2-pubsub
Releases · permutive-engineering/fs2-pubsub
v0.14.0
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
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
Dependency updates:
Dependency |
Version |
fs2 |
1.0.5 |
http4s |
0.20.3 |
jsoniter |
0.50.1 |
gcp |
1.77.0 |
v0.12.0
Dependency updates:
- http4s 0.20.0
- jsoniter 0.46.2
- google-cloud 1.71.0
v0.9.0
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
Dependency updates:
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
New API:
- Introduce separate AsyncPubsubProducer #6
Improvements:
- Make HTTP consumer concurrent, make it configurable #7
v0.6.7
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