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.
[Unreleased]
4.1.1 - 2021-11-17
Changed
-
Require MFA for releasing.
4.1.0 - 2020-04-19
Added
-
You can now run
humidifier upgrade, which will download the latest specs from AWS, so that you won’t need to upgrade this gem in order to do that. -
This gem will now ship with a default CLI that you can execute. If you execute that CLI and you have a custom one it will automatically switch to executing that one instead.
4.0.2 - 2019-12-11
Changed
-
Bump to CFN spec 10.0.0.
4.0.1 - 2019-11-14
Changed
-
Bump to CFN spec 8.0.0.
4.0.0 - 2019-09-17
Changed
-
Bump to CFN spec 6.1.0.
3.5.0 - 2019-07-25
Changed
-
Bump to CFN spec 4.3.0.
3.4.0 - 2019-06-18
Changed
-
Bump to CFN spec 3.4.0.
3.3.0 - 2019-05-25
Changed
-
Bump to CFN spec 3.3.0.
3.2.0 - 2019-05-08
Changed
-
Added some emoji to the CLI output.
3.1.0 - 2019-05-08
Added
-
The CLI functionality from the
humidifier-reservoirgem directly intohumidifier.
3.0.1 - 2019-05-08
Changed
-
Register dependencies with
add_dependencyso they get picked up by bundler.
3.0.0 - 2019-05-07
Added
-
The
fast_underscoredependency, which actually ended up being more accurate than our previous underscore method.
Changed
-
Updated the specs to
v3.0.0. -
Bumped the minimum ruby version to
2.4, which allows us to strip out some of the old code necessary to support the EOL’d versions. -
Humidifier::Utils::underscoredhas been moved and renamed, so it is nowHumidifier::underscore. TheHumidifier::Utils::underscorehas been moved directly into theStringclass because offast_underscore. -
Because of the removal of support for the other SDK versions, the test suite has been greatly simplified. We can now use the stub responses functionality from the AWS SDK itself.
-
The
Humidifier::Configurationclass has been renamed toHumidifier::Config. -
The
Humidifier::SdkPayloadclass has been removed and the functionality merged directly into theHumidifier::Stackclass.
Removed
-
Support for the other SDK versions has been dropped. Because of this,
humidifiernow ships withaws-sdk-cloudformationandaws-sdk-s3as dependencies. This also greatly simplifies the code. All of functionality that used to live in the shims for the various SDK versions has been merged into theHumidifer::Stackclass. -
Support for the
rawoption when importing resources. From now on, invalid types for properties always error as opposed to allowing some values to be converted. (#convertmethods on all of the props were therefore also removed.)
2.15.0 - 2018-11-28
Changed
-
Update to CloudFormation specs v2.15.0