Skip to content

Releases: ingef/conquery

v2.0.0-2023KW36

06 Sep 09:52
70a1065
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-2023KW33...v2.0.0-2023KW26


This release contains breaking changes in storage layer: Xodus is now written in gzip format. If you wish to retain your old data use the following migration script to migrate all stores (shard and manager):

$ cat migrate-identity.groovy                                                                                                                                     

import com.fasterxml.jackson.databind.JsonNode

return {
    String env, String store, JsonNode key, JsonNode value ->
        return new Tuple(key, value)
}

$ java -Xmx100G -jar ../eva-executable.jar migrate --in-gzip false --out-gzip true --script ./migrate-identity.groovy --in ./storage/ --out ./gzipped

It is far easier to just reimport. After this release, the storage should take about 20% of memory on disk, while loading in 30% of the time.

v2.0.0-2023KW33

15 Aug 14:37
9db4e42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-2023KW27-HOTFIX-JOBQUEUE-SYNCH...v2.0.0-2023KW33

v2.0.0-2023KW27-HOTFIX-JOBQUEUE-SYNCH

24 Jul 10:59
ab16837
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-2023KW27...v2.0.0-2023KW27-HOTFIX-JOBQUEUE-SYNCH

2.0.0-2023KW27

03 Jul 14:10
446231f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-2023KW24...v2.0.0-2023KW27

2.0.0-2023KW24

12 Jun 13:51
56e2bbf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-2023KW19...v2.0.0-2023KW24

2.0.0-2023KW19

09 May 13:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-2023KW13-HOTFIX-MISSING-ICONS...v2.0.0-2023KW19

2.0.0-2023KW13-HOTFIX-MISSING-ICONS

04 Apr 14:32
e9c36ab
Compare
Choose a tag to compare

2.0.0-2023KW13

04 Apr 11:53
7399cb0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0-2023KW09...v2.0.0-2023KW13

2.0.0-2023KW11-RC

17 Mar 16:52
3ca6c78
Compare
Choose a tag to compare
2.0.0-2023KW11-RC Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-2023KW09...v2.0.0-2023KW11-RC

2.0.0-2023KW09

13 Mar 15:36
81973d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-2023KW05-HOTFIX-INFINITELY-OLD-ENTITIES...v2.0.0-2023KW09