Koala v1.10.0 Release Notes

  • ๐Ÿ†• New features:

    • ๐Ÿ‘ API versioning is now supported through global and per-options requests (Koala.config.api_version and the :api_version key specified as a per-request options)

    โšก๏ธ Updated features:

    • API calls won't modify argument hashes in place anymore (thanks, MSex!)
    • OAuth#dialog_url now uses https rather than http

    โœ… Testing improvements:

    • ๐Ÿ‘‰ Use the modern RSpec syntax (thanks, loganhasson!)

    ๐Ÿ“š Documentation improvements:

    • โฑ Properly document the timeout option (thanks, bachand!)
    • The gemspec now includes the license (thanks, coreyhaines!)