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.
Converted to GitHub Actions for CI
Fixes incorrect release - tag and published gem back in sync
- Github actions to publish to Rubygems upon release
- Fix
patches:pending
rake task
3.6.1 changes were incorrectly published as 3.6.0 but tagged as 3.6.1
- Added
notification_prefix
andnotification_suffix
to configuration options - Linked to docs/usage.md in README
- Refactored
Patches::Notifier
Patches::Notifier.append_tenant_message
effectively replaced bytenant_suffix
- Enable application version constraint support on
Patches::TenantWorker
Patches::TenantWorker
application version constraint forward compatibility
- Application version constraints
- Added
Patches::Worker
extra parameters to support forward compatibility with the upcoming releases
- Gem compatibility with Apartment 2
- Set icon_emoji of posted slack message to 🐶
- Hipchat is no longer supported
- Corrected gem ownership and authors.
- Changelog
- Dockerfile and BuildKite pipeline config
- Added slack notification configurability