Releases: foomo/contentful
Releases · foomo/contentful
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
What's Changed
- Go 1.21 by @franklinkim in #4
New Contributors
- @franklinkim made their first contribution in #4
Full Changelog: v0.4.5...v0.5.0
v0.4.5
Adds support for scheduled_actions in CMA
Full Changelog: v0.4.5...v0.4.5
v0.4.4
Added go.mod and a method to archive an entry
Full Changelog: v0.4.3...v0.4.4
v0.4.2
Asset processing fix
The Process method of the AssetService ignored the localized files. For instance, if you created a new Asset and provided the uploadURL's of two files for two locales, only the file for the first space locale would be processed and the asset would remain in a state where it's not possible to publish it through the CMA. This release fixes that issue.
Custom HTTP client URL
Support a setter on the client to customize the HTTP URL