Releases: cozy/cozy-stack
Releases · cozy/cozy-stack
1.4.29: Forbid the deletion of stack indexes/views (#2966)
The stack needs a few CouchDB design docs for its own indexes and views. The front applications will no longer be able to delete them with the DELETE /data/:doctype/_design/:ddoc route.
1.4.28: Update module github.com/google/gops to v0.3.17 (#2944)
Co-authored-by: Renovate Bot <[email protected]>
1.4.27: Fix running already installed konnectors (afero) (#2924)
When a konnector was installed before we start using brotli for apps&konnectors assets on a stack with afero FS (not swift), the files were saved with a .gz extension. They are now saved with a .br extension. When running a konnector, we list the files, decompress them and rewrite them in the temporary directory that will be used to execute them. We have forgotten to remove the .gz extension for konnectors that were already installed and nodejs didn't like that as it was expecting a .js file.
1.4.26: fix(deps): update golang.org/x/net commit hash to 5f55cee (#2910)
Co-authored-by: Renovate Bot <[email protected]>
1.4.25: Fix the response for check shared on JSON errors (#2869)
Some old io.cozy.shared documents have a JSON with more than 10000 levels of nesting. With go 1.15+, these documents cannot be parsed as JSON. This commit makes the check shared to return a correct response.
1.4.24
Build assets
1.4.23
Go mod tidy
1.4.22
Go mod tidy
1.4.21
Use a larger buffer for check CLI command (#2737)
1.4.20
Update golangci-lint to v1.32.0