File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 2.2.0 - 2021-12-18
8
+
9
+ ** Fixed**
10
+
11
+ - Setting maxAttempts in Cloud Tasks to -1 now sets unlimited attempts. Previously it would only attempt once.
12
+ - When a job fails (maxAttempts reached or retryUntil/Max retry duration passed) it is now deleted.
13
+
14
+ ** Added**
15
+
16
+ - Added support for 'Max retry duration'
17
+
18
+ ## 2.1.3 - 2021-08-21
19
+
20
+ ** Fixed**
21
+
22
+ - Fix cache expiration condition [ #19 ] ( https://github.com/stackkit/laravel-google-cloud-tasks-queue/discussions/29#discussioncomment-1205080 )
23
+
7
24
## 2.1.2 - 2021-06-05
8
25
9
26
** Fixed**
You can’t perform that action at this time.
0 commit comments