- Implement GraphQL batch loading to support 1000+ runs (bypasses 500-item limit)
- Add loading spinner for all data fetch operations within run summaries
- Auto-reload data when filters change (no manual refresh needed) (Run summaries)
- Add 2-week date range option and set as default (Run Summaries)
- Show scheduled date column for scheduled runs (displays "Not Set" if null) (Run Summaries)
- Update max items dropdown: 500, 1000, 1500, 2000 runs within run summaries
- Reset to "All" tab on init and refresh within run summaries.
- Disabled recipient IFS previews and recipient checkbox selection for users which do not have permissions to do so.
- Update NGINX with security patch for CVE-2025-58050
- When scheduling runs , a user will only be able to set a present/future date.
- Dark mode styling implemented within send-live component where it had previously been missing.
- Resolved GraphQL schema errors and null reference issues
- Add null-safe navigation in delivery report template for customer, run, and runRecipient fields
- Prevent "Cannot read properties of null" errors in report rendering
- Default date ranges across all reports will now all apply as intended.
- API implementation for secure keys and access tokens.