All notable changes to this project will be documented in this file.
Version format based on http://semver.org/
- Update dependencies.
- Removed Thor CLI version.
- Added automatic discovery of instance type. EC2 Vs ECS.
- Added automatic client side throttling to avoid Aws::SSM::Errors::ThrottlingException.
- Don't use .to_h as it is not available on jruby (puppetserver)
- Make return of parameters_by_path a hash with key : value and print it cleanly on cli
- Updated doc.
- Lower required Ruby version for smps gem.
- Split in 2 separate gems: smps and smps-cli.
- Change dependency on thor to 0.19.* to work with available native debian packages
- New cli executable based on thor
- Add http timeout to region get in helper script
- Add next_token handling for get_parameters_by_path
- Set @decrypt param to true by default
- Test script param for fetch by_path
- parameters_by_path method
- Update gem dependency specification
- Parameters for creating / writing SecureString
- Class structure improvement
- move optional requires into if block
- smps cli query script
- ...
- ...
- ...