Releases: microsoftconnect/ms-intune-tunnel-sdk-ios
Releases · microsoftconnect/ms-intune-tunnel-sdk-ios
Release 1.0.10
Bug Fixes
Fixed crashes around cookie handling.
Fixed issue with cookie persistence.
Sleep and wake crash fixes.
Other Features
Improved logging.
Support of fopendir.
Release 1.0.9
Bug Fixes
Added a nonnull label to the tunnel headers for #14
Small bug fixes
API Changes (non-breaking)
- Version update for OpenSSL to 3.1.2
- Version update for Curl to 8.1
Release 1.0.8
Bug Fixes
- Fixed bug that was causing a crash in Edge when handling an authentication challenge.
- Quieted some noisy log messages
- Fixed bug where proxy auth challenge was being hit for proxy server cert validation
- Fixed bug where requests were blocked waiting on non-recursive mutex
- Fixed bug that was not clearing user cookies when user signs out
- Fixed bug that was bypassing authentication requests resulting in the wrong location being used for Conditional Access
- Fixed bugs in WebView bridge for handling multiple webviews
API Changes (non-breaking)
- Added Deinitialize to the API to handle any work that needs to be done at the time the tunnel connection is being reset
1.0.7
1.0.6
1.0.5
Minor Bug Fixes
Added a way to access connection specific values like split tunneling routes.
1.0.4
1.0.3
1.0.1
Bug Fixes
- Fixed issues with DNS cache.
- Fixed issues with readable streams.
- Fixed issues with telemetry timing.
- Fixed issues related to x509 Certificate SANs.
- Fixed issues related to Federated Authentication.
Breaking Changes
Renaming for the following:
- MicrosoftTunnelAPI -> MicrosoftTunnel
- mobileAccessInitializeWithDelegate -> microsoftTunnelInitializeWithDelegate
- MobileAccessStatus -> MicrosoftTunnelStatus
- MobileAccessError -> MicrosoftTunnelError
- mobileAccessInitialize -> microsoftTunnelInitialize
- TunnelMAMTestApp2 -> WebViewApp-Swift
Other Features
Updates to enterprise PKI operability.
Release 0.6.0
Bug Fixes
Fixed issues with split includes rules.
Fixed issues with background and foreground transitions.
Other Features
Updates to trusted root certificate functionality.