We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6c876 commit 36cecdcCopy full SHA for 36cecdc
CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## 3.2.1 - 2022-09-02
8
+
9
+**Fixed**
10
11
+- Jobs were dispatched before a DB commit if `after_commit` or `afterCommit()` was used. This has now been corrected.
12
13
+**Added**
14
15
+- Request validation for the TaskHandler endpoint.
16
17
## 3.2.0 - 2022-08-13
18
19
**Added**
0 commit comments