Releases: contentful/contentful.net
Releases · contentful/contentful.net
Version 3.3.4
- Fixes for a few issues with the image taghelpers.
Version 3.3.1
- Improves the ImageUrlBuilder to remove superfluous values to improve caching.
Version 3.3.0
- Add possibilty to add extension parameters to management client.
Version 3.2.0
- Adds support for webhook transformations: https://www.contentful.com/developers/docs/references/content-management-api/#/reference/webhooks
Version 3.1.1
- Fixes a potential bug with updating locales through the management API.
Version 3.1.0
- Adds support for the update api key endpoint
Version 3.0.0
- Switches to .NET Standard 2.0, this means no more support for .NET Core < 2.0
- Uses the new HttpClientFactory in the asp.net core package to hopefully make use of the more robust underlying networking stack this version of .NET Core includes.
- Dropped the dependency on Microsoft.Extensions.Options from the core package.
Upgrading should be seamless, but you need to retarget any .NET Core 1.x applications to at least .NET Core 2.0.
Version 2.2.1
- Fixes an issue with creating ui extensions.
Version 2.1.4
- Adds support for the 8 bit png transformation of the image API
Version 2.1.1
- Adds support for preview API keys to the management client.