Koala v1.5 Release Notes

  • ๐Ÿ†• New methods:

    • โž• Added Koala::Utils.logger to enable debugging (thanks, KentonWhite!)
    • Expose fb_error_message and fb_error_code directly in APIError

    โšก๏ธ Updated methods:

    • GraphCollection.parse_page_url now uses the URI library and can parse any address (thanks, bnorton!)

    Internal improvements:

    • โšก๏ธ Update MultiJson dependency to support the Oj library (thanks, eckz and zinenko!)
    • Loosened Faraday dependency (thanks, rewritten and romanbsd!)
    • ๐Ÿ›  Fixed typos (thanks, nathanbertram!)
    • Switched uses of put_object to the more semantically accurate put_connections
    • Cleaned up gemspec
    • ๐Ÿ– Handle invalid batch API responses better

    ๐Ÿ“š Documentation:

    • โž• Added HTTP Services description for Faraday 0.8/persistent connections (thanks, romanbsd!)
    • โœ‚ Remove documentation of the old pre-1.2 HTTP Service options