Skip to content

Releases: microsoftgraph/msgraph-sdk-java

April 2018 Update

06 Jun 08:55

Choose a tag to compare

April 2018 Update Pre-release
Pre-release

New features

  • New Outlook functionality which includes an OutlookUser object, categories, coordinates, message rules, and working hours.
  • New OneNote functionality which includes a notebook's site collection.
  • Updates to Intune functionality.
  • Updated timezone information.
  • UserActivity - apps can push information to the user's timeline.

March Updates

16 Mar 17:42

Choose a tag to compare

March Updates Pre-release
Pre-release

New Features:

  • Intune API
  • Reporting API
  • EDU API

Bug Fixes:

  • Improved GraphServiceClient instantiation experience
  • build.gradle improvements
  • Support for Java 7

Public Preview

28 Feb 18:16

Choose a tag to compare

Public Preview Pre-release
Pre-release

Preview release of the Java SDK.

This library has been ported from the Android SDK. Major changes include:

  • Syntax changes such as changing getMe() to me(), caps-casing enums, and removing "m" prefixes
  • Reorganizing extensions and generated files into models and requests folders
  • Helper for sending custom requests
  • Porting of documentation to the wiki
  • Porting of Planner helpers from .NET
  • Improving generated Javadoc
  • Many bugfixes and enhancements, including improved additionalData serialization, correct derived type deserialization, and nobody response
  • Enhanced logger controls so you can see full HTTP responses
  • odata.type serialization to allow easier setting of this property
  • Generic type declaration