Releases: bjowes/cypress-ntlm-auth
Releases · bjowes/cypress-ntlm-auth
v4.2.0
- Fix: Corrected parsing of encoding flags in NTLM header. Thanks @culling
v4.1.7
- Fix #254: Handle IPv6 loopback ::1 in NO_PROXY
- Improved error reporting on upstream proxy settings
v4.1.6
- Fix #253: Improved TypeScript typings, updated docs for typings
- Dependency bump
v4.1.5
- Fix #249: Corrected dependency versions
v4.1.4
- Fix #249: Custom status messages for other requests than NTLM handshake
- Dependency bump
v4.1.3
- Fix #241: Include cookies in auth request
- Dependency bump
v4.1.2
- Fix #225: Client socket reuse combined with switching protocols (http/https) caused an invalid agent to be used.
- Dependency bump
v4.1.1
- Fix #220: Updated readme to reflect current file names used by Cypress
- Added missing debug dependency
- Dependency bump
v4.1.0
- Update win-sso for improved Negotiate/Kerberos support
- Detect and reject invalid URL formats in environment variables
v4.0.5
- Dependency bump
- Update cypress in test suite, adapted to v10 and typescript