You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2021. It is now read-only.
RELEASE: New version 2.0.0 of the models
In this release:
- updated go.mod file with updated dependencies and /v2 suffix
- upgraded go to 1.14
- upgraded swagger to 0.23.0
BUG/MINOR: validation: ease regex validations
Ease regex validation on backend_switching_rule to allow using
variables for backend name. Also remove regex check for cookie in
backend and defaults to allow adding extra cookie parameters.