Releases: microsoftgraph/msgraph-sdk-java
Releases · microsoftgraph/msgraph-sdk-java
Merge pull request #484 from microsoftgraph/release/2.2.0
Changes:
- 3114d52 Merge pull request #484 from microsoftgraph/release/2.2.0
- 0b5d172 - bumps version to 2.2.0
- f8c90ca Merge pull request #481 from microsoftgraph/bugfix/chunk-upload-outlook
- a4003cf Merge pull request #483 from microsoftgraph/bugfix/collection-deserialization
- 54355c8 Merge pull request #114 from microsoftgraph/vidadhee/AdditionalDataManagerTest
- d6881da - add suppress warnings
- 4150c14 - updates unit test to check for additional properties in child elements
- 4831f58 - adds a unit test for hashmap properties
- 0d4d6b2 Merge branch 'dev' into vidadhee/AdditionalDataManagerTest
- 05928f8 - fixes tabing
See More
- b343dcd - adds support for derived types in collection deserialization
- 9a904f4 - adds comments to ease reading
- 1b51fe2 Merge branch 'dev' into bugfix/collection-deserialization
- 79ef459 Merge branch 'dev' into bugfix/chunk-upload-outlook
- a8edc68 Merge pull request #473 from microsoftgraph/bugfix/retry-connection-errors
- 6038616 - fixes #290 an issue where onedrive consummer upload would fail because of header case sensitivity
- e006914 Merge branch 'dev' into vidadhee/AdditionalDataManagerTest
- afa91d9 - fixes a bug where collections would not be deserialized properly
- cd97702 Merge pull request #482 from microsoftgraph/feature/hashmap-import-removal
- f173644 - adds more explicit error messages when receiving unexpected responses
- 48770ab - fixes a defensive condition
- de17b61 - fixes indentation
- 5471331 - removes unecessary jsonelement import
- db0e0ea - removes unecessary imports
- cd27f49 - adds logging for edge cases to help with potential troubleshooting
- d41b575 Merge branch 'dev' into vidadhee/AdditionalDataManagerTest
- 58eddbe - aligns on usage of tabs
- 0709db5 - adds missing imports following commit triage
- 530c4f2 - fixes reference to displaced corehttp methods
- feac3dc - adds large upload test files
- a991074 - adds a unit test for large file upload for outlook
- 42b0d5d - updates large file upload for ODSP so it uses a large file and doesn't depend on unexisting folder
- da63532 - adds project recommended extensions to ease contributors ramp-up
- a237566 - revamps chunk uploader implementation to rely less on status codes as services have different behaviors
- bd6989a - moves helper methods into a dedicated class for reusability
- 4c6bf2d - removes manually implemented retrial for uploads as this is implemented by interceptor and by http client
- ec978f8 - avoids sending tokens to large file uploads urls
- 5d5cf2c - linting
- f23b3e4 - enables caching for build tooling
- 2f082f5 - disables HTTP/2 to avoid faulty handshakes with service on Java 11+
- aa8ae8e Merge branch 'dev' into bugfix/retry-connection-errors
- bf818dc Merge pull request #479 from microsoftgraph/v1.0/pipelinebuild/3688896
- e7e4fb9 Update generated v1.0 Java models and requests with build 3688896 [skip ci]
- 3483fb9 Merge pull request #478 from microsoftgraph/feature/core-bump
- e13edaf Merge pull request #477 from microsoftgraph/feature/options-varargs [ #8 ]
- 95c683e Apply suggestions from code review
- b37fdea - updates varargs implementation for request options
- dc53715 - adds support for varargs in get options method
- 9fb9d39 - bumps core from 1.0.3 to 1.0.4
- 21dd2f3 Merge pull request #476 from microsoftgraph/feature/proguard-rules [ #462 ]
- 4b4783b Apply suggestions from code review
- 1f3e2fd Merge pull request #470 from microsoftgraph/bugfix/odsp-json-file-download
- 2db7216 - fixes #8 adds a vararg implementation for options in buildrequest
- ce69c3f - fixes #462 adds sample proguard rules
- d32a129 - arranges unit test to upload file before testing
- 0af1708 Apply suggestions from code review
- 3d4a4bb Merge pull request #471 from microsoftgraph/bugfix/additional-properties-chidprop
- bb418b8 Merge pull request #466 from microsoftgraph/feature/composable-functions-navprops
- d09ed72 Merge branch 'dev' into bugfix/retry-connection-errors
- 74b0a4f Merge pull request #467 from microsoftgraph/bugfix/content-type-post-override
- 0e98702 - adds end to end unit test for throttling handler
- cd3dab0 Apply suggestions from code review
- 8b8dc16 - enables connections retry from ok http lib to avoid bubbling exceptions
- 7c7f008 - fixes unit test with leaky implementation
- dc0f96f - fixes a whitespace insertion issue
- 1dc5ef3 - adds missing navigation properties on composable functions
- 4057b68 - fixes a bug where the content type of a post request would be forcibly overridden
- 77f240a - fixes a bug where additional properties would not be attached at the right level
- c490412 - fixes a bug where downloading json files from onedrive would cause a cast exception
- d4f2c0f Merge branch 'dev' into vidadhee/AdditionalDataManagerTest
- 6e7acc8 Merge pull request #463 from microsoftgraph/feature/get-request
- ab08809 - fixes a potential NPE in corehttpProvider
- bbf4041 - adds batch response parsing to unit test
- fcfdca7 Merge branch 'dev' into vidadhee/AdditionalDataManagerTest
- e172823 Merge branch 'dev' into feature/get-request
- cc6e1df Merge pull request #464 from microsoftgraph/dependabot/gradle/com.microsoft.graph-microsoft-graph-core-1.0.3
- d805a7d Bump microsoft-graph-core from 1.0.2 to 1.0.3
- aa0b2c3 - adds missing interfaces inheritance
- 253efb8 - adds unit test for batch support
- a54a555 - adds methods to get the native request from an SDK request
- 3be088d Merge pull request #459 from microsoftgraph/feature/custom-request-file-download
- 3a4de58 Apply suggestions from code review
- d89345c Merge branch 'dev' into feature/get-request
- f33d39f Merge pull request #461 from microsoftgraph/feature/filter-collection-fluent
- 2f71df3 - adds getRequest Method for people to be able to extract the request to be executed
- 1ee4c96 - adds unit test for filter method
- 379197d Merge pull request #460 from microsoftgraph/feature/graphserviceexception-getters
- d91a662 - adds missing odata filter fluent method
- 3937edf - adds getters to the graph service exception for better introspection
- 8825fdc - replaces read all bytes by method supproted with java8
- 7872665 - adds a unit test for ODSP file download with custom request
- 0059f66 - light refactoring for clarity and defensive programming
- 59fd088 - removes duplicate test and adjusts faulty unit test
- c75b10d Merge branch 'dev' into vidadhee/AdditionalDataManagerTest
- b4ecc09 Added a test case to verify multi-level additional data setter and added a comment to explain the IllegalArgumentException
This list of changes was auto generated.
2.1.0: Merge pull request #454 from microsoftgraph/bugfix/profile-photo-cast
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
- 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
1.9.0 July 2020 Updates
June 2020 Updates
1.8.0 June 2020 Update
October 2019 Updates rev 1
1.7.1 October 2019 Update rev 1
October 2019 Updates
1.7.0 October 2019 Update
July 2019 Updates
New generated models due to changed meta data.
Bug fixes
June 2019 Updates
- Integrated msgraph-sdk-java-core with msgraph-sdk-java.
- Updated models
May 2019 Updates
- New generated models due to changed meta data.
- Bug fixes