Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-05-13 | 1.1 kB | |
v3.4.0 source code.tar.gz | 2021-05-13 | 825.3 kB | |
v3.4.0 source code.zip | 2021-05-13 | 2.1 MB | |
Totals: 3 Items | 3.0 MB | 0 |
The release is binary and source compatible with 3.x series, and was cross-built for the following Scala and ScalaJS versions:
- Scala
2.12
,2.13
and3.0
- Scala.js
1.5.1
WARN: we're dropping compatibility with Scala 2.11
and ScalaJS 0.6.x
. If you still need those you'll have to stay on version 3.3.0
.
Changes in this release:
- Dropped support for Scala
2.11
and Scala.js0.6.x
- Dependency updates:
- Cats
2.6.1
- Cats-Effect
2.5.1
- JCTools
3.3.0
- Adds support for Scala 3 (#1326, [#1327], [#1328], [#1329], [#1344], [#1323])
- Adds
Observable.whileBusyAggregateEvents
(#1320) - Fix tracing in
Coeval
andTask
via a more accurate filter (#1353) - Adds
Observable.throttleLatest
(#1396) - Implement pagination for
Observable
(#1381)
This release was made possible by the work and feedback of:
- Alexandru Nedelcu (@alexandru)
- Dominik Wosiński (@Wosin)
- Lars Hupel (@larsrh)
- Luke Stephenson (@lukestephenson)
- Oleg Pyzhcov (@oleg-py)
- Pau Alarcón (@paualarco)
- Piotr Gawryś (@Avasil)