Skip to content

Releases: cozy/cozy-stack

1.4.28: Update module github.com/google/gops to v0.3.17 (#2944)

15 Mar 09:02
7ea1096

Choose a tag to compare

Co-authored-by: Renovate Bot <bot@renovateapp.com>

1.4.27: Fix running already installed konnectors (afero) (#2924)

01 Mar 12:56
08b7b9f

Choose a tag to compare

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)

23 Feb 17:07
e3e2d8c

Choose a tag to compare

Co-authored-by: Renovate Bot <bot@renovateapp.com>

1.4.25: Fix the response for check shared on JSON errors (#2869)

25 Jan 10:43
8270393

Choose a tag to compare

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

12 Jan 08:28

Choose a tag to compare

Build assets

1.4.23

21 Dec 10:08

Choose a tag to compare

Go mod tidy

1.4.22

23 Nov 14:40

Choose a tag to compare

Go mod tidy

1.4.21

09 Nov 13:31
f2911d6

Choose a tag to compare

Use a larger buffer for check CLI command (#2737)

1.4.20

26 Oct 09:20

Choose a tag to compare

Update golangci-lint to v1.32.0

1.4.19

12 Oct 13:57
2d1146f

Choose a tag to compare

Make the timeout for Swift requests configurable (#2694)