All notable changes to laravel-mailcoach-sendgrid-feedback
will be documented in this file
- Support for Mailcoach v4
- Fix check on first message id of json payload
- Tag a Mailcoach v3 compatible release
- fix Laravel 8 support
- add support for Laravel 8
- Don't handle temporary bounces as permanent bounces
- Don't handle same sg_event_ids twice - (#10)
- Only handle payloads that are for the relevant subscriber - (#11)
- handle events without related send - fixes (#7)
- validate webhook event - fixes TypeError (#9)
- Use the configured app timezone for stored feedback
- fire
WebhookCallProcessedEvent
when processing webhook is complete
- fix time on feedback registration
- add ability to use a custom queue connection
- add support for Laravel 7 and Mailcoach v2
- initial release