This file is used to list changes made in each version of chef-handler-sns
.
- Fix end time message typo in body.erb (issue #8, thanks Hugo Lopes Tavares).
- Add
:message_structure
option support (issues #9 and #10, thanks Dmitry Averkiev). - Fix some Chef warnings.
- Fix some Ruby warnings.
- Update RuboCop to version
0.47
.
- Drop Ruby
< 2
support. - Update AWS SDK to version
2
.
- Improve wrong encoding support (issues #6 and #7, thanks Michael Hobbs).
- Limit subject and body size properly.
- Fix all RuboCop offenses.
- Document all the code.
- Update contact information and links after migration.
- Update chef links to use chef.io domain.
- README:
- Multiple fixes, improvements and added some examples.
- Split README file into multiple files.
- Add GitHub and License badges.
- Tests clean up.
- Fix assertion arguments order.
- Travis CI: Test against Ruby
2.2
and Chef12
. - Integrate tests with
should_not
gem.
- README:
- Added Method 2.2: LWRP inside OpsWorks (related to issue #4).
- Add a note in the method 2 about convergence phase (related to issue #3).
- Some capitals fixed.
- Added ohai credentials explanation (related to cookbook issue #1).
- filter_opsworks_activities documentation improved.
- Use shields.io badges.
- Contributing section completed.
- Fixed AWS::SNS::Errors::InvalidClientTokenId when using version 1.1.0 (issue #5, thanks Michael Hobbs for reporting and testing).
- Filter Notifications by Opsworks Activity (issue #2, thanks Florian Holzhauer)
- Replaced
right_aws
dependency withaws-sdk
gem.- Update the tests and the README.
- Add security tokens support.
- IAM roles support (issue #1, thanks Michael T. Halligan for reporting).
- Read AWS credentials from Ohai (IAM role) by default.
- Gemfile: add_development_dependency for Ruby 1.8 compatibility now checks ruby version.
- Travis: added Ruby 2.1 to the tests.
- LICENSE: brackets replaced by copyright owner.
- Added Coverall badge again.
- Multiple README improvements and fixes.
- Gemspec: added license.
A Bug fix release:
- Multiple fixes in the README examples.
- Removed coveralls link from the README, sends erroneus reports.
- Added
.coveralls.yml
file. - Removed the needless
require 'rubygems'
from the tests. - Added
simplecov
gem for coverage tests. - Force
mime-type
version to~> 1.0
to fix the tests on some cases (travis related). - Homepage changed to GitHub Pages.