Skip to content

Releases: foomo/gocontentful

v1.0.15

13 Oct 08:07
Compare
Choose a tag to compare

Changelog

  • 1671d01 chore: version bump and test API update
  • e16de9f fix: nil check in RichText hyperlinks
  • 6631f33 chore: MIT license

v1.0.14

12 Oct 14:11
Compare
Choose a tag to compare

Changelog

  • 05f0041 chore: testapi update
  • ff0ad80 chore: doc update
  • a9b55ca chore: version bump
  • 28a770d feat: UpdateCache delay for safer CDA updates
  • fa399a9 feat: cancel context on timeout

v1.0.13

30 Sep 12:29
Compare
Choose a tag to compare

Changelog

  • 243365a chore: version bump
  • 3806e05 fix: FromField in parent references
  • a413f1e fix: goreleaser skip windows/arm64

v1.0.11

17 May 12:42
Compare
Choose a tag to compare

Changelog

  • ea560cf feat: non-concurrent cache updates
  • 62b99e2 fix: one liner nests two paragraph in HTMLToRichText

v1.0.10

05 May 14:58
Compare
Choose a tag to compare

Changelog

  • da3dc42 chore: version bump
  • 82c48e7 fix: race conditions in cache
  • ff54d56 fix: move mutexes outside of cache to prevent conflicts

v1.0.9

03 May 15:56
Compare
Choose a tag to compare

Changelog

  • 1974069 fix: switch to Mutex to avoid RUnlock panics, docs update
  • 52ca38a feat: authenticate with the Contentful CLI
  • a856ea9 feat: improved HTMLtoRichText conversion
  • 9cda1d4 feat: GetPublishingStatus() method, improved tests
  • e9b9c45 feat: GetParents with all APIs and content types
  • 4ab10b0 fix: HTMLtoRichText appends standalone text nodes, clean up ampersands
  • d75f01d feat: test cache update if entry is added to space

v1.0.8

23 Mar 08:28
Compare
Choose a tag to compare

Changelog

  • 73cf10c fix: cache update fails on new entries

v1.0.7

16 Mar 10:44
Compare
Choose a tag to compare

Changelog

  • 445a1e1 chore: doc update
  • 1c5c7d2 feat: SpaceContentTypeInfoMap
  • 6a43c9d chore: version bump
  • c5a2757 feat: cache bypass to get single entry or asset

v1.0.6

11 Mar 08:28
Compare
Choose a tag to compare

Changelog

  • a2b22f5 feat: doc update
  • 03be86b feat: generate client from offline space export, test suite, abort cache update if incoming entry is older, docs update, various minor fixes
  • 4a1ce1a fix: panic if value object has no contentful client set

v1.0.5

04 Mar 10:23
Compare
Choose a tag to compare

Changelog

  • e6dd641 feat: preserve existing cache if update fails