Skip to content

Releases: sreeise/graph-rs-sdk

v1.1.4

03 Feb 14:16
b853c90
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

v2.0.0-beta.0

06 Jan 17:14
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release
  • Complete rewrite of SDK Client for the Microsoft Identity Platform
  • In Memory Token Cache
  • Automatic Token Refresh
  • Interactive Auth Using WebView

Full Changelog: v1.1.3...v2.0.0-beta.0

1.1.3

08 Dec 03:16
8d27f50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

Generate Drives Workbook and Worksheet APIs

14 Nov 11:51
1b16300
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

15 Apr 21:33
a6e8c9b
Compare
Choose a tag to compare

What's Changed

  • Adds the device code authorization flow. by @sreeise in #429

Full Changelog: v1.1.0...v1.1.1

v1.1.0

08 Apr 05:29
690ec58
Compare
Choose a tag to compare

What's Changed

  • Add debug methods for debugging codegen by @sreeise in #414
  • Return reqwest::Response in OAuth access/refresh token requests by @sreeise in #417
  • Add credential_user_registration_details manual report by @DevLazio in #419
  • Deserialization fix for Paging. by @sreeise in #418
  • Update README.md by @sreeise in #420

Full Changelog: v1.0.1...v1.1.0

v1.0.1

06 Apr 13:31
59269f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Apr 07:45
8c5e10c
Compare
Choose a tag to compare

What's Changed

  • Move to async client by default by @sreeise in #402

  • Regenerate all api clients.

  • Move to async by default

  • Update dependencies and fix security issues

  • Enable the ability to provide types that implement Read and AsyncReadExt on uploads and upload sessions.

  • Rewrite api client macros which reduced the total api client macros from 30+ down to 15

  • Rewrite codegen for new macros and async default.

  • Move downloads and upload sessions to Ext traits for reqwest::Response.

  • Add multiple not previously supported APIs.

Full Changelog: v0.3.1...v1.0.0

v0.3.1

19 Mar 05:14
c1ac11e
Compare
Choose a tag to compare
  • Adds option to choose rusttls over nativetls

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0 Api updates and improvements

23 Aug 04:45
248f929
Compare
Choose a tag to compare
  • Adds Identity Governance apis
  • Updates Teams api to spread out requests among multiple clients.
  • Fixes issue incorrectly assuming teams api returing response body on post request.