Releases: umbraco/Umbraco.AuthorizedServices
release-16.0.0
What's changed
- Package upgraded for Umbraco 16
release-15.2.0
What's changed
- Added abstraction for creation of HTTP clients #57
release-10.2.0
What's changed
- Added abstraction for creation of HTTP clients #57
release-15.1.1
What's Changed
- Enhanced logging to see proper errors by @nul800sebastiaan in #54
New Contributors
- @nul800sebastiaan made their first contribution in #54
Full Changelog: release-15.1.0...release-15.1.1
release-10.1.1
What's Changed
- Enhanced logging to see proper errors by @nul800sebastiaan in #54
New Contributors
- @nul800sebastiaan made their first contribution in #54
Full Changelog: release-10.1.0...release-10.1.1
release-15.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 15.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-15.0.0...release-15.1.0
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
release-15.0.0
What's changed
- Package migrated to Umbraco 15.
release-14.0.0
What's Changed
- Package migrated to support the new Web Component-based Umbraco Backoffice #48
JsonSerializerconfiguration option was removed, as we'll now just use the CMS default based onSystem.Text.Jsononly.- Types related to this feature are also removed:
JsonSerializerOption,JsonSerializerFactory
- Types related to this feature are also removed:
release-14.0.0-rc1
What's Changed
- Package migrated to support the new Web Component-based Umbraco Backoffice #48
JsonSerializerconfiguration option was removed, as we'll now just use the CMS default based onSystem.Text.Jsononly.- Types related to this feature are also removed:
JsonSerializerOption,JsonSerializerFactory
- Types related to this feature are also removed: