What's Changed
Breaking Changes
- Request builder methods returning the request information object have been renamed i.e.
create[Get|Post|Patch|Put|Delete]RequestInformation
() =>to[Get|Post|Patch|Put|Delete]RequestInformation()
Other
- Updates to models and request builders
- Speed up static analysis 🚀 by @SilasKenneth in #1088
Full Changelog: 2.0.0-RC12...2.0.0-RC13