All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- SSL context configuration now correctly uses HTTP gem 5.x API
- Fixed
with_ssl_contextimplementation to work with HTTP::Options and HTTP::Client
- SSL verification configuration option (
ssl_verifyattribute) - Support for custom base URL configuration
- Comprehensive configuration documentation in README
- Default SSL verification is enabled (secure by default)
- Fetcher now respects
ssl_verifysetting when making HTTP requests
- Updated to Ruby 3.1+
- Loosened gem dependencies