Releases: rdytech/patches
Releases · rdytech/patches
3.6.2 Update gem version
3.6.1 Fix patches:pending rake task and setup Github actions
3.6.0 Notification prefix and suffix overrides
What's Changed
- Add correct link to docs/usage.md by @footnoise in #29
- [AV-5333] Allow override of notification prefix and suffix by @schlick in #33
New Contributors
- @footnoise made their first contribution in #29
Full Changelog: 3.5.0...v3.6.0
3.5.0 Application version constraint support on TenantWorker
- #28 - Enable application version constraint support on TenantWorker
3.4.0 TenantWorker parameters
- #27 - TenantWorker forward compatibility with application version constraints
3.3.0 Application version check
Application version check
- #26 - Reschedules the Patches job in Sidekiq if it is picked by one of the old instances during rolling deployments.
3.2.0 Patches worker parameters
Patches worker parameters
- #25 - Add worker parameters to support forward compatibility with 3.3.0
3.1.0 Apartment 2
Upgrade to Apartment 2 causes Patches to Fail
- #24 - Change
#switch
method to work with apartment 2 keeping backward compatibility.
2.4.1 Slack
HipChat is dead. Adding Slack as a notification option
Support parallel running of tenant's patches
2.3.0 - Support parallel running of tenant's patches
Patches now support parallel running for tenants. It uses Sidekiq jobs for it so you must have use_sidekiq
enabled.
Added:
sidekiq_parallel
global configuration. When set totrue
, patches will enqueue one new job for each tenant.