Release Notes - v0.1.18
Core Functionality Improvements
Configuration Execution Order
- NEW: Users can now specify the exact order in which configurations run within a job
- Job configurations will execute in the precise sequence defined in the job setup
- Order is maintained throughout the entire job lifecycle, from database to execution
- Enhanced logging to verify configuration execution sequence

New Administrative Tools
Email Testing Tools
- Added a new admin interface for testing email delivery
- Test your SMTP configuration by sending test emails directly from the admin dashboard
- Customize recipient, subject, and message content
- Receive immediate feedback on email delivery success or failure
- View your current SMTP server configuration

Webhook Notification Testing
- New webhook testing interface allows administrators to verify webhook integrations
- Send test notifications to your webhook endpoints
- Configure webhook URL, secret tokens, and custom headers
- Option to use default test payload or create a custom payload
- View detailed response information including status code and full response body

Enhancements
- Adding more debug statements for troubleshooting issues. Must set LOG_LEVEL to debug.