Victoria Series Release Notes¶
11.0.2-13¶
Bug Fixes¶
Fixed an issue where new BIND9 pool instances may fail on zone update.
Fixed bug 2015762 which could cause managed records to occasionally fail to delete due to a race condition.
11.0.2¶
Bug Fixes¶
Fixed an issue that caused the recordset_records quota to not be enforced.
Fixes bug 1934252 which ignored invalid denylist patterns. The fix entailed checking the pattern string via a regular expression compiler and testing for zero length.
Previously you could create blacklist/denylist using string that cannot be used either as a regex or as a zone name, for example: patterns = [‘’,
'#(*&^%$%$#@$']
In addition, the server will return a 400 BadRequest response to an invalid pattern.
11.0.0¶
New Features¶
Allow the user to set resource quota to unlimited by assigning a negative value to the resource quota value.