Skip to content

Releases: rdytech/patches

3.6.2 Update gem version

10 Aug 01:55
Compare
Choose a tag to compare

What's Changed

Note: Release of 3.6.1 was published as 3.6.0.

Full Changelog: 3.6.1...3.6.2

3.6.1 Fix patches:pending rake task and setup Github actions

10 Aug 01:32
Compare
Choose a tag to compare

What's Changed

  • Fix listing of pending patches by @jhuizy in #32
  • Use Github actions to publish to rubygems by @schlick in #34

New Contributors

Full Changelog: 3.6.0...3.6.1

3.6.0 Notification prefix and suffix overrides

27 May 23:14
Compare
Choose a tag to compare

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

Full Changelog: 3.5.0...v3.6.0

3.5.0 Application version constraint support on TenantWorker

22 Jul 03:45
67748bf
Compare
Choose a tag to compare
  • #28 - Enable application version constraint support on TenantWorker

3.4.0 TenantWorker parameters

22 Jul 03:44
f20e018
Compare
Choose a tag to compare
  • #27 - TenantWorker forward compatibility with application version constraints

3.3.0 Application version check

20 Jul 06:24
0fc3b87
Compare
Choose a tag to compare

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

20 Jul 06:19
f44c285
Compare
Choose a tag to compare

Patches worker parameters

  • #25 - Add worker parameters to support forward compatibility with 3.3.0

3.1.0 Apartment 2

20 Jul 06:16
febf6fc
Compare
Choose a tag to compare

Upgrade to Apartment 2 causes Patches to Fail

  • #24 - Change #switch method to work with apartment 2 keeping backward compatibility.

2.4.1 Slack

19 Sep 00:00
20a4336
Compare
Choose a tag to compare

HipChat is dead. Adding Slack as a notification option

Support parallel running of tenant's patches

22 Mar 04:45
9d15774
Compare
Choose a tag to compare

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 to true, patches will enqueue one new job for each tenant.