Koala v1.6 Release Notes

  • ๐Ÿ†• New methods:

    • โšก๏ธ RealtimeUpdates#validate_update to validate the signature of a Facebook call (thanks, gaffo!)

    โšก๏ธ Updated methods:

    • ๐Ÿ‘€ Graph API methods now accepts a post processing block, see readme for examples (thanks, wolframarnold!)

    Internal improvements:

    • Koala now returns more specific and useful error classes (thanks, archfear!)
    • ๐Ÿ“œ Switched URL parsing to addressable, which can handle unusual FB URLs (thanks, bnorton!)
    • ๐Ÿ›  Fixed Batch API bug that seems to have broken calls requiring post-processing
    • โฌ†๏ธ Bump Faraday requirement to 0.8 (thanks, jarthod!)
    • ๐Ÿ‘ Picture and video URLs now support unicode characters (thanks, jayeff!)

    โœ… Testing improvements:

    • โœ… Cleaned up some test suites (thanks, bnorton!)

    ๐Ÿ“š Documentation:

    • ๐Ÿ”„ Changelog is now markdown
    • Code highlighting in readme (thanks, sfate!)
    • โž• Added Graph API explorer link in readme (thanks, jch!)
    • โž• Added permissions example for OAuth (thanks, sebastiandeutsch!)