April 18, 2026
v2.8.0
IPv6 Full Coverage & Sub-user API Overhaul
This is the largest infrastructure update since Platform 2.0. Every product tier
now supports IPv6 endpoints natively, with full parity to IPv4 — including sticky sessions,
geo-targeting, and per-user accounting. Alongside this, the sub-user API has been versioned to v2
with cleaner resource modeling and batch operation support.
Release by the numbers
2.4M+
IPv6 IPs Added
18
New API Endpoints
<0.4ms
Routing Overhead
New
Native IPv6 endpoints on all product tiers
All products now expose a dual-stack endpoint. Clients can force IPv6
by appending
@ipv6
to the product string, or leave it unset for automatic selection.Sub-user API v2 — batch operations & cleaner resource model
Create, update, or suspend up to 500 sub-users in a single request. The
new
→ Migration guide from v1POST
/v2/sub-users/batch endpoint is idempotent and returns partial success
payloads.IPv6 geo-targeting with country + ASN filters
IPv6 pool now supports the same geo and ASN parameters as residential
IPv4. Specify
country=US&asn=AS15169
in the proxy auth string.Improvements
Dashboard sub-user table now loads 3× faster
Switched to cursor-based pagination and server-side filtering. Tables
with 100K+ sub-users now load in under 200ms on the first paint.
Reduced accounting microservice memory usage by ~40%
Rewrote the hot path in the accountant to use pooled byte buffers. Peak
RSS under 500M req/day dropped from 1.8GB to 1.1GB per instance.