Skip to content

Commit

Permalink
Release good_job v3.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Apr 24, 2024
1 parent 59b8c68 commit fbd1a5b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [v3.28.1](https://github.com/bensheldon/good_job/tree/v3.28.1) (2024-04-24)

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

**Fixed bugs:**

- Ensure job context does not leak into extensions when`perform_now` is called within another job [\#1336](https://github.com/bensheldon/good_job/pull/1336) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Executing perform\_now on a good\_job with GoodJobs::ActiveJobExtensions::Concurrency can run twice [\#1335](https://github.com/bensheldon/good_job/issues/1335)
- `erb_lint` doesn't lint all files [\#1329](https://github.com/bensheldon/good_job/issues/1329)
- Server hangs after \#1297 [\#1301](https://github.com/bensheldon/good_job/issues/1301)
- Figure out how to use bind parameters for time queries [\#1285](https://github.com/bensheldon/good_job/issues/1285)

**Merged pull requests:**

- Upgrade development / demo Ruby to v3.3.1 [\#1333](https://github.com/bensheldon/good_job/pull/1333) ([bensheldon](https://github.com/bensheldon))
- Exploratory testing for presence of scheduled\_at when enqueuing [\#1332](https://github.com/bensheldon/good_job/pull/1332) ([bensheldon](https://github.com/bensheldon))
- Run `erb_lint` against all the views and partials [\#1331](https://github.com/bensheldon/good_job/pull/1331) ([bensheldon](https://github.com/bensheldon))

## [v3.28.0](https://github.com/bensheldon/good_job/tree/v3.28.0) (2024-04-19)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.27.4...v3.28.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 (3.28.0)
good_job (3.28.1)
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.28.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
822d63e9933a9b37c82fb69840eaedf978b4735d79019c96e8af1d30cd5485ab
1 change: 1 addition & 0 deletions checksums/good_job-3.28.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d8b5ea6094a369fcd6992ff0f9971d7a6d43b69b9e63a93296cfcd419ac51c924311e15f406d11c52781101020bbf025dda36baf8c4ecac45241d5189769d71d
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.28.0'
VERSION = '3.28.1'

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

0 comments on commit fbd1a5b

Please sign in to comment.