Skip to content

v1.18.0: PSS v2 (#151)

Compare
Choose a tag to compare
@0x4c6565 0x4c6565 released this 17 Jul 08:24
· 36 commits to master since this release
ae3500a

This release adds PSS v2 support

Breaking changes

  • Enum type has been refactored to use generics. Migration to new methods required
- ddosx.ParseACLGeoIPRulesMode(mode)
+ ddosx.ACLGeoIPRulesModeEnum.Parse(mode)