CHANGELOG.md in good_job-1.9.2 vs CHANGELOG.md in good_job-1.9.3

- old
+ new

@@ -1,7 +1,20 @@ # Changelog +## [v1.9.3](https://github.com/bensheldon/good_job/tree/v1.9.3) (2021-05-10) + +[Full Changelog](https://github.com/bensheldon/good_job/compare/v1.9.2...v1.9.3) + +**Implemented enhancements:** + +- Add async\_server detection for extensions of rack handler [\#246](https://github.com/bensheldon/good_job/pull/246) ([bensheldon](https://github.com/bensheldon)) + +**Closed issues:** + +- Not processing unfinished jobs across server restarts using async\_server mode [\#244](https://github.com/bensheldon/good_job/issues/244) +- No connection pool for 'ActiveRecord::Base' found [\#236](https://github.com/bensheldon/good_job/issues/236) + ## [v1.9.2](https://github.com/bensheldon/good_job/tree/v1.9.2) (2021-05-10) [Full Changelog](https://github.com/bensheldon/good_job/compare/v1.9.1...v1.9.2) **Fixed bugs:** @@ -19,10 +32,10 @@ ## [v1.9.1](https://github.com/bensheldon/good_job/tree/v1.9.1) (2021-04-19) [Full Changelog](https://github.com/bensheldon/good_job/compare/v1.9.0...v1.9.1) -**Merged pull requests:** +**Implemented enhancements:** - Allow to specify parent class for active record [\#238](https://github.com/bensheldon/good_job/pull/238) ([morgoth](https://github.com/morgoth)) ## [v1.9.0](https://github.com/bensheldon/good_job/tree/v1.9.0) (2021-04-16)