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