Skip to content

Commit

Permalink
Release good_job v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Oct 8, 2024
1 parent 20e2f94 commit 139375c
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [v4.4.0](https://github.com/bensheldon/good_job/tree/v4.4.0) (2024-10-08)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.3.0...v4.4.0)

**Fixed bugs:**

- fix: unable to use keyword args when including the `Labels` extension [\#1500](https://github.com/bensheldon/good_job/pull/1500) ([ElMassimo](https://github.com/ElMassimo))
- Fix GoodJob::Setting duplicate keys [\#1498](https://github.com/bensheldon/good_job/pull/1498) ([mohammednasser-32](https://github.com/mohammednasser-32))
- Allow `GoodJob::Job#retry_job`'s transaction to be joinable \(fix CI for current `rails-head`\) [\#1496](https://github.com/bensheldon/good_job/pull/1496) ([Earlopain](https://github.com/Earlopain))

**Closed issues:**

- Inline adapter doesn't retry jobs that throw a retryable error [\#1497](https://github.com/bensheldon/good_job/issues/1497)
- scheduled\_at not respecting given timezone [\#1491](https://github.com/bensheldon/good_job/issues/1491)
- Multiple same values in cron\_keys\_disabled, cron\_keys\_enabled in good\_job\_settings table [\#1490](https://github.com/bensheldon/good_job/issues/1490)
- Cron jobs can be missed if deploys are timed just right [\#1484](https://github.com/bensheldon/good_job/issues/1484)
- Configuring connection pool in external mode [\#1483](https://github.com/bensheldon/good_job/issues/1483)
- GoodJob Timezone Day Light Savings [\#1480](https://github.com/bensheldon/good_job/issues/1480)
- Unable to use labels with kwargs in job initializer [\#1350](https://github.com/bensheldon/good_job/issues/1350)

**Merged pull requests:**

- Bump puma from 6.4.2 to 6.4.3 [\#1492](https://github.com/bensheldon/good_job/pull/1492) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add `cron_graceful_restart_period` to avoid missing recurring jobs that occurred during deployment downtime [\#1488](https://github.com/bensheldon/good_job/pull/1488) ([bensheldon](https://github.com/bensheldon))

## [v4.3.0](https://github.com/bensheldon/good_job/tree/v4.3.0) (2024-09-14)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.2.1...v4.3.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
good_job (4.3.0)
good_job (4.4.0)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
Expand Down
1 change: 1 addition & 0 deletions checksums/good_job-4.4.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fd8c5fb35fdb025a52e7e95e24bb349fd3818dd6e9a71b7f74c72050356e7691
1 change: 1 addition & 0 deletions checksums/good_job-4.4.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8442c32c805f9109116e25d8090ac1f6364fac81b5cd8a8002e969268d4cac26efe1355dafce61b99a396d1aafdd4b6e22d6f2bc4a371bd1e87d89fe51a45f02
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module GoodJob
# GoodJob gem version.
VERSION = '4.3.0'
VERSION = '4.4.0'

# GoodJob version as Gem::Version object
GEM_VERSION = Gem::Version.new(VERSION)
Expand Down

0 comments on commit 139375c

Please sign in to comment.