Skip to content

Commit

Permalink
Release good_job v3.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jan 23, 2024
1 parent c8c2dd2 commit 7f9df97
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 deletions.
36 changes: 35 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## [v3.23.0](https://github.com/bensheldon/good_job/tree/v3.23.0) (2024-01-23)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.22.0...v3.23.0)

**Implemented enhancements:**

- Add environment label to navbar [\#1206](https://github.com/bensheldon/good_job/pull/1206) ([sparshalc](https://github.com/sparshalc))
- Make health probe server more general purpose [\#1079](https://github.com/bensheldon/good_job/pull/1079) ([jklina](https://github.com/jklina))

**Fixed bugs:**

- Use Rails executor instead of reloader when wrapping inline execution [\#1225](https://github.com/bensheldon/good_job/pull/1225) ([bensheldon](https://github.com/bensheldon))
- Add an index to better support `smaller_number_is_higher_priority` [\#1213](https://github.com/bensheldon/good_job/pull/1213) ([mkrfowler](https://github.com/mkrfowler))
- Fix discard job with nonexistent job class [\#1211](https://github.com/bensheldon/good_job/pull/1211) ([yenshirak](https://github.com/yenshirak))
- Fix: Interacting with input field should pause the live poll [\#1210](https://github.com/bensheldon/good_job/pull/1210) ([sparshalc](https://github.com/sparshalc))

**Closed issues:**

- can't write unknown attribute `active_job_id` [\#1216](https://github.com/bensheldon/good_job/issues/1216)
- Regression: use of Rails reloader causing mixed constants during seeding [\#1215](https://github.com/bensheldon/good_job/issues/1215)
- Production worker doesn't show any processes [\#1214](https://github.com/bensheldon/good_job/issues/1214)
- Clarify required async mode DB pool size [\#1209](https://github.com/bensheldon/good_job/issues/1209)
- Mac forking exception when using Spring [\#1115](https://github.com/bensheldon/good_job/issues/1115)
- Jobs should have labels [\#1095](https://github.com/bensheldon/good_job/issues/1095)
- Set up Dependabot grouped updates [\#1062](https://github.com/bensheldon/good_job/issues/1062)
- Fix documentation to always include space in "Active Job", "Active Record", etc. [\#1048](https://github.com/bensheldon/good_job/issues/1048)

**Merged pull requests:**

- Bump actions/cache from 3 to 4 [\#1223](https://github.com/bensheldon/good_job/pull/1223) ([dependabot[bot]](https://github.com/apps/dependabot))
- Update README, add poll\_interval defaults/recommendations [\#1220](https://github.com/bensheldon/good_job/pull/1220) ([andynu](https://github.com/andynu))
- Update Russian translation [\#1219](https://github.com/bensheldon/good_job/pull/1219) ([alec-c4](https://github.com/alec-c4))
- Add Korean translation \(ko\) [\#1212](https://github.com/bensheldon/good_job/pull/1212) ([hahwul](https://github.com/hahwul))
- Fix default poll interval in documentation [\#1208](https://github.com/bensheldon/good_job/pull/1208) ([yenshirak](https://github.com/yenshirak))

## [v3.22.0](https://github.com/bensheldon/good_job/tree/v3.22.0) (2024-01-03)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.21.5...v3.22.0)
Expand Down Expand Up @@ -1603,7 +1638,6 @@
**Fixed bugs:**

- `ActionMailer::MailDeliveryJob` executing twice [\#329](https://github.com/bensheldon/good_job/issues/329)
- Email job breaks dashboard [\#313](https://github.com/bensheldon/good_job/issues/313)

**Closed issues:**

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 (3.22.0)
good_job (3.23.0)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand Down
1 change: 1 addition & 0 deletions checksums/good_job-3.23.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d73329b1e3883a827c3dc2da9f3ac4523075d5cd90ce3ef7b0c359d5769443e0
1 change: 1 addition & 0 deletions checksums/good_job-3.23.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
669abfe0c52e126e1f72f1c353bfdef6445ae3680e9a10463752e8c777aaef7b5743e78bc7a2a23393958f7dbbfc2a1915d1c6f3348a113f404cf703e546f7de
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 = '3.22.0'
VERSION = '3.23.0'

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

0 comments on commit 7f9df97

Please sign in to comment.