Conquery Versions Save

Visual, interactive queries against big databases

v2.0.0-2024KW15-HOTFIX-BIG-MESSAGES

4 weeks ago

What's Changed

Full Changelog: https://github.com/ingef/conquery/compare/v2.0.0-2024KW15...v2.0.0-2024KW15-HOTFIX-BIG-MESSAGES

v2.0.0-2024KW15

1 month ago

What's Changed

Full Changelog: https://github.com/ingef/conquery/compare/v2.0.0-2024KW09...v2.0.0-2024KW15

v2.0.0-2024KW09

2 months ago

What's Changed

Full Changelog: https://github.com/ingef/conquery/compare/v2.0.0-2024KW06...v2.0.0-2024KW09

Migrations

This Release deprecates the ApiToken-Realm (https://github.com/ingef/conquery/pull/3310):

  • If you have the a Realm configured with the type API_TOKEN remove it
  • remove the api_token store in your storage folder
  • If you have an initial User defined e.g. authorizationRealms.initialUsers.[0].credentials modify it to authorizationRealms.initialUsers.[0].credential and ensure that this member is a single object not a list

v2.0.0-2024KW06

3 months ago

What's Changed

Full Changelog: https://github.com/ingef/conquery/compare/v2.0.0-2023KW48-HOTFIX-CONCURENT-SHRINK...v2.0.0-2024KW06

v2.0.0-2023KW48-HOTFIX-CONCURENT-SHRINK

5 months ago

v2.0.0-2023KW48

5 months ago

What's Changed

Full Changelog: https://github.com/ingef/conquery/compare/v2.0.0-2023KW45-HOTFIX-DICT-IMPORT...v2.0.0-2023KW48

v2.0.0-2023KW45-HOTFIX-DICT-IMPORT

5 months ago

What's Changed

Full Changelog: https://github.com/ingef/conquery/compare/v2.0.0-2023KW45...v2.0.0-2023KW45-HOTFIX-DICT-IMPORT

v2.0.0-2023KW45

6 months ago

What's Changed

Full Changelog: https://github.com/ingef/conquery/compare/v2.0.0-2023KW36...v2.0.0-2023KW45

v2.0.0-2023KW36

8 months ago

What's Changed

Full Changelog: https://github.com/ingef/conquery/compare/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

9 months ago

What's Changed

Full Changelog: https://github.com/ingef/conquery/compare/v2.0.0-2023KW27-HOTFIX-JOBQUEUE-SYNCH...v2.0.0-2023KW33