Koala v1.4 Release Notes

  • ๐Ÿ†• New methods:

    • OAuth#exchange_access_token(_info) allows you to extend access tokens you receive (thanks, etiennebarrie!)

    โšก๏ธ Updated methods:

    • HTTPServices#encode_params sorts parameters to aid in URL comparison (thanks, sholden!)
    • get_connections is now aliased as get_connection (use whichever makes sense to you)

    Internal improvements:

    • ๐Ÿ›  Fixed typos (thanks, brycethornton and jpemberthy!)
    • โšก๏ธ RealtimeUpdates will no longer execute challenge block unnecessarily (thanks, iainbeeston!)

    โœ… Testing improvements:

    • โž• Added parallel_tests to development gem file
    • ๐Ÿ›  Fixed failing live tests
    • โœ… Koala now tests against JRuby and Rubinius in 1.9 mode on Travis-CI