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