Skip to content

Releases: cozy/cozy-stack

1.4.29: Forbid the deletion of stack indexes/views (#2966)

29 Mar 12:29
7b6cd92
Compare
Choose a tag to compare
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)

15 Mar 09:02
7ea1096
Compare
Choose a tag to compare

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

01 Mar 12:56
08b7b9f
Compare
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
Compare
Choose a tag to compare

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

25 Jan 10:43
8270393
Compare
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
Compare
Choose a tag to compare
Build assets

1.4.23

21 Dec 10:08
Compare
Choose a tag to compare
Go mod tidy

1.4.22

23 Nov 14:40
Compare
Choose a tag to compare
Go mod tidy

1.4.21

09 Nov 13:31
f2911d6
Compare
Choose a tag to compare
Use a larger buffer for check CLI command (#2737)

1.4.20

26 Oct 09:20
Compare
Choose a tag to compare
Update golangci-lint to v1.32.0