Skip to content

Releases: contentful/contentful.net

Version 7.2.5

24 Mar 07:49
Compare
Choose a tag to compare
  • fixes a bug with the deserialization of the date format of DatePickerEditorInterfaceControlSettings

Version 7.2.4

21 Mar 07:24
Compare
Choose a tag to compare
  • Fixes a bug with deserialization of sub and superscripts. Thanks to @jerriep

Version 7.2.3

28 Jan 09:13
Compare
Choose a tag to compare
  • Adds support for sub and superscript tags to the html-rich-text-renderer
  • Adds support to the QueryBuilder for SelectFields. Thanks to @nteague22
  • Fixes a bug with metadata deserialization in sync endpoints. Thanks to @divinci

Version 7.2.2

27 Sep 07:59
Compare
Choose a tag to compare
  • Makes the SetJpgQuality method of ImageUrlBuilder obsolete, will be replaced by a more generic SetQuality as quality isn't tied to the jpg format specifically.
  • Adds a new endpoint that returns the raw json string from the api for entries.

Version 7.2.0

31 Aug 11:18
Compare
Choose a tag to compare

Version 7.1.0

01 Jul 21:45
Compare
Choose a tag to compare
  • Adds support for e-tags #294
  • Fixes bug with wrong type for BlockData #290
  • Fixes quality parameter for webp images #293 Thanks to @aKzenT
  • Fixes bug with metadata for single entry endpoint #280
  • Updates dependencies and general stability

Version 7.0.1

17 Dec 10:18
Compare
Choose a tag to compare
  • Fixes #273 and throws an error when setting a content type for a faulty sync type to be more in line with the API.
  • Adds tags to asset fixes #271 Thanks to @FreshRob
  • Updates some package dependencies to more secure versions. Thanks to @ErikEJ
  • Adds limit to sync endpoints.

Version 7.0.0

04 Dec 16:56
Compare
Choose a tag to compare
  • Removes synchronous methods from the HtmlRenderer to support fully asynchronous flows. Thanks to @FreshRob!
    Note that this is a breaking change, but should be easy to upgrade by just replacing calls to Render with RenderAsync.

  • Adds support for creating embargoed asset keys. Thanks to @nholik!

Version 6.0.18

18 Nov 12:47
Compare
Choose a tag to compare
  • Adds support for default values for content types.

Version 6.0.16

13 Nov 17:41
Compare
Choose a tag to compare
  • Fixes a bug with InConstraint. Thanks to @jamiepollock
  • Updates GetEntry for better consistency with other endpoints. Thanks to @nholik