Koala v1.2.1 Release Notes

  • ๐Ÿ†• New methods:

    • RestAPI.set_app_properties handles JSON-encoding application properties

    โšก๏ธ Updated methods:

    • ๐Ÿ‘‰ OAuth.get_user_from_cookie works with the new signed cookie format (thanks, gmccreight!)
    • Beta server URLs are now correct
    • OAuth.parse_signed_request now raises an informative error if the signed_request is malformed

    Internal improvements:

    • Koala::Multipart middleware properly encoding nested parameters (hashes) in POSTs
    • โšก๏ธ Updated readme, changelog, etc.

    โœ… Testing improvements:

    • โœ… Live tests with test users now clean up all fake users they create
    • โœ‚ Removed duplicate test cases
    • โœ… Live tests with test users no longer delete each object they create, speeding things up