Koala v3.2.0 Release Notes

Release Date: 2022-05-27 // almost 2 years ago
  • 🆕 New features:

    • Exposes limiting headers(x-business-use-case-usage, x-ad-account-usage, x-app-usage) to APIError (#668)
    • Add rate_limit_hook configuration to get rate limiting headers (x-business-use-case-usage, x-ad-account-usage, x-app-usage) (#670)

    ✅ Testing improvements:

    • 🛠 Fix builds for ruby 3.x

Previous changes from v3.1.0

  • 🆕 New features:

    • 🔊 mask_tokens config (default: true) to mask tokens in logs

    ⚡️ Updated features:

    • 🌲 Log before and after sending request

    Internal improvements:

    • 🔒 Lock Faraday to < 2
    • 💎 Compatibility with ruby 3.x

    ✅ Testing improvements:

    • 👉 Use Github actions for CI
    • 👷 Run CI on latest rubies