Koala v2.3.0 Release Notes

Release Date: 2016-04-10 // about 8 years ago
  • ⚡️ Updated features:

    • 👉 API#get_user_picture_data is now API#get_picture_data. The old method and API#get_picture both remain with deprecation warnings. (Thanks noahsilas for earlier work on this!)
    • Koala::Facebook::APIError now includes debug and trace info provided by Facebook in the headers (thanks, @elhu!)

    Internal Improvements:

    • Graph API error handling is now done via the GraphErrorChecker class

    ✅ Testing improvements:

    • ⬆️ Upgraded RSpec to 3.3.0
    • ✂ Removed pended specs that were no longer relevant
    • 👌 Improved https regex in test suite (thanks, lucaskds!)