Skip to content

v0.9.0

Compare
Choose a tag to compare
@aknot242 aknot242 released this 26 Feb 05:26
· 124 commits to master since this release
  • now deletes an existing cookie if the traffic distribution value is set to 0 or 1
  • iRule is now in a Handlebars templated file rather inline in the js code
  • schema now validates distribution value range
  • when saving declaration, will no longer "re-shim" iRule into a virtual server that already has the iRule enabled
  • cookie expiration is now set to 20 minutes from issuance (was 1 day)
  • cookie value is now validated before pool assignment to ensure no other pool member can be specified by tampering with the cookie value
  • added logging to the iRule (default is off)
  • various bug fixes