All Versions
110
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v17.0.0 Changes

    • 🚀 Release for Scala 2.13.0, including internal API changes
    • ⬇️ Drop msgpack module - underlying lib is abandoned in GitHub.
    • ⬇️ Drop compatibility for 2.12 as collections are not compatible.
  • v16.0.0 Changes

    • ⬆️ upgrade some dependencies, drop compatibility for Scala 2.11
  • v15.1.0 Changes

    • 🏗 use Java 11 to build
    • ⬆️ upgrade some dependencies (including Argo)
  • v15.0.2 Changes

    • ⬆️ Upgrade to various dependencies, including Finagle to version 19.5.0. This has resulted in various API changes due to Finagle dropping the dependency on Netty v3 (now v4).
  • v14.22.0 Changes

    • ⬆️ Upgrade Finagle to version 18.8.0. H/T @fuCtor
  • v14.21.2 Changes

    • 🛠 Fix #46 - ETags should be wrapped in quotes.
  • v14.21.1 Changes

    • ⬆️ Upgrade Finagle to new version
  • v14.20.0 Changes

    • ⬆️ Upgrade Finagle to new version (with new versioning scheme)
  • v14.19.1 Changes

    • Replace combine method with andThen for clarity and consistency with the Filter API
  • v14.19.0 Changes

    • ⬆️ Upgrade to various libraries, including Finagle 7.0.0 \o/