Skip to content

2.1.0-Preview.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@nikithauc nikithauc released this 06 Oct 19:16
a95a762

New Features

  • Introducing ChaosHandler, a piece of middleware that helps to mock different kinds of responses.
  • Accepting an array of middleware handlers to build a custom middleware chain.
  • GraphError extends Error. Thank you for the contribution @OlivierCuyp!

Bug Fixes

  • Post request with an empty body, now working fine.
  • Changed the default value of the parameter in .count() as false.
  • Fixed URL parsing to correctly parse URL with nested queries.
  • Changed the content-type setting for POST,PUT and UPDATE methods, such that the content-type defaults to application/json.
  • Changed the contruction of the session url for the OneDriveLargeFileTask. Thank you for the contribution @hasridha!