Releases: foomo/gocontentful
Releases · foomo/gocontentful
v1.0.15
Changelog
- 1671d01 chore: version bump and test API update
- e16de9f fix: nil check in RichText hyperlinks
- 6631f33 chore: MIT license
v1.0.14
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
Changelog
- 243365a chore: version bump
- 3806e05 fix: FromField in parent references
- a413f1e fix: goreleaser skip windows/arm64
v1.0.11
Changelog
- ea560cf feat: non-concurrent cache updates
- 62b99e2 fix: one liner nests two paragraph in HTMLToRichText
v1.0.10
Changelog
- da3dc42 chore: version bump
- 82c48e7 fix: race conditions in cache
- ff54d56 fix: move mutexes outside of cache to prevent conflicts
v1.0.9
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
Changelog
- 73cf10c fix: cache update fails on new entries
v1.0.7
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
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
Changelog
- e6dd641 feat: preserve existing cache if update fails