Skip to content

Commit

Permalink
CHANGELOG: Add entry for 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oeoeaio committed Oct 16, 2023
1 parent 59b0974 commit bcec606
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<!-- MarkdownTOC autolink=true -->

- [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)
Expand Down Expand Up @@ -57,6 +58,17 @@

<!-- /MarkdownTOC -->

## 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**:
Expand Down

0 comments on commit bcec606

Please sign in to comment.