Skip to content

Commit

Permalink
Release good_job v3.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Sep 16, 2023
1 parent 284d671 commit 02ec990
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.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)

**Fixed bugs:**

- Allow Probe Server's `/connect` to handle a certain number of reconnects before statusing [\#1075](https://github.com/bensheldon/good_job/pull/1075) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- ActiveRecord::RecordNotUnique good\_jobs.id error in rspec test suite [\#1072](https://github.com/bensheldon/good_job/issues/1072)
- Probe failures on heavy usage of dashboard\(?\) [\#1068](https://github.com/bensheldon/good_job/issues/1068)

**Merged pull requests:**

- Bump actions/checkout from 3 to 4 [\#1070](https://github.com/bensheldon/good_job/pull/1070) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add Skylight for demo site; create distinct development, lint, demo, production Gemfile groups; a little bit of Rubocop [\#1069](https://github.com/bensheldon/good_job/pull/1069) ([bensheldon](https://github.com/bensheldon))
- Add JRuby 9.4 to testing matrix; nerf ActiveJob::TestQueueAdapter overrides [\#1067](https://github.com/bensheldon/good_job/pull/1067) ([bensheldon](https://github.com/bensheldon))
- Reorganize dependencies to make booting JRuby easier [\#1066](https://github.com/bensheldon/good_job/pull/1066) ([bensheldon](https://github.com/bensheldon))
- Slight refactoring to CronEntry [\#1063](https://github.com/bensheldon/good_job/pull/1063) ([bensheldon](https://github.com/bensheldon))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.18.1...v3.18.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 (3.18.2)
good_job (3.18.3)
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.18.3.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b9d31a68d9e7b1d1909aa985c2a449d3d444fd35d4024d1251dcb57cbfbdcedc
1 change: 1 addition & 0 deletions checksums/good_job-3.18.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b468f5fded278138f7e32f84406477bc40ec98894dbdeaf3400efc65f36508d49ddbfb535a1e946d5e43de812ac36db734106c79b0ec30625a0c4ce1ee904385
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.2'
VERSION = '3.18.3'

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

0 comments on commit 02ec990

Please sign in to comment.