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.
0.4.0 - 2019-03-05
- Set original file names for multipart Happi files
0.3.0 - 2018-02-23
- Ability to set
token_type
in configuration and pass this intoFaradayMiddleware::OAuth2
to avoidfaraday_middleware
0.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.