release-10.1.0
What's Changed
- Wrapped service responses in an object making available the deserialized response content and metadata derived from response headers by @AndyButland in #53
Warning
This update does contain breaking changes since 10.0 which we are releasing in a minor to keep the package version aligned with Umbraco CMS.
Methods used for making requests to services via IAuthorizedServiceCaller
now return the required result wrapped in an instance of AuthorizedServiceResponse
. For details see the PR linked above.
Full Changelog: release-10.0.1...release-10.1.0