CHANGELOG.md in good_job-3.12.4 vs CHANGELOG.md in good_job-3.12.5

- old
+ new

@@ -1,33 +1,45 @@ # Changelog +## [v3.12.5](https://github.com/bensheldon/good_job/tree/v3.12.5) (2023-02-24) + +[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.12.4...v3.12.5) + +**Fixed bugs:** + +- Fix I18n number formatting; other Dashboard development tweaks [\#862](https://github.com/bensheldon/good_job/pull/862) ([bensheldon](https://github.com/bensheldon)) + +**Merged pull requests:** + +- Update Development Dependencies. Use Ruby 3.2 and Rails 7.0 [\#865](https://github.com/bensheldon/good_job/pull/865) ([bensheldon](https://github.com/bensheldon)) + ## [v3.12.4](https://github.com/bensheldon/good_job/tree/v3.12.4) (2023-02-24) [Full Changelog](https://github.com/bensheldon/good_job/compare/v3.12.3...v3.12.4) +**Fixed bugs:** + +- Add serialize coder kwarg for Rails 7.1-alpha [\#864](https://github.com/bensheldon/good_job/pull/864) ([bensheldon](https://github.com/bensheldon)) + **Closed issues:** - Rails 7.1 - Serialized columns like a store now needs a `coder: JSON` [\#863](https://github.com/bensheldon/good_job/issues/863) - Does good\_job automatically retry on ActiveRecord::LockWaitTimeout? [\#860](https://github.com/bensheldon/good_job/issues/860) - race condition for batches callback [\#832](https://github.com/bensheldon/good_job/issues/832) -**Merged pull requests:** - -- Add serialize coder kwarg for Rails 7.1-alpha [\#864](https://github.com/bensheldon/good_job/pull/864) ([bensheldon](https://github.com/bensheldon)) - ## [v3.12.3](https://github.com/bensheldon/good_job/tree/v3.12.3) (2023-02-21) [Full Changelog](https://github.com/bensheldon/good_job/compare/v3.12.2...v3.12.3) +**Fixed bugs:** + +- Fix bug where notification check does not use configuration [\#857](https://github.com/bensheldon/good_job/pull/857) ([mitchellhenke](https://github.com/mitchellhenke)) +- Fix template for the update migrations 03 index \(\#851\) [\#852](https://github.com/bensheldon/good_job/pull/852) ([julienanne](https://github.com/julienanne)) + **Closed issues:** - \[Not Critical\] Too much space \(One\) in db/migrate/XXXXXX\_create\_index\_good\_jobs\_jobs\_on\_priority\_created\_at\_when\_unfinished.rb [\#851](https://github.com/bensheldon/good_job/issues/851) - Use timestamps with timezone when set as the default for postgresql. [\#668](https://github.com/bensheldon/good_job/issues/668) - -**Merged pull requests:** - -- Fix bug where notification check does not use configuration [\#857](https://github.com/bensheldon/good_job/pull/857) ([mitchellhenke](https://github.com/mitchellhenke)) -- Fix template for the update migrations 03 index \(\#851\) [\#852](https://github.com/bensheldon/good_job/pull/852) ([julienanne](https://github.com/julienanne)) ## [v3.12.2](https://github.com/bensheldon/good_job/tree/v3.12.2) (2023-02-16) [Full Changelog](https://github.com/bensheldon/good_job/compare/v3.12.1...v3.12.2)