Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

65 lines (35 loc) · 2.88 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

[Unreleased]

[0.7.1] - 2023-01-05

Changed

  • Bump dependencies

[0.7.0] - 2021-11-27

Added

[0.6.0] - 2021-07-20

Added

  • Allow passing arbitrary options to the AWS S3 Client through the AWS provider. (#11, @tlatsas)

Fixed

  • Fix undefined method delegate for WebpackerUploader:Module when using the console script. (#13, @tlatsas)

[0.5.0] - 2021-07-12

Fixed

  • Change the way we pass the named profile option in the AWS provider. This allows the full resolution of credentials implemented in Aws::CredentialProviderChain to work for all kinds of role assumptions, profile extensions, etc. (#10, @eirc)

[0.4.0] - 2021-05-25

Changed

  • Logger is now part of the configuration object instead of a class attribute. (#9, @tlatsas)

[0.3.0] - 2021-03-06

Added

Changed

  • With the newly introduced configuration options, ignored file extension list is now empty by default. This means that every file type will be uploaded unless otherwise specified. (@tlatsas)

[0.2.1] - 2021-02-09

Added

[0.1.0] - 2020-10-01

Added