This repository was archived by the owner on Apr 18, 2023. It is now read-only.
Releases: microsoftgraph/msgraph-sdk-objc
Releases · microsoftgraph/msgraph-sdk-objc
GA
February update
Latest version includes -
- Middleware options for RetryHandler and RedirectHandler to control the behaviour of these middlewares.
- Additional method in HTTPClientFactory to create HTTPClient with a custom session configuration object.
- 3 additional sovereign cloud URL strings.
MacOS support and Cocoapods support
This release contains:
- Support for MacOS
- Support for distribution through Cocoapods
November 2018 Update
New Features -
- Added Retry Handler
- Added support for Batch Requests
Public Preview
Preview release for Microsoft Graph SDK for ObjC.
Library includes:
- Client Factory
- HTTPClient
- Middleware Support
- Middleware implementations for Authentication and Redirect
- Wrapper around NSURLSession and NSURLSessionTasks to handle network calls.
- Support for iOS9 and later. MacOS Support will be incorporated later.