All Versions
10
Latest Version
Avg Release Cycle
132 days
Latest Release
3805 days ago

Changelog History

  • v1.2.2 Changes

    November 25, 2013
    • Show and Read instances for Term now use Haskell, not Erlang syntax. To get the Erlang-syntax-formatted terms, showTerm and parseTerm are now exposed.
  • v1.2.2.5 Changes

    April 05, 2016
    • ๐Ÿ›  Fix a list deserialization bug
    • Serialize small ints compactly
  • v1.2.2.4 Changes

    May 09, 2015

    ๐Ÿ›  Fix compatibility with GHC 7.10

  • v1.2.2.3 Changes

    November 14, 2014

    ๐Ÿ›  Fix compatibility with recent conduit.

  • v1.2.2.2 Changes

    April 12, 2014

    ๐Ÿ—„ Migrate from network-conduit (which is deprecated) to conduit-extra

  • v1.2.2.1 Changes

    February 18, 2014

    ๐Ÿ›  Fix build on GHC 7.4

  • v1.2.1 Changes

    November 08, 2013
    • ๐Ÿ›  Fix the docs
    • Export the Error data type
  • v1.2.1.2 Changes

    November 25, 2013
    • ๐Ÿ›  Fix Windows compatibility
  • v1.2.1.1 Changes

    November 18, 2013
    • ๐Ÿ›  Fix integer (de)serialization on 64-bit platforms
  • v1.2 Changes

    November 08, 2013
    • โฌ‡๏ธ Drop the bert command-line tool
    • โœ‚ Remove support for the (non-standard) bert:// URI
    • ๐Ÿ”„ Change the way transports are represented
    • Instead of fromURI or fromHostPort, you should now use tcpClient and tcpServer
    • ๐Ÿ‘ Both the client and the server now support persistent connections
    • 0๏ธโƒฃ The default TCP backlog is increased for the server