All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.
[0.7.1] - 2023-01-05
- Bump dependencies
[0.7.0] - 2021-11-27
- Support setting Cache-Control on uploaded files. (#16, @Dimitris24sta23)
[0.6.0] - 2021-07-20
- Fix undefined method delegate for WebpackerUploader:Module when using the console script. (#13, @tlatsas)
[0.5.0] - 2021-07-12
- 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
[0.3.0] - 2021-03-06
- Allow gem configuration. (@tlatsas)
- 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
- Make file exclusion list configurable. (#3, @estebanz01)
- Support prefixing remote S3 paths. (#2, @estebanz01)
- AWS provider: Add support for EC2 instance profile credentials. (#2, @estebanz01)
[0.1.0] - 2020-10-01
- Initial release. (@tlatsas)