Skip to content

Releases: umbraco/Umbraco.AuthorizedServices

release-16.0.0

07 Jul 12:52
c7fa35f

Choose a tag to compare

What's changed

  • Package upgraded for Umbraco 16

release-15.2.0

25 Jun 07:59

Choose a tag to compare

What's changed

  • Added abstraction for creation of HTTP clients #57

release-10.2.0

25 Jun 07:58
834a9c0

Choose a tag to compare

What's changed

  • Added abstraction for creation of HTTP clients #57

release-15.1.1

19 Dec 09:01

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release-15.1.0...release-15.1.1

release-10.1.1

19 Dec 09:00
84ceb0d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release-10.1.0...release-10.1.1

release-15.1.0

17 Dec 11:17

Choose a tag to compare

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

17 Dec 11:16

Choose a tag to compare

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

12 Dec 09:59
f3c7bd6

Choose a tag to compare

What's changed

  • Package migrated to Umbraco 15.

release-14.0.0

05 Aug 08:54

Choose a tag to compare

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 on System.Text.Json only.
    • Types related to this feature are also removed: JsonSerializerOption, JsonSerializerFactory

release-14.0.0-rc1

25 Jul 08:33
e0c0b4a

Choose a tag to compare

release-14.0.0-rc1 Pre-release
Pre-release

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 on System.Text.Json only.
    • Types related to this feature are also removed: JsonSerializerOption, JsonSerializerFactory