Skip to content

Commit

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

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

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

**Fixed bugs:**

- Fix a rails 6.1 deprecation warning for the duration attribute [\#1408](https://github.com/bensheldon/good_job/pull/1408) ([Earlopain](https://github.com/Earlopain))
- Actually remove deprecated configuration for `cleanup_interval_seconds`, `cleanup_interval_jobs`; remove deprecated `Lockable` [\#1406](https://github.com/bensheldon/good_job/pull/1406) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- PG::UndefinedColumn: ERROR: column good\_job\_processes.lock\_type does not exist [\#1405](https://github.com/bensheldon/good_job/issues/1405)
- undefined method `duration=' for an instance of GoodJob::Execution [\#1404](https://github.com/bensheldon/good_job/issues/1404)
- v3 deprecations are still present [\#1399](https://github.com/bensheldon/good_job/issues/1399)

**Merged pull requests:**

- Fix Batch integration test to not exhaust database connection thread pool [\#1409](https://github.com/bensheldon/good_job/pull/1409) ([bensheldon](https://github.com/bensheldon))
- Discrete cleanup [\#1401](https://github.com/bensheldon/good_job/pull/1401) ([Earlopain](https://github.com/Earlopain))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.0.0...v4.0.1)
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.0.1)
good_job (4.0.2)
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.0.2.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cb16d80032efce5fa7317dc76fe071dcf06659220db6ea3e5c1e9487ec03f12f
1 change: 1 addition & 0 deletions checksums/good_job-4.0.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c2542d5568601aa09d3800e5afc435f9a49f8f06658ab975a70dcbeca8e75583b93a3ebe236131f35ffe92e15353282e454cb1e095ea86816108ddad263f5278
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.0.1'
VERSION = '4.0.2'

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

0 comments on commit 44d66b1

Please sign in to comment.