Skip to content

Releases: microsoftgraph/msgraph-sdk-java

2.1.0: Merge pull request #454 from microsoftgraph/bugfix/profile-photo-cast

Choose a tag to compare

@baywet baywet released this 09 Sep 16:43
7853d37

Changes:

  • 7853d37 Merge pull request #454 from microsoftgraph/bugfix/profile-photo-cast
  • fe68cb6 Merge pull request #453 from microsoftgraph/release/2.1.0
  • 57935bc Merge pull request #449 from microsoftgraph/feature/remove-jersey-server
  • 209cf1f Merge pull request #451 from microsoftgraph/bugfix/upload-additional-props
  • 6bdd508 Merge branch 'dev' into release/2.1.0
  • 96e67b1 Merge branch 'dev' into feature/remove-jersey-server
  • 4086d10 Merge branch 'dev' into bugfix/profile-photo-cast
  • dd7778c Merge pull request #202 from microsoftgraph/attachment-bug-fix
  • 0ad2888 - adds static method to method
  • f1d7545 - fixes a bug where uploading a profile photo would result in an invalid cast exception
See More
  • 3f06146 - bumps version to 2.1.0
  • bc5f706 - adds missing serialization properties
  • b88d766 - migrates test provider to v2 endpoint
  • efab2bd - code linting
  • 7383e64 - removes access to deprecated API
  • a84ffed - removes unused imports
  • 8caf728 - fixes unit tests definitions to be more accurate
  • 2b2afa6 - removes deprecated API
  • 677a15e - merges latest dev changes, replaces deprecated APIs
  • c917635 - removes unused imports, replaces deprecated API
  • 700451b - fixes a bug where additional properties for upload sessions would not be send to the service
  • 959da37 - removes unused import
  • b566737 Merge branch 'dev' into feature/remove-jersey-server
  • 566d653 Merge pull request #445 from microsoftgraph/bugfix/collection-post-duplicate-options
  • 2a07dd1 Merge pull request #448 from microsoftgraph/bugfix/graph-response-headers
  • 8f1071c - removes jersey server to reduce depencies and fix licensing
  • be5b9dd Merge pull request #446 from microsoftgraph/bugfix/missing-put-methods
  • 7a82de2 - fixes an issue where responses headers would be serialized with subsequent requests
  • d3f9294 Merge pull request #447 from microsoftgraph/bugfix/jwt-redaction-error-messages
  • c8c442f - fixes a bug where jwts would be shown in error messages
  • 1867830 - adds missing put methods
  • b6bd9f7 - fixes a bug where url options would be inserted twice for collection POST requests
  • c3d4d23 Merge pull request #443 from microsoftgraph/bugfix/collection-missing-skip-skiptoken
  • c36110d Merge pull request #444 from microsoftgraph/bugfix/gradle-upgrade-task-deletion
  • fe3e30f - removes a task injection that was forgotten in previous updates
  • c097ca9 Merge pull request #439 from microsoftgraph/feature/link-to-beta-sdk
  • ce58619 Merge pull request #438 from microsoftgraph/feature/github-release-scripts [ #434 ]
  • 0d49c24 Merge pull request #435 from microsoftgraph/feature/gradle-upgrade
  • b4ee91b - adds missing skip and skip tokens methods on collection requests
  • d9b9492 Merge pull request #296 from kitherill/bugfix/295 [ #295 ]
  • 329be32 - removes unecessary warning suppress
  • 392e08c Merge remote-tracking branch 'origin/dev' into pr/kitherill/296
  • c21685b Merge branch 'dev' into feature/gradle-upgrade
  • df47740 Merge pull request #441 from microsoftgraph/dependabot/gradle/com.microsoft.graph-microsoft-graph-core-1.0.2
  • 174f593 Merge pull request #437 from microsoftgraph/v1.0/pipelinebuild/3585533
  • 20d8faa Merge remote-tracking branch 'origin/dev' into pr/kitherill/296
  • 744864d Bump microsoft-graph-core from 1.0.1 to 1.0.2
  • 5866c0a - fixes signatures publishing following upgrade
  • 6a370de - replicates gradle ugprade fixes from core
  • 82f63b1 - removes outdated contributors list
  • 734ec5a - reverts to java7 to avoid introducing a breaking change
  • dd91bd0 Merge branch 'dev' into feature/gradle-upgrade
  • 0cfeef4 - adds link to beta sdk and lints readme
  • 79a58d6 - bumps the java version in the readme
  • 8bcfe45 - fixes a bug where parameters docs would fail the script
  • 27832f2 - fixes unit test failure due to proepries reordering
  • 43b1029 - fixes #434 : adds github release scripts for automated release creation
  • 43a3543 - removes hardcoded values from gradle config and replaces by references to settings
  • 3607dc5 Update generated v1.0 Java models and requests with build 3585533
  • 6a327d4 Merge pull request #436 from microsoftgraph/baywet-patch-1
  • 2ea9d06 - adds missing bintray repo
  • d8aa5bd - fixes gradle installation indications
  • 32ddd0a - names repostories and moves urls to build file for clarity
  • e76c665 - ugprades gradle from 4.5 to 6.6
  • 8e6d24d Merge branch 'dev' into bugfix/295
  • 16cfeb7 Merge pull request #2 from microsoftgraph/dev
  • 3a3dde2 Test
  • 1d61249 Additional data populated for collections (e.g. drive items)
  • f457b63 Merge remote-tracking branch 'ms/dev' into dev
  • a195065 Merge pull request #1 from kitherill/bugfix/5243
  • b79ecf7 Update BaseActivityHistoryItem.java
  • 72b58f6 Attachment serializers, tests and @expose attachments attribute.

