Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 1.03 KB

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.6.0] - 2024-11-13

Added

  • Adds support for Ruby 3.2

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.