Skip to content

Releases: openziti/xweb

v3.0.4

09 Mar 21:24
b2a9568

Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.0.4

Release v3.0.3

15 Jan 16:29
v3.0.3
9009f24

Choose a tag to compare

Release v3.0.3

v3.0.2

15 Jan 16:01
v3.0.2
1703f6c

Choose a tag to compare

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

24 Oct 19:46
6f65a0e

Choose a tag to compare

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

25 Jun 18:37
v2.3.4
40cb8c0

Choose a tag to compare

Release v2.3.4

Release v2.3.3

10 Jun 15:49
v2.3.3
1b479ec

Choose a tag to compare

Release v2.3.3

Release v2.3.2

01 May 13:58
v2.3.2
ce93789

Choose a tag to compare

Release v2.3.2

Release v2.3.1

07 Apr 13:18
e08efbd

Choose a tag to compare

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

28 Feb 17:13
3142575

Choose a tag to compare

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

06 Feb 20:24
ffa7cce

Choose a tag to compare

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