JLD2 CodecLz4 compression stopped working

Maybe there’s an upstream change:

I added this to the previous code:

using JLD2Lz4

jldopen("./test.jdl2", "w"; compress = Lz4Filter()) do f
                        f["name"] = name
                        f["detail"] = detail
                        f["values"] = values
                    end

Looks like the compression is working now, but I didn’t try yet to read the archive.