Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 993 Bytes

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 993 Bytes

Changelog

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

Added

  • Set original file names for multipart Happi files

0.3.0 - 2018-02-23

Added

  • Ability to set token_type in configuration and pass this into FaradayMiddleware::OAuth2 to avoid faraday_middleware 0.11.0 warning about using the default token type. Set token_type: 'bearer' to only pass the oauth token as an Authorization header instead of both a header and query string parameter.
  • This CHANGELOG.