Skip to content

Releases: launchdarkly/go-ntlm-proxy-auth

v1.0.3

21 Nov 15:48
710788a

Choose a tag to compare

1.0.3 (2025-11-21)

Bug Fixes

  • Bump github.com/launchdarkly/go-ntlmssp from v1.0.2 -> v1.0.3 (#11) (004b5c9)
  • Bump golang.org/x/crypto from v0.36.0 -> v0.45.0 (#9) (c04c5b6)
  • Bump minimum go to 1.24 (#8) (359746b)

v1.0.2

27 Mar 19:42
b9d8fa6

Choose a tag to compare

1.0.2 (2025-03-27)

Bug Fixes

1.0.1

11 Jun 19:09

Choose a tag to compare

[1.0.1] - 2020-06-11

Added:

  • Added go.mod file so this package can now be consumed as a module. Since the major version is still 1 and it does not have any module-only dependencies, it can still be used by non-module projects as well.

1.0.0

11 Jun 19:00

Choose a tag to compare

[1.0.0] - 2019-07-16

Initial release of this fork. The only change from the upstream code is that its dependency on github.com/Azure/go-ntlmssp has been replaced with github.com/launchdarkly/go-ntlmssp(https://github.com/launchdarkly/go-ntlmssp).