Scalding v0.17.1 Release Notes
-
This version breaks backward compatibility with 0.17.0, don't use it, use 0.17.2 instead.
- ๐ Request for Scalding release 0.17.0: #1641
- ๐ make ordered serialization stable across compilations: #1664
- โ Remove unnecessary semicolon: #1668
- โ Add tailrec annotation: #1671
- Be more paranoid about Kryo registration order: #1673
- โก๏ธ Update sbt version to 0.13.15: #1677
- Register all Boxed classes in Kryo: #1678
- ๐ Fix serialization of KryoHadoop: #1685
- Merge pull request #1686 from ttim/cherry_pick_0.17.x_changes
- ๐ Fix stack overflow in typedPipeMonoid.zero: #1688
- ๐ A couple of fixes into the 0.17.x branch: #1695
- Memory estimator changes to 0.17.x branch: #1700