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.
- Updated all gem dependencies
- Set ruby version min to 3.2.0
- Adds support for Ruby 3.2
0.4.0 - 2019-03-05
- Set original file names for multipart Happi files
0.3.0 - 2018-02-23
- Ability to set
token_typein configuration and pass this intoFaradayMiddleware::OAuth2to avoidfaraday_middleware0.11.0 warning about using the default token type. Settoken_type: 'bearer'to only pass the oauth token as an Authorization header instead of both a header and query string parameter. - This CHANGELOG.