Skip to content

Releases: microsoftgraph/msgraph-sdk-java-core

v2.0.12

22 Apr 18:52
b4361e8
Compare
Choose a tag to compare

Added

  • Add ability to add custom hosts to BaseAuthenticationProvider #484

Changed

  • Bumps Azure Core to 1.27.0 #474, #473, #472
  • Bumps mockito-inline to 4.5.1 #494, #493, #491
  • Bumps gradle wrappers to 7.4.0 #454
  • Bumps gradle to 7.1.3 in /android #477
  • Bumps gradle-enterprise-gradle-plugin 3.10.0 in /android #488
  • Bumps dawidd6/action-download-artifact to 2.19.0 #482
  • Bumps com.github.spotbugs to 5.0.6 #442, #443, #444
  • Bumps spotbugs-annotations to 4.6.0 #460, #461
  • Bumps azure-identity to 1.5.0 #475, #476
  • Bumps actions/cache to 3.0.0 #469
  • Bumps actions/upload-artifact to 3.0.0 #479
  • Bumps actions/setup-java to 3.0.0 #478
  • Bumps rickstaa/action-create-tag to 1.2.2 #453
  • Bumps guava to 31.1-jre #451, #450, #449
  • Bumps gson to 2.9.0 #438, #439, #440

v2.0.11

04 Feb 19:12
f61d598
Compare
Choose a tag to compare

Changed

  • Bumps Azure Core to 1.24.1 #408, #409, #410
  • Bumps mockito-inline to 4.3.1 #422, #423, #424
  • Bumps okhttp to 4.9.3 #371, #372
  • Bumps junit to 4.13.2 #391, #394
  • Bumps junit-jupiter-api to 5.8.2 #379, #382
  • Bumps junit-jupiter-egine to 5.8.2 #380
  • Bumps junit-jupiter-params to 5.8.2 #381, #383
  • Bumps gradle wrappers to 7.3.3 #426
  • Bumps gradle-versions-plugin to 0.42.0 in /android #428
  • Bumps gradle from 7.1.0 in /android #425
  • Bumps gradle-enterprise-gradle-plugin 3.8.1 in /android #413
  • Bumps dawidd6/action-download-artifact to 2.17.0 #427
  • Bumps com.github.spotbugs to 5.0.5 #416
  • Bumps spotbugs-annotations to 4.5.3 #407
  • Bumps azure-identity to 1.4.3 #411, #412
  • Bumps anton-yurchenko/git-release to 4.2 #378
  • Bumps actions/cache from to 2.1.7 #375

Added

  • Removing lock on Http protocol 1.1 in preparation for Graph service support of Http2 #429

v2.0.10

16 Nov 19:13
683bd9c
Compare
Choose a tag to compare

Added

  • Added support for cancelling requests #361

Changed

  • Fixed a bug where batching would fail for national clouds
  • Bumps Azure Core from 1.20.0 to 1.22.0 #359, #360, #341, #342
  • Bumps gson from 2.8.8 to 2.8.9 #356, #355
  • Bumps actions/checkout from 2.3.5 to 2.4.0 #358, #349
  • Upgrades CI pipeline to Java 17 #348, #330
  • Bumps mockito-inline from 3.12.4 to 4.0.0 #346, #345
  • Bumps action-download-artifact from 2.14.1 to 2.15.0 #344
  • Bumps okhttp from 4.9.1 to 4.9.2 #339, #340
  • Bumps guava from 30.1.1 to 31.0.1 #338, #337, #335, #336
  • Bumps junit-jupiter-api from 5.8.0 to 5.8.1 #332, #334
  • Bumps junit-jupiter-egine from 5.8.0 to 5.8.1 #333

v2.0.9

17 Sep 21:47
b38f034
Compare
Choose a tag to compare

Added

  • Workflow for Maven preview and GitHub Release
  • Workflow for build validation
  • Proper handling for InterruptedException

Changed

  • Casing fixed for Odata type parsing
  • Removed .azure-pipelines/**

2.0.8: Merge pull request #259 from microsoftgraph/dev

06 Aug 19:11
4b07e04
Compare
Choose a tag to compare

Changes:

  • 4b07e04 Merge pull request #259 from microsoftgraph/dev
  • 0b9319e Merge pull request #262 from microsoftgraph/bugfix/linting-and-release-comments
  • 1caf683 - adds javadoc comments for serializing null values parameters
  • 2af4aae - code linting
  • 9744dff Merge pull request #260 from ddellsperger/serialize-nulls
  • c55ac30 Merge pull request #258 from mmertens93/dev
  • d772567 Updated based on PR feedback
  • bb3f954 - adds missing javadoc comments
  • 8debce9 - fixes a linting issue for null check
  • 2444eca added unit test for "text/plain" request bodies
See More
  • 161fa3e Add support to set a setting to serialize null values using the DefaultSerializer and GSONFactory
  • b579e11 fixed serialization problems for mime messages
  • c9c2f8c Merge pull request #255 from microsoftgraph/rsh/updateVersions
  • 123b1bb Bump from version 2.0.7 to 2.0.8
  • f6cec76 update to 2.0.8 from 2.0.7
  • c35dc62 Merge pull request #254 from microsoftgraph/ramsessanchez-patch-1
  • 94b30f0 Bump target android SDK version to 31
  • 29d9b8f Merge pull request #249 from PrimosK/dev [ #248 ]
  • 69df140 Removed DerivedClassIdentifier and related code from:
  • 88eca42 Increased unit tests coverage.
  • 3b6be7c Moved ODataTypeParametrizedIJsonBackedObjectAdapter to it's own file.
  • 1305d42 Added unit test covering case in PR #249.
  • ba9993b Improves the logic which makes sure that custom IJsonBackedObject type adapters defined in GsonFactory are not overridden.
  • 59a3098 Fixes "Access to private field logger of class FallbackTypeAdapterFactory requires synthetic accessor".
  • 5a4a79f Merge pull request #251 from microsoftgraph/ramsessanchez-addingSelfToCODEOWNERS
  • e6c9423 Update CODEOWNERS
  • 7ecec8e Applied proposed changes.
  • 43a34ed Merge pull request #250 from PrimosK/patch-1
  • 8b7dc5b Bumps patch version also in pom.xml [ #241 ]
  • c201034 Sprout for fix which downcasts parametrized nested IJsonBackedObject objects during deserialization.
  • f8a44b0 Merge pull request #246 from microsoftgraph/dependabot/maven/com.azure-azure-core-1.18.0
  • d6388ac Merge pull request #245 from microsoftgraph/dependabot/gradle/com.azure-azure-core-1.18.0
  • 39fb4a1 Bump azure-core from 1.17.0 to 1.18.0
  • dc596a8 Bump azure-core from 1.17.0 to 1.18.0
  • 2bdca56 Merge pull request #244 from microsoftgraph/dependabot/maven/org.mockito-mockito-inline-3.11.2
  • 367cf36 Merge pull request #243 from microsoftgraph/dependabot/gradle/org.mockito-mockito-inline-3.11.2
  • 6f89ae6 Bump mockito-inline from 3.11.1 to 3.11.2
  • 9b035dd Bump mockito-inline from 3.11.1 to 3.11.2
  • 4abc150 Merge pull request #242 from microsoftgraph/dev
  • 430d2a9 Merge pull request #238 from microsoftgraph/dev
  • 7ecd612 Merge pull request #236 from microsoftgraph/dev
  • e7ff35e Merge pull request #221 from microsoftgraph/dev
  • a3745a3 Merge pull request #216 from microsoftgraph/dev
  • e357282 Merge pull request #200 from microsoftgraph/dev
  • b371c92 Merge pull request #189 from microsoftgraph/dev
  • 55649b7 Merge pull request #168 from microsoftgraph/dev
  • effe6ef Merge pull request #165 from microsoftgraph/dev
  • 5e23205 Merge pull request #141 from microsoftgraph/dev
  • 22036b0 Merge pull request #110 from microsoftgraph/dev
  • 76e3517 Merge pull request #99 from microsoftgraph/dev
  • 9c26edc Merge pull request #80 from microsoftgraph/dev
  • 0b78779 Merge pull request #73 from microsoftgraph/dev
  • c6c3c2a Merge pull request #68 from microsoftgraph/release/1.0.3
  • 7fe8640 Merge pull request #64 from microsoftgraph/hotfix/gradle-repos-definitions
  • b670616 Merge pull request #62 from microsoftgraph/hotfix/gradle-repos-definitions
  • ac94091 Merge pull request #61 from microsoftgraph/hotfix/gradle-repos-definitions
  • 69804f6 Merge pull request #59 from microsoftgraph/hotfix/gradle-repos-definitions

This list of changes was auto generated.

2.0.7

18 Jun 19:25
d4749f2
Compare
Choose a tag to compare

🐛 Bugfixes

  • Fixes a bug where collections of primitive types would not be deserialized properly #240

2.0.6

15 Jun 15:07
01e61d8
Compare
Choose a tag to compare

🐛 Bugfixes

  • Fixes a bug where additional data on the root object would not be serialized #237

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