Releases: microsoftgraph/msgraph-sdk-java-core
Releases · microsoftgraph/msgraph-sdk-java-core
2.0.5
🐛 Bugfixes
- Fixes a bug where additional data in sub object properties would not be serialized #232
🧹 Housekeeping
2.0.4
🐛 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
🐛 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
🐛 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
🐛 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
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
#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
#139 - fixes a bug where chunk encoding would make redirect interceptor fail
#140 - patch version bump
#141 - 1.0.8 release
1.0.7
Merge pull request #109 from microsoftgraph/feature/version-bump
- bumps minor version
1.0.6: Android API level telemetry header
Merge pull request #98 from microsoftgraph/feature/android-telemetry
feature/android telemetry