Skip to content

Commit

Permalink
Release good_job v3.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Dec 10, 2023
1 parent 02b954e commit d06ed8e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [v3.21.3](https://github.com/bensheldon/good_job/tree/v3.21.3) (2023-12-10)

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

**Implemented enhancements:**

- Add `--idle-timeout` CLI option to create temporary processes that exit when inactive [\#1159](https://github.com/bensheldon/good_job/pull/1159) ([bensheldon](https://github.com/bensheldon))

**Fixed bugs:**

- Add correct paths to $LOAD\_PATH [\#1169](https://github.com/bensheldon/good_job/pull/1169) ([jklina](https://github.com/jklina))
- Recreate cron indexes to be conditional [\#1163](https://github.com/bensheldon/good_job/pull/1163) ([defkode](https://github.com/defkode))

**Closed issues:**

- Use partial indices for cron\_key? [\#1161](https://github.com/bensheldon/good_job/issues/1161)
- Mass Update Error [\#1157](https://github.com/bensheldon/good_job/issues/1157)
- v3 roadmap plan [\#705](https://github.com/bensheldon/good_job/issues/705)
- Allow customisation of the dashboard controller parent class [\#687](https://github.com/bensheldon/good_job/issues/687)

**Merged pull requests:**

- \[minor\] Use symbol form of index name [\#1171](https://github.com/bensheldon/good_job/pull/1171) ([andyatkinson](https://github.com/andyatkinson))
- Fix development schema.rb to include conditional index name change [\#1168](https://github.com/bensheldon/good_job/pull/1168) ([bensheldon](https://github.com/bensheldon))
- Create new conditional Cron indexes before dropping old indexes [\#1165](https://github.com/bensheldon/good_job/pull/1165) ([bensheldon](https://github.com/bensheldon))
- Fix test that references Rails logger for Rails 7.2a change [\#1160](https://github.com/bensheldon/good_job/pull/1160) ([bensheldon](https://github.com/bensheldon))

## [v3.21.2](https://github.com/bensheldon/good_job/tree/v3.21.2) (2023-11-24)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.21.1...v3.21.2)
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.21.2)
good_job (3.21.3)
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.21.3.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
43931fe4df964f3de83cba67b595266b180be43714d2bec0efe8bafd498f5d51
1 change: 1 addition & 0 deletions checksums/good_job-3.21.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6f03f7ac1a339093c19817be8ca6c194d046aa24ce3870064b4c1816ba9c6790ef6cc9a44917e0745bd47c949f8a933564d7f8704cc090613dcc947bf7e24142
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.21.2'
VERSION = '3.21.3'

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

0 comments on commit d06ed8e

Please sign in to comment.