diff --git a/CHANGELOG.md b/CHANGELOG.md index 805a3821..68d4ee3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ +- [2.3.0 \(2023-10-10\)](#230-2023-10-16) - [2.2.1 \(2023-04-28\)](#221-2023-04-28) - [2.2.0 \(2022-08-29\)](#220-2022-08-29) - [2.1.0 \(2022-08-25\)](#210-2022-08-25) @@ -57,6 +58,17 @@ +## 2.3.0 (2023-10-16) +- **Fixed**: + + Don't clear `ActiveRecord` connections when `run_synchronously` is enabled [#393](https://github.com/que-rb/que/pull/393) + +- **Changed** + + Improve performance of query used by `QueJob#by_job_class` for jobs wrapped by `ActiveJob` [#394](https://github.com/que-rb/que/pull/394) + +- **Added** + + Allow `que` to be started without listen/notify [#395](https://github.com/que-rb/que/pull/395) + + Support Rails 7.1+ [#403](https://github.com/que-rb/que/pull/403) + ## 2.2.1 (2023-04-28) - **Fixed**: