Skip to content

Releases: microsoftconnect/ms-intune-tunnel-sdk-ios

Release 1.0.10

16 Oct 15:46
ee20f04
Compare
Choose a tag to compare

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

18 Sep 20:31
5c8806d
Compare
Choose a tag to compare

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

22 Aug 15:49
36a52cd
Compare
Choose a tag to compare

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

26 Jul 16:39
d8ea690
Compare
Choose a tag to compare

Bug Fixes

  • Critical bug fixes and logging for Ajax

Other Features

  • Core update to OpenSSL 3.1.1
  • Updates for XCode 15 compatibility.

1.0.6

23 Jun 23:06
7ebf246
Compare
Choose a tag to compare

Minor bug fixes

1.0.5

30 May 16:37
cb5e559
Compare
Choose a tag to compare

Minor Bug Fixes

Added a way to access connection specific values like split tunneling routes.

1.0.4

01 May 16:52
0731256
Compare
Choose a tag to compare

Bug Fixes

  • Updates to dependency versions.
  • Small bug fixes.

Other Features
App configuration features. 

  • PEM certificates are now supported.

1.0.3

16 Mar 17:00
f5dd408
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issues with TLS Client Certificate Authentication.
  • Fixed issues related to Federated Authentication.
  • Fixed issues not honoring custom trust validation logic.

Other Features
App configuration features. 

  • App configuration features. 

1.0.1

01 Mar 17:41
4f1609b
Compare
Choose a tag to compare

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

25 Jan 19:14
8118e9f
Compare
Choose a tag to compare
Release 0.6.0 Pre-release
Pre-release

Bug Fixes

Fixed issues with split includes rules.
Fixed issues with background and foreground transitions.

Other Features

Updates to trusted root certificate functionality.