- Added
BLOCKLISTS_WRITE_CHUNK_SIZEenvironment variable to configure the amount of IPs to send on each batch when adding or enabling a blocklist. Usenoneto send all the IPs in one batch. - All blocklists and allowlists endpoints are now behind
/api/v1/lists. The old routes are now marked as deprecated and will disappear on a future release. - Endpoints
POST /api/v1/blocklists/checkandPOST /api/v1/blocklists/check-domainare replaced withPOST /api/v1/lists/check-ipsandPOST /api/v1/lists/check-domain. The old endpoints are now marked as deprecated and will disappear on a future release.