You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,26 @@
1
1
# Release Notes for 1.x
2
2
3
-
## v1.0.0 (2017-04-09)
3
+
## [v1.0.2] (2018-07-20)
4
+
5
+
### Fixed
6
+
Fix: Jobs sometimes run until max tries hit without hitting laravel's queue failure method ([#3a25d14e](https://github.com/lukewaite/laravel-queue-aws-batch/commit/3a25d14e7cb3fb6c8d769d92ce0b93d08961ed3d))
7
+
8
+
## [v1.0.1] (2018-07-15)
9
+
10
+
### Fixed
11
+
* Correctly set the queue on construction of the BatchJob - fixes an issues where
12
+
failing jobs were written into the failed jobs table with the connection name as
13
+
the queue name. ([#2aa745b](https://github.com/lukewaite/laravel-queue-aws-batch/pull/29))
14
+
15
+
## [v1.0.0] (2017-04-09)
4
16
5
17
### Added
6
18
* Support for Laravel 5.2, and 5.3 ([#25](https://github.com/lukewaite/laravel-queue-aws-batch/pull/25))
* Correct sanitation of job names which previously blocked creation of class based batch jobs [#22](https://github.com/lukewaite/laravel-queue-aws-batch/pull/22)
* More complete test coverage ([#18](https://github.com/lukewaite/laravel-queue-aws-batch/pull/18), [#19](https://github.com/lukewaite/laravel-queue-aws-batch/pull/19))
0 commit comments