CHANGELOG.md in good_job-3.4.2 vs CHANGELOG.md in good_job-3.4.3

- old
+ new

@@ -1,7 +1,23 @@ # Changelog +## [v3.4.3](https://github.com/bensheldon/good_job/tree/v3.4.3) (2022-08-15) + +[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.4.2...v3.4.3) + +**Closed issues:** + +- How to run multiple workers? [\#699](https://github.com/bensheldon/good_job/issues/699) +- Getting Postgres Errors on killing development server after setting up Goodjob [\#692](https://github.com/bensheldon/good_job/issues/692) + +**Merged pull requests:** + +- Fix Project v2 GitHub Actions [\#701](https://github.com/bensheldon/good_job/pull/701) ([bensheldon](https://github.com/bensheldon)) +- Remove development dependencies: memory\_profiler, rbtrace, sigdump [\#700](https://github.com/bensheldon/good_job/pull/700) ([bensheldon](https://github.com/bensheldon)) +- Allow concurrency limits to be configured dynamically with lambda/proc [\#696](https://github.com/bensheldon/good_job/pull/696) ([baka-san](https://github.com/baka-san)) +- Add additional details to Concurrency Control explanation [\#695](https://github.com/bensheldon/good_job/pull/695) ([bensheldon](https://github.com/bensheldon)) + ## [v3.4.2](https://github.com/bensheldon/good_job/tree/v3.4.2) (2022-08-13) [Full Changelog](https://github.com/bensheldon/good_job/compare/v3.4.1...v3.4.2) **Fixed bugs:** @@ -16,10 +32,10 @@ - ActiveRecord::StatementInvalid: PG::ConnectionBad: PQsocket\(\) can't get socket descriptor every 30 minutes aprox. [\#579](https://github.com/bensheldon/good_job/issues/579) - Handle assets in dashboard when rails app is behind proxy path [\#424](https://github.com/bensheldon/good_job/issues/424) **Merged pull requests:** -- Enqueues jobs with I18n default locale [\#698](https://github.com/bensheldon/good_job/pull/698) ([esasse](https://github.com/esasse)) +- Enqueues Cron jobs with I18n default locale [\#698](https://github.com/bensheldon/good_job/pull/698) ([esasse](https://github.com/esasse)) ## [v3.4.1](https://github.com/bensheldon/good_job/tree/v3.4.1) (2022-08-06) [Full Changelog](https://github.com/bensheldon/good_job/compare/v3.4.0...v3.4.1)