Skip to content

Commit 1354046

Browse files
committed
prepare release 1.0.2
1 parent 3a25d14 commit 1354046

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
# Release Notes for 1.x
22

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)
416

517
### Added
618
* Support for Laravel 5.2, and 5.3 ([#25](https://github.com/lukewaite/laravel-queue-aws-batch/pull/25))
719

820
### Fixed
921
* Fix: Re-throw exception in command handler, don't explicitly `exit()` ([#5cc05a8](https://github.com/lukewaite/laravel-queue-aws-batch/commit/5cc05a88c497ade72b81916a16384bdb69107bd5))
1022

11-
## v0.2.1 (2017-04-07)
23+
## [v0.2.1] (2017-04-07)
1224

1325
### Fixed
1426
* 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)
@@ -23,3 +35,9 @@
2335
* `BatchQueue::release()` [#20](https://github.com/lukewaite/laravel-queue-aws-batch/pull/20)
2436
* `BatchJob::release()` [Diff](https://github.com/lukewaite/laravel-queue-aws-batch/pull/19/files#diff-fb4479932d3da5ac0014681d4beba72cR38)
2537
* 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))
38+
39+
[Unreleased]: https://github.com/lukewaite/logstash-input-cloudwatch-logs/compare/v1.0.2...HEAD
40+
[v1.0.1]: https://github.com/lukewaite/logstash-input-cloudwatch-logs/compare/v1.0.1...v1.0.2
41+
[v1.0.1]: https://github.com/lukewaite/logstash-input-cloudwatch-logs/compare/v1.0.0...v1.0.1
42+
[v1.0.0]: https://github.com/lukewaite/logstash-input-cloudwatch-logs/compare/v0.2.1...v1.0.0
43+
[v0.2.1]: https://github.com/lukewaite/logstash-input-cloudwatch-logs/compare/v0.2.0...v0.2.1

0 commit comments

Comments
 (0)