Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Releases: microsoftgraph/msgraph-sdk-objc

GA

02 May 11:41
da7223e

Choose a tag to compare

After being in preview for few months now, we are making our library GA.

This release contains some new features as well:

  1. Page Iterator
  2. Large File Upload
  3. Authentication Handler options.

February update

01 Mar 10:10
9534cbe

Choose a tag to compare

February update Pre-release
Pre-release

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

07 Feb 10:00
900e40c

Choose a tag to compare

Pre-release

This release contains:

  1. Support for MacOS
  2. Support for distribution through Cocoapods

November 2018 Update

19 Nov 05:27
61c6622

Choose a tag to compare

November 2018 Update Pre-release
Pre-release

New Features -

  • Added Retry Handler
  • Added support for Batch Requests

Public Preview

24 Sep 06:35
58b0665

Choose a tag to compare

Public Preview Pre-release
Pre-release

Preview release for Microsoft Graph SDK for ObjC.

Library includes:

  1. Client Factory
  2. HTTPClient
  3. Middleware Support
  4. Middleware implementations for Authentication and Redirect
  5. Wrapper around NSURLSession and NSURLSessionTasks to handle network calls.
  6. Support for iOS9 and later. MacOS Support will be incorporated later.