Skip to content

Releases: microsoftgraph/msgraph-sdk-java-core

2.0.5

14 Jun 19:41
51aa1d1
Compare
Choose a tag to compare

🐛 Bugfixes

  • Fixes a bug where additional data in sub object properties would not be serialized #232

🧹 Housekeeping

2.0.4

03 Jun 13:25
891b7bf
Compare
Choose a tag to compare

🐛 Bugfixes

  • Fixes a bug where TimeOfDay properties would not be serialized properly #219

🧹 Housekeeping

  • Bumps actions/cache to 2.1.6 #223
  • Bumps sonarqube gradle plugin to 3.2.0 #222
  • Bumps patch version #220
  • Adds sonarcloud configuration #151
  • Minor encoding refactoring #218

2.0.3

27 May 11:10
c5f4936
Compare
Choose a tag to compare

🐛 Bugfixes

  • Fixed a bug where the batch response step was not following log level #215
  • Fixed a bug where buildRequest methods would have wrong nullability annotation #214

🧹 Housekeeping

  • Bump Gson to 2.8.7 #210, #211
  • Bump junit-juniper-api to 5.7.2 #208, #207
  • Bump junit-juniper-engine to 5.7.2 #206
  • Bump mockito-inline to 3.10.0 #204
  • Bump actions/setup-android to 2.0.6 #201
  • Bump actions/checkout to 2.3.4 #202

2.0.2

11 May 19:55
45ebee1
Compare
Choose a tag to compare

🐛 Bugfixes

  • Fixes a bug where delta tokens would not be extracted correctly #197
  • Replaces azure identity by azure core to reduce app size for applications using custom token provider #194

🧹 Housekeeping

  • Updates DevX dashboard yaml file #192

2.0.1

15 Apr 12:31
6110bcf
Compare
Choose a tag to compare

🐛 Bugfixes

🧹 Housekeeping

  • Upgrades to Java 16 and gradle 7 for CI #173, #190
  • Bumps patch version #187
  • Bumps the maven required version to java 8 #177
  • Upgrades mockito to 3.9.0 #184
  • Upgrades actions/setup-java to 2 #180
  • Upgrades guava to 30.1.1 #176
  • Fixes a broken link in the wiki for batches #175

2.0.0

15 Mar 17:30
36f4f05
Compare
Choose a tag to compare

Breaking changes

  • Minimum android API level is now 26 (from 15)
  • Minimum Java version is now 8 (from 7)
  • ICoreAuthenticationProvider and IAuthenticationProvider are now a single interface (Azure identity is now available as an authentication provider)
  • Callback APIs have been replaced by CompletableFutures
  • OkHttp bumped from 3.X to 4.X
  • Guava bumped from 20 to 30

More information about all the changes through the sdk available on this page

1.0.9

03 Mar 12:32
effe6ef
Compare
Choose a tag to compare

#165 - bumps patch version
#163 - fixes a bug where the retry handler would use response instead of request to evaluate support for streaming

1.0.8

09 Feb 18:57
1.0.8
973bc01
Compare
Choose a tag to compare

#139 - fixes a bug where chunk encoding would make redirect interceptor fail
#140 - patch version bump
#141 - 1.0.8 release

1.0.7

21 Jan 19:47
317c35f
Compare
Choose a tag to compare
Merge pull request #109 from microsoftgraph/feature/version-bump

- bumps minor version

1.0.6: Android API level telemetry header

14 Dec 19:33
cbb9444
Compare
Choose a tag to compare
Merge pull request #98 from microsoftgraph/feature/android-telemetry

feature/android telemetry