Skip to content

Releases: contentful/contentful.net

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

Version 6.0.15

06 Oct 17:43
Compare
Choose a tag to compare
  • Adds support for table headers
  • Adds support for creating tags through Entry<T>

Version 6.0.14

10 Sep 14:18
Compare
Choose a tag to compare
  • Fixes a bug with space id not being properly passed to a request. Thanks @jonathansant

Version 6.0.13

03 Sep 06:33
Compare
Choose a tag to compare
  • Fixes a bug with asset rendering when the file is null #249

Version 6.0.12

27 Aug 12:27
Compare
Choose a tag to compare
  • Adds support for tables for the rich text renderer.
  • Fixes html encoding of rich text text-nodes #247.
  • Fixes correct nesting of marks rendered to html #248.
  • Fixes bug where space id wasn't passed to GetContentType #245 courtesy of @jonathansant