# v1.0.3
## Fix
- Implement 5-minute cache to prevent duplicate Discord webhook notifications
## Refactor
## Style
- Reorganize DiscoHooksResource form layout and actions
- Simplify form schema and improve Discord embed preview layout and styling
- Change state variable access to use $get callable variable
- Update Discord embed preview component styling and layout
## Feature
- Custom embed and preview embed functionality
![]()
![]()
## Refactor
- Webhook delivery process reworked to use asynchronous job queue to prevent blocking main event flow.
## Fix
- Prevent Discord webhook timeouts from interrupting event processing.
## Improve
- Added timeout safeguard to webhook requests for better resilience on Discord API delays.
