2023.2 Series Release Notes¶
3.5.1¶
Bug Fixes¶
Removed unneeded attributes that could have been passed to the API when calling “listener create”, hsts_include_subdomains and hsts_preload were passed even when not used. It fixes an issue when using a recent python-octaviaclient release with older Octavia releases (without this HSTS feature).
3.5.0¶
New Features¶
Added support for HTTP Strict Transport Security (HSTS). This new feature can be enabled and configured during listener creation and update using the new
--hsts-max-age
option and the optional--hsts-include-subdomains
and--hsts-prefetch
options.