github microsoftgraph/msgraph-sdk-java 2.2.0

latest releases: v6.13.0, v6.12.0, v6.11.0...
3 years ago

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.

Don't miss a new msgraph-sdk-java release

NewReleases is sending notifications on new releases.