Skip to content

Commit

Permalink
Release good_job v3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Mar 24, 2024
1 parent f6d65af commit aed894f
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [v3.27.0](https://github.com/bensheldon/good_job/tree/v3.27.0) (2024-03-24)

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

**Implemented enhancements:**

- Add `enabled_by_default: false` as option for cron configuration [\#1289](https://github.com/bensheldon/good_job/pull/1289) ([bensheldon](https://github.com/bensheldon))
- Load metrics for job statuses asynchronously [\#1286](https://github.com/bensheldon/good_job/pull/1286) ([binarygit](https://github.com/binarygit))
- Implement throttling options in concurrency extension [\#1270](https://github.com/bensheldon/good_job/pull/1270) ([marckohlbrugge](https://github.com/marckohlbrugge))

**Fixed bugs:**

- fix\(ui-dropdown\): use dropdown-end on locales dropdown [\#1296](https://github.com/bensheldon/good_job/pull/1296) ([WailanTirajoh](https://github.com/WailanTirajoh))

**Closed issues:**

- Disabling probe [\#1290](https://github.com/bensheldon/good_job/issues/1290)
- Set an implicit order on models [\#1242](https://github.com/bensheldon/good_job/issues/1242)

**Merged pull requests:**

- docs\(readme\): remove double "using" [\#1295](https://github.com/bensheldon/good_job/pull/1295) ([WailanTirajoh](https://github.com/WailanTirajoh))
- Set an implicit order on models [\#1293](https://github.com/bensheldon/good_job/pull/1293) ([mec](https://github.com/mec))
- CI: install gems after loading cache, not before [\#1288](https://github.com/bensheldon/good_job/pull/1288) ([bensheldon](https://github.com/bensheldon))
- Ensure job execution Advisory Lock query uses bind parameters [\#1287](https://github.com/bensheldon/good_job/pull/1287) ([bensheldon](https://github.com/bensheldon))

## [v3.26.2](https://github.com/bensheldon/good_job/tree/v3.26.2) (2024-03-15)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.26.1...v3.26.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.26.2)
good_job (3.27.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.27.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
84f4bf1a44ef63fc5d3c418c61e02b14ad8981e7770eee7f49c00af3413163eb
1 change: 1 addition & 0 deletions checksums/good_job-3.27.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dee8f262fb1ab70713d3f62ad0abb44c70cb4d6c0e47b61760244f1bc8eabdf7fb9a2cec6830a435394a53fa8eeb6ea9e221bbeb3fe9c86df14512864313e366
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.26.2'
VERSION = '3.27.0'

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

0 comments on commit aed894f

Please sign in to comment.