Skip to content

2.1.0

Compare
Choose a tag to compare
@nikithauc nikithauc released this 09 Oct 17:35
b05fc9c

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!