This list of changes was auto generated.

August 2020 release

Choose a tag to compare

@baywet baywet released this 28 Aug 18:25
4f5f179
  • BREAKING: Stream properties now contain the property name in the interface/class for request builders to avoid naming conflicts (entities with two stream properties)
  • adds support for namespaces/packages #429
  • new models #428
  • potential arithmetic overflow fix #424
  • chunk size consideration fixes for customized input streams #397
  • readme updates #411
  • tooling metadata refresh #427
  • additional constructor for DefaultHttpProvider #364
  • code scanning worklow #416
  • bumped gson from 2.8.2 to 2.8.6 #420
  • merged missing changes from master #414
  • bumps microsoft-graph-core to from 1.0.0 to 1.0.1
  • adds dependabot #418
  • fixes okhttp leaks #406
  • fixes put not working on some additional data managers #374
  • fixes Edm.Decimal which was not mapped at all
  • fixes a bug where conflicting overload methods would be generated
  • fixes an issue where child entities request builders would be missing navigation properties from parents
  • switches to selective imports instead of star imports for build performance

July 2020 Updates

Choose a tag to compare

@baywet baywet released this 18 Aug 14:39
1.9.0
103e3e1
1.9.0

July 2020 Updates

June 2020 Updates

Choose a tag to compare

@baywet baywet released this 18 Aug 14:37
1.8.0
14dad55
1.8.0

June 2020 Update

October 2019 Updates rev 1

Choose a tag to compare

@baywet baywet released this 18 Aug 14:37
1.7.1
0df9a0a
1.7.1

October 2019 Update rev 1

October 2019 Updates

Choose a tag to compare

@baywet baywet released this 18 Aug 14:36
1.7.0
91e0306
1.7.0

October 2019 Update

July 2019 Updates

Choose a tag to compare

@bilalgce bilalgce released this 06 Aug 06:23
8dcf5a8

New generated models due to changed meta data.
Bug fixes

June 2019 Updates

Choose a tag to compare

@NakulSabharwal NakulSabharwal released this 01 Jul 13:44
5dcdab1

May 2019 Updates

Choose a tag to compare

@NakulSabharwal NakulSabharwal released this 20 May 07:22
aaa05d1
  • New generated models due to changed meta data.
  • Bug fixes

April 2019 Updates

Choose a tag to compare

@NakulSabharwal NakulSabharwal released this 29 Apr 05:09
9690e30
  1. Added - email and weburl attribute in Channel
  2. Added - historyStates attribute in Alert
  3. Added- siteId attribute in ItemReference.java
  4. Added - locations attribute in LocationConstraint.java
  5. Added - AlertHistoryState, AverageComparativeScore, CalendarGetScheduleBody, CertificationControl.java, ComplianceInformation, ControlScore, FreeBusyError, ScheduleInformation, ScheduleItem, SecureScore, SecureScoreControlProfile and SecureScoreControlStateUpdate.
  6. Edited- comments