Skip to content

Commit

Permalink
Release good_job v3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Apr 17, 2023
1 parent ec385cf commit 8dacdf5
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [v3.15.1](https://github.com/bensheldon/good_job/tree/v3.15.1) (2023-04-17)

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

**Implemented enhancements:**

- Support for Batches? [\#417](https://github.com/bensheldon/good_job/issues/417)

**Fixed bugs:**

- Fix setting of locale via routes `mount ... defaults: { locale: :en }` [\#923](https://github.com/bensheldon/good_job/pull/923) ([bensheldon](https://github.com/bensheldon))
- Set `successfully_enqueued?` when using `perform_all_later` [\#917](https://github.com/bensheldon/good_job/pull/917) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- GoodJob has pending database migrations after v2 -\> v3 [\#920](https://github.com/bensheldon/good_job/issues/920)
- Batch docs in README suggest `Batch#add` is a class method, but it's not [\#912](https://github.com/bensheldon/good_job/issues/912)
- How do I clear queue during tests? [\#887](https://github.com/bensheldon/good_job/issues/887)
- Implement batch functionality [\#691](https://github.com/bensheldon/good_job/issues/691)

**Merged pull requests:**

- In tests, directly use `connection.truncate_tables` instead of `ActiveRecord::Tasks::DatabaseTasks.truncate_all` [\#918](https://github.com/bensheldon/good_job/pull/918) ([bensheldon](https://github.com/bensheldon))
- Use `GoodJob.capsule` in CLI instead of creating a new Capsule [\#916](https://github.com/bensheldon/good_job/pull/916) ([bensheldon](https://github.com/bensheldon))
- Fix lint: missing fr and nl translations; readme whitespace [\#914](https://github.com/bensheldon/good_job/pull/914) ([bensheldon](https://github.com/bensheldon))
- Switches from Chrome to Chromium to support Apple M1/Arm CPUs [\#910](https://github.com/bensheldon/good_job/pull/910) ([ckdake](https://github.com/ckdake))
- Bump erb\_lint from 0.3.1 to 0.4.0 [\#906](https://github.com/bensheldon/good_job/pull/906) ([dependabot[bot]](https://github.com/apps/dependabot))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.14.2...v3.15.0)
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.15.0)
good_job (3.15.1)
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.15.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
19217e5ead7d06d2504076b0635f7f040812a11b0183b03c7f0b662e2bd6fb86
1 change: 1 addition & 0 deletions checksums/good_job-3.15.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0033a876abc18da8c0b2e4735ae10e17554dc8334a7118d3fb302bdd61542bbec89d7c171193d2883d7340091528637dff1a8f36a65e209321786d1c134ace7d
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.15.0'
VERSION = '3.15.1'
end

0 comments on commit 8dacdf5

Please sign in to comment.