Skip to content

Releases: microsoftgraph/msgraph-sdk-java-core

v3.1.10

Choose a tag to compare

@github-actions github-actions released this 09 May 07:29
e4d7342

Changed

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

v3.1.9

Choose a tag to compare

@github-actions github-actions released this 23 Apr 19:05
8fc97f7

Changed

  • Updated kiota dependencies

v3.1.8

Choose a tag to compare

@github-actions github-actions released this 22 Apr 13:08
9ac7e26
Release v3.1.8

v3.1.7

Choose a tag to compare

@github-actions github-actions released this 28 Mar 17:48
v3.1.7
cb2c3d9

Changed

  • Updates kiota dependencies to solve for misalignments.

v3.1.6

Choose a tag to compare

@github-actions github-actions released this 29 Feb 20:02
4773372

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

Choose a tag to compare

@github-actions github-actions released this 28 Feb 08:19
61a67c2

Changed

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

v3.1.4

Choose a tag to compare

@github-actions github-actions released this 21 Feb 17:59
v3.1.4
93ea88a
  • 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

Choose a tag to compare

@github-actions github-actions released this 16 Feb 06:34
165c55c

Changed

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

v3.1.2

Choose a tag to compare

@baywet baywet released this 13 Feb 11:41
a401657

Changed

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

v3.1.1

Choose a tag to compare

@baywet baywet released this 09 Feb 18:42
9ab7cb2

Changed

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