Skip to content

Releases: microsoftgraph/msgraph-sdk-java-core

v3.1.10

09 May 07:29
e4d7342
Compare
Choose a tag to compare

Changed

  • Downgraded jakarta.annotation-api dependency to 2.1.1 for java 8 compatibility

v3.1.9

23 Apr 19:05
8fc97f7
Compare
Choose a tag to compare

Changed

  • Updated kiota dependencies

v3.1.8

22 Apr 13:08
9ac7e26
Compare
Choose a tag to compare
Release v3.1.8

v3.1.7

28 Mar 17:48
v3.1.7
cb2c3d9
Compare
Choose a tag to compare

Changed

  • Updates kiota dependencies to solve for misalignments.

v3.1.6

29 Feb 20:02
4773372
Compare
Choose a tag to compare

Changed

  • Bumps Kiota-Java abstractions, authentication, http, and serialization components
  • Kiota-Java version bumps address a bug where file upload would fail due to unknown contentLength value. Kiota-Java #1088

v3.1.5

28 Feb 08:19
61a67c2
Compare
Choose a tag to compare

Changed

  • Bumps Kiota-Java abstractions, authentication, http, and serialization components

v3.1.4

21 Feb 17:59
v3.1.4
93ea88a
Compare
Choose a tag to compare
  • Bumps Kiota-Java abstractions, authentication, http, and serialization components
  • Fixes a test in the test suite which did not respect the REST reference #1517
  • Fixes a bug with LargeFileUploadTask #1517

v3.1.3

16 Feb 06:34
165c55c
Compare
Choose a tag to compare

Changed

  • Bumps Kiota-Java abstractions, authentication, http, and serialization components

v3.1.2

13 Feb 11:41
a401657
Compare
Choose a tag to compare

Changed

  • Fixed a bug where 'Authorization' header was being added leading to long delays in writing BatchRequests. #1483

v3.1.1

09 Feb 18:42
9ab7cb2
Compare
Choose a tag to compare

Changed

  • Fixes a bug to allow the PageIterator to iterate across all pages.