Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Jan 23, 2024
1 parent 265e88e commit 0970261
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ All relevant changes to `mateusjunges/laravel-kafka` will be documented here.
- Add after and before consuming callbacks by @mateusjunges and @ebrahimradi in [#192](https://github.com/mateusjunges/laravel-kafka/pull/192)
- Add simple events to kafka producer and consumers by @mateusjunges in [#193](https://github.com/mateusjunges/laravel-kafka/pull/193)
- Append throwable/exception info when sending a message to DLQ by @mateusjunges in [#194](https://github.com/mateusjunges/laravel-kafka/pull/194)
- Add the ability to assign partitions to a consumer by @mateusjunges in [#234](https://github.com/mateusjunges/laravel-kafka/pull/234)
- Add signal handler for `SIGINT` by @mateusjunges
- Add the ability to assign partitions to a consumer by @mateusjunges in [#234](https://github.com/mateusjunges/laravel-kafka/pull/234)

## [2024-01-09 v1.13.6](https://github.com/mateusjunges/laravel-kafka/compare/v1.13.6...v1.13.7)
## [2024-01-23 v1.13.9](https://github.com/mateusjunges/laravel-kafka/compare/v1.13.8...v1.13.9)
* Install a signal handler for SIGINT (cmd/ctrl + c) by @mateusjunges

## [2024-01-09 v1.13.8](https://github.com/mateusjunges/laravel-kafka/compare/v1.13.7...v1.13.8)
* Fix install issues when using laravel v1.13.x by @mateusjunges

## [2024-01-09 v1.13.7](https://github.com/mateusjunges/laravel-kafka/compare/v1.13.6...v1.13.7)
* Add timeout feature for consumers by @mihaileu in [#233](https://github.com/mateusjunges/laravel-kafka/pull/233)

## [2023-12-07 v1.13.6](https://github.com/mateusjunges/laravel-kafka/compare/v1.13.5...v1.13.6)
Expand Down

0 comments on commit 0970261

Please sign in to comment.