Skip to content

Commit

Permalink
Release good_job v3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Sep 19, 2023
1 parent e597ad7 commit c71c3b3
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v3.19.0](https://github.com/bensheldon/good_job/tree/v3.19.0) (2023-09-19)

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

**Implemented enhancements:**

- "Force" discard jobs that are already running/runaway to prevent retry [\#1073](https://github.com/bensheldon/good_job/pull/1073) ([jgrau](https://github.com/jgrau))

**Closed issues:**

- Possible Memory Leak [\#1074](https://github.com/bensheldon/good_job/issues/1074)
- What's the best way to stop and discard a running job? [\#625](https://github.com/bensheldon/good_job/issues/625)

**Merged pull requests:**

- AdvisoryLockable: Abort record create if with\_advisory\_lock fails to acquire advisory lock [\#1078](https://github.com/bensheldon/good_job/pull/1078) ([bensheldon](https://github.com/bensheldon))
- Wrap all test background threads in Rails executors; better test logging/debugging [\#1077](https://github.com/bensheldon/good_job/pull/1077) ([bensheldon](https://github.com/bensheldon))

## [v3.18.3](https://github.com/bensheldon/good_job/tree/v3.18.3) (2023-09-16)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.18.2...v3.18.3)
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.18.3)
good_job (3.19.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.19.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5761557efb87ebcd6cf22b9b96301215b03c6dc3793d045d0e95c72d2b2edd30
1 change: 1 addition & 0 deletions checksums/good_job-3.19.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c927c1fad29cd4f355ddd28fa815b977418f47cc86cf279f1ccc491457fc179523d67650917192f7736edbe5b3ae88b2c0d9b32de5832ca2e1b8167e4f3706ca
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.18.3'
VERSION = '3.19.0'

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

0 comments on commit c71c3b3

Please sign in to comment.