- Drop Ruby 2.5, 2.6, 2.7, 3.0 and 3.1 support.
- Add Ruby 3.2, 3.3, 3.4 and 4.0 support.
- Improve README about middlewares order.
- Update Faraday dependency.
- Lock Faraday version more strict They're dropping Ruby versions in minor releases, and there can be other breaking changes.
- Update development dependencies.
- Resolve new RuboCop offenses.
- Improve CI config.
- Enable
faraday.response :parse_dates. - Clarify the case about
faraday.use.
- Initial release.