Skip to content

Commit bcec606

Browse files
committed
CHANGELOG: Add entry for 2.3.0
1 parent 59b0974 commit bcec606

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<!-- MarkdownTOC autolink=true -->
44

5+
- [2.3.0 \(2023-10-10\)](#230-2023-10-16)
56
- [2.2.1 \(2023-04-28\)](#221-2023-04-28)
67
- [2.2.0 \(2022-08-29\)](#220-2022-08-29)
78
- [2.1.0 \(2022-08-25\)](#210-2022-08-25)
@@ -57,6 +58,17 @@
5758

5859
<!-- /MarkdownTOC -->
5960

61+
## 2.3.0 (2023-10-16)
62+
- **Fixed**:
63+
+ Don't clear `ActiveRecord` connections when `run_synchronously` is enabled [#393](https://github.com/que-rb/que/pull/393)
64+
65+
- **Changed**
66+
+ Improve performance of query used by `QueJob#by_job_class` for jobs wrapped by `ActiveJob` [#394](https://github.com/que-rb/que/pull/394)
67+
68+
- **Added**
69+
+ Allow `que` to be started without listen/notify [#395](https://github.com/que-rb/que/pull/395)
70+
+ Support Rails 7.1+ [#403](https://github.com/que-rb/que/pull/403)
71+
6072
## 2.2.1 (2023-04-28)
6173

6274
- **Fixed**:

0 commit comments

Comments
 (0)