Releases: openziti/xweb
Releases · openziti/xweb
v3.0.4
What's Changed
- Bump golang.org/x/crypto from 0.36.0 to 0.45.0 by @dependabot[bot] in #30
- for openziti/ziti#3626 add BindPointType discriminator to BindPoint by @andrewpmartinez in #34
Full Changelog: v3.0.3...v3.0.4
Release v3.0.3
Release v3.0.3
v3.0.2
What's Changed
- add support for and identity-driven bindPoint by @dovholuknf in #29
- watch each xweb identity instead of the default by @qrkourier in #33
Full Changelog: v2.3.4...v3.0.2
v3.0.0
Refactored/removed BindPointConfig. It was underlay-only focused. Replaced with BindPoint interface and added var BindPointListenerFactoryRegistry []BindPointListenerFactory Add BindPointListenerFactories as needed to the registry on initialization.
Release v2.3.4
Release v2.3.4
Release v2.3.3
Release v2.3.3
Release v2.3.2
Release v2.3.2
Release v2.3.1
Merge pull request #24 from openziti/fix.23.add.tls.config.mutators adds tls config mutators, splits run into build/start
Release v2.3.0
Allow adding additional validators to xweb configs (#22) * adds instance options - allows custom instance validation - moves all section options to instance options - moves default idetnity to instance options * remove validfor from xweb default validations, fix typo --------- Co-authored-by: Andrew Martinez <andrew.p.martinez@gmail.com>
Release v2.2.1
fix ValidFor when address should be valid (#20) * worked fine for failing addresses, but was a false positive for correct addresses * don't bother checking for nil per review