Skip to content

Commit

Permalink
Release good_job v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jan 27, 2023
1 parent 7ea696e commit 3503e5b
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 3 deletions.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,41 @@
# Changelog

## [v3.8.0](https://github.com/bensheldon/good_job/tree/v3.8.0) (2023-01-27)

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

**Implemented enhancements:**

- Capture and log ActiveJob IDs that are interrupted when Scheduler is forced to shutdown [\#794](https://github.com/bensheldon/good_job/pull/794) ([bensheldon](https://github.com/bensheldon))

**Fixed bugs:**

- Ensure Concurrency Keys are string-like and return a better error when they cannot be cast to a string [\#791](https://github.com/bensheldon/good_job/pull/791) ([Earlopain](https://github.com/Earlopain))

**Closed issues:**

- Work is not being picked up at the expected rate [\#802](https://github.com/bensheldon/good_job/issues/802)
- Cleaning up preserved jobs only removes a subset of the jobs [\#801](https://github.com/bensheldon/good_job/issues/801)
- Dashboard fails to execute JS on latest Firefox 108 [\#792](https://github.com/bensheldon/good_job/issues/792)
- Concurrency key doesn't handle Hash: TypeError \(can't cast Hash\) [\#784](https://github.com/bensheldon/good_job/issues/784)

**Merged pull requests:**

- Bump fugit from 1.8.0 to 1.8.1 [\#808](https://github.com/bensheldon/good_job/pull/808) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump rubocop-rspec from 2.17.1 to 2.18.1 [\#807](https://github.com/bensheldon/good_job/pull/807) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump globalid from 1.0.0 to 1.0.1 [\#804](https://github.com/bensheldon/good_job/pull/804) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump rack from 2.2.4 to 2.2.6.2 [\#803](https://github.com/bensheldon/good_job/pull/803) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump nokogiri from 1.13.10 to 1.14.0 [\#800](https://github.com/bensheldon/good_job/pull/800) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump rubocop from 1.42.0 to 1.43.0 [\#799](https://github.com/bensheldon/good_job/pull/799) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump rubocop-rspec from 2.16.0 to 2.17.1 [\#798](https://github.com/bensheldon/good_job/pull/798) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add French translation [\#795](https://github.com/bensheldon/good_job/pull/795) ([francois-ferrandis](https://github.com/francois-ferrandis))
- Bump rubocop-rails from 2.17.3 to 2.17.4 [\#780](https://github.com/bensheldon/good_job/pull/780) ([dependabot[bot]](https://github.com/apps/dependabot))

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

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

**Merged pull requests:**
**Fixed bugs:**

- Update to es-module-shims v1.6.3 and use an inline script entry-point; remove script.js entrypoint; remove sourcemap references [\#793](https://github.com/bensheldon/good_job/pull/793) ([bensheldon](https://github.com/bensheldon))

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
good_job (3.7.4)
good_job (3.8.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.8.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f9f64be56f2e675c4335ce748df562e11b9183bf17a85a9e2765e27fd62949c2
1 change: 1 addition & 0 deletions checksums/good_job-3.8.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f9a43a5d17fa38bc9631462a0cf48e8bd956d883d6b74c34a3dea1dd11d65b213d9397e31d449e6af7d629af11bb7d727046bd6bfe733c1c103ba725f993bba2
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module GoodJob
# GoodJob gem version.
VERSION = '3.7.4'
VERSION = '3.8.0'
end

0 comments on commit 3503e5b

Please sign in to comment.