Skip to content

Latest commit

 

History

History
77 lines (39 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

77 lines (39 loc) · 1.13 KB

Changelog

All notable changes to laravel-webhook-server will be documented in this file

1.9.1 - 2020-04-10

  • do not use body in GET request (#43)

1.9.0 - 2020-03-19

  • add doNotSign

1.8.1 - 2020-03-19

  • fix uuid

1.8.0 - 2020-03-18

  • add uuid

1.7.0 - 2020-03-05

  • add dispatchNow (#39)

1.6.0 - 2020-03-02

  • add support for Laravel 7

1.5.0 - 2019-12-08

  • drop support for PHP 7.3

1.4.0 - 2019-09-05

  • add error info to the dispatched event

1.3.1 - 2019-09-05

  • remove duplicate line

1.3.0 - 2019-09-04

  • do not release job on last attempt

1.2.0 - 2019-09-04

  • add getResponse

1.1.0 - 2019-09-04

  • Add Laravel 6 support

1.0.5 - 2019-07-24

  • avoid sending unsuccessfull event when the final try of a job succeeds

1.0.4 - 2019-06-22

  • remove constructor on WebhookCallFailedEvent so it inherits properties

1.0.3 - 2019-06-19

  • add ContentType header with value application/json by default

1.0.2 - 2019-06-16

  • move test-time to dev dependencies

1.0.1 - 2019-06-15

  • fixed method names

1.0.0 - 2019-06-15

contains bug, do not use

  • initial release