Skip to content

Commit

Permalink
Release good_job v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Nov 22, 2024
1 parent 27c2a6d commit 5f84659
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [v4.5.0](https://github.com/bensheldon/good_job/tree/v4.5.0) (2024-11-22)

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

**Implemented enhancements:**

- Add "Discard Cleaner" page to dashboard UI [\#1538](https://github.com/bensheldon/good_job/pull/1538) ([lucasfcunha](https://github.com/lucasfcunha))
- Add Process memory usage and fix process state update [\#1516](https://github.com/bensheldon/good_job/pull/1516) ([noma4i](https://github.com/noma4i))

**Fixed bugs:**

- Fix cron double-enqueue because delay close to 0.01 and possibly clock-drift [\#1543](https://github.com/bensheldon/good_job/pull/1543) ([ccouton](https://github.com/ccouton))
- Fix badge color for running jobs [\#1525](https://github.com/bensheldon/good_job/pull/1525) ([Wittiest](https://github.com/Wittiest))

**Closed issues:**

- Can't load Dashboard [\#1532](https://github.com/bensheldon/good_job/issues/1532)
- Should we clean up batches if discarded callback jobs exist? [\#1528](https://github.com/bensheldon/good_job/issues/1528)
- Modify error color for Running tab when a job has 1 attempt [\#1518](https://github.com/bensheldon/good_job/issues/1518)
- Silence development warning output [\#1509](https://github.com/bensheldon/good_job/issues/1509)
- Proposal - A better way of managing errors through the GoodJob UI [\#1464](https://github.com/bensheldon/good_job/issues/1464)

**Merged pull requests:**

- Ignore some warnings with the `warning` gem [\#1545](https://github.com/bensheldon/good_job/pull/1545) ([Earlopain](https://github.com/Earlopain))
- Remove unneeded include of pg\_locks in query when displaying jobs table [\#1541](https://github.com/bensheldon/good_job/pull/1541) ([jgrau](https://github.com/jgrau))
- Update development environment to Rails 8 [\#1539](https://github.com/bensheldon/good_job/pull/1539) ([bensheldon](https://github.com/bensheldon))
- Bump the bundler-dependencies group with 9 updates [\#1534](https://github.com/bensheldon/good_job/pull/1534) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump the bundler-lint group with 5 updates [\#1533](https://github.com/bensheldon/good_job/pull/1533) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump rexml from 3.3.8 to 3.3.9 [\#1530](https://github.com/bensheldon/good_job/pull/1530) ([dependabot[bot]](https://github.com/apps/dependabot))
- Deprecate GoodJob::Job\#recent\_error [\#1526](https://github.com/bensheldon/good_job/pull/1526) ([Wittiest](https://github.com/Wittiest))

## [v4.4.2](https://github.com/bensheldon/good_job/tree/v4.4.2) (2024-10-18)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.4.1...v4.4.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 (4.4.2)
good_job (4.5.0)
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.5.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b15aae79397526c953fad23e5f5d86952faf3af1ede21cf21b599ab0d222c298
1 change: 1 addition & 0 deletions checksums/good_job-4.5.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2df0ba92d03a9d9f771ce01b24bdb669fbd5c92d11968bdef5c43b518f18850d3ef27b5d02ccdc92e4c3c3226322808b91885481b1ea9c7081eb083aceb77033
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.4.2'
VERSION = '4.5.0'

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

0 comments on commit 5f84659

Please # to comment.