[0.1.3] - 2026-05-15
Security
- Fix timing attack vulnerability in webhook signature verification by replacing
==with constant-time HMAC comparison - Fix atom table exhaustion vulnerability by replacing
String.to_atom/1withString.to_existing_atom/1on API response keys - Remove sensitive data leakage (response bodies, error internals) from error messages in HTTP client
- Fix undefined function calls in legacy
Requestmodule (Config.get_headers/0,Config.get_auth/0,Config.api_url/0)
[0.1.2] - 2026-02-09
Fixed
- Bug fix for OAuth function
- Cleaning redundant code
[0.1.1] - 2026-01-30
Added
- First release