Releases: umbraco/Umbraco.AuthorizedServices
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
JsonSerializer
configuration option was removed, as we'll now just use the CMS default based onSystem.Text.Json
only.- 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
JsonSerializer
configuration option was removed, as we'll now just use the CMS default based onSystem.Text.Json
only.- Types related to this feature are also removed:
JsonSerializerOption
,JsonSerializerFactory
- Types related to this feature are also removed:
release-10.0.1
What's Changed
- Ensured all configuration values are displayed in the settings section for the service. by @AndyButland in #50
Full Changelog: release-10.0.0...release-10.0.1
release-10.0.0
What's Changed
- No functional changes since the previous 0.4.1 release. Only update is to move to a non-zero major version number.
- We'll release this version supporting Umbraco 10 through 13 as 10.0.0.
- 14.0.0 will be released in future supporting Umbraco 14+.
Full Changelog: release-0.4.1...release-10.0.0
release-0.4.1
What's Changed
- Changed tokensize from 5000 to 4000 by @madsoulswe in #44
New Contributors
- @madsoulswe made their first contribution in #44
Full Changelog: release-0.4.0...release-0.4.1