All notable changes to filament-webhook-server
will be documented in this file.
- Fix models register by @a21ns1g4ts in #35
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.5...2.1.6
- Secure Global Observer Registration for Models by @a21ns1g4ts in #33
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.4...2.1.5
- Add pt translations by @a21ns1g4ts in #32
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.3...2.1.4
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #28
- Remove icon composer package by @Poseidon281 in #31
- @Poseidon281 made their first contribution in #31
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.2...2.1.3
- Update composer.json by @MarJose123 in #27
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.1...2.1.2
- Add webhook api feature by @0xCyyy3000 in #26
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.0...2.1.1
- Support multilevel models by @0xCyyy3000 in #25
- Laravel 11 Compatibility by @0xCyyy3000 in #24
- Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in #23
- @0xCyyy3000 made their first contribution in #25
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.0.1...2.1.0
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #17
- Bump actions/dependency-review-action from 3 to 4 by @dependabot in #18
- Added boolean cast for verifySsl by @soixt in #21
- @soixt made their first contribution in #21
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.0.0...2.0.1
- Bump actions/checkout from 3 to 4 by @dependabot in #13
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.2.2...2.0.0
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #11
- Update WebhookHistory.php by @MarJose123 in #12
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.2.1...1.2.2
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #7
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #8
- Add pages configurable by @a21ns1g4ts in #9
- @a21ns1g4ts made their first contribution in #9
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.2.0...1.2.1
- feat: add custom webhook payload and support to Laravel 10 by @jeffersonGlemos in #6
- @jeffersonGlemos made their first contribution in #6
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.1.0...1.2.0
- Update your Config file to this latest
return [
/*
* Models that you want to be part of the webhooks options
*/
'models' => [
\App\Models\User::class,
],
/*
*/
'polling' => '10s',
'webhook' => [
'keep_history' => false,
],
];
- Republish and run the migrations with:
php artisan vendor:publish --tag="filament-webhook-server-migrations"
php artisan migrate
to be able to add the new table
- Bump actions/dependency-review-action from 2 to 3 by @dependabot in #2
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #3
- Feat history log by @MarJose123 in #4
- @dependabot made their first contribution in #2
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.0.1...1.1.0
- dynamic carbon timezone and added updated_at on payload for summary by @MarJose123 in #1
- @MarJose123 made their first contribution in #1
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.0.0...1.0.1
- initial release