Skip to content

Commit 54b704f

Browse files
Update CHANGELOG.md
1 parent 6a65217 commit 54b704f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

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+
724
## 2.1.2 - 2021-06-05
825

926
**Fixed**

0 commit comments

Comments
 (0)