Skip to content

Releases: microsoftgraph/msgraph-sdk-java

November 2018 Update

Choose a tag to compare

@deepak2016 deepak2016 released this 12 Nov 10:09
aad845b

Added license file
Refactored gradle tasks
Added convenience method to get response message from exception object

Java GA - September 2018

Choose a tag to compare

@deepak2016 deepak2016 released this 21 Sep 06:56
  1. Memory requirement to build SDK brought down to 2GB
  2. Multipart requests with correct encoding

New Features:

  1. Support the new Security Alerts API
  2. Updates to the Intune API
  3. Insights functionality updated for the user entity
  4. MailTips are now enabled
  5. Update to the subscription entity and additional documentation comments.

Bug fixes:

  1. Fixed graph error response deserialization
  2. Fixed additional data deserialization
  3. Fixed Type hiding
  4. Added ability to shutdown default background executor
  5. Added convenience method to get HTTP status response code in GraphServiceException
  6. Fixed Invalid URL with returned delta token
  7. Fixed function option token getting incorrectly appended to drive delta next link
  8. Fixed HashMapChildAnnotationData failing test
  9. Added gradle task to publish binaries to maven central

April 2018 Update

April 2018 Update Pre-release
Pre-release

Choose a tag to compare

@MIchaelMainer MIchaelMainer released this 06 Jun 08:55

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

March Updates Pre-release
Pre-release

Choose a tag to compare

@caitlinrussell caitlinrussell released this 16 Mar 17:42

New Features:

  • Intune API
  • Reporting API
  • EDU API

Bug Fixes:

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

Public Preview

Public Preview Pre-release
Pre-release

Choose a tag to compare

@caitlinrussell caitlinrussell released this 28 Feb 18:16

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