Releases: cozy/cozy-stack
Releases · cozy/cozy-stack
1.4.28: Update module github.com/google/gops to v0.3.17 (#2944)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
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 <bot@renovateapp.com>
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
1.4.19
Make the timeout for Swift requests configurable (#2694)