Koala v3.2.0 Release Notes
Release Date: 2022-05-27 // over 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
- Exposes limiting headers(
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