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.
- Fixed a bug that was causing the content not to be set in the request information.
- Added a content type parameter to the stream content method of request information.
- Added a try_add method for request headers
- Switched to std URI template
- Added a base request builder and request configuration class to reduce the amount of generated code.
- Bumped minimum required ruby version to 3.0.
- Added a method to convert abstract requests to native requests in the request adapter interface.
- Initial public release of the package.