v0.35.0
⚠️ Breaking Changes ⚠️
- Resource Manager:
ConnLimitPerCIDR
is now calledConnLimitPerSubnet
. The field previously named BitMask is now called PrefixLength. Apologies for the churn, but the old names were vague and confusing.
🔦 Highlights
- Resource Manager: Renames ConnLimitPerCIDR to ConnLimitPerSubnet
- Resource Manager: Able to provide connection limits for specific IP address blocks.
- By default we new allow unlimited connections from localhost. Should help fix tests that broke with the previous behavior of limiting to only 8 connections per IP address.
What's Changed
- rcmgr: Support specific network prefix in conn limiter by @MarcoPolo in #2807
Full Changelog: v0.34.1...v0.35.0