Releases: ingef/conquery
Releases · ingef/conquery
2.0.0-2025KW47
What's Changed
Bug-Fixes 🐞
- fix: check for existing PR to avoid failed step by @thoniTUB in #3808
- fix(backend): clear query results on user clean up by @thoniTUB in #3810
- fix(preview): use TreeMap to assign nodes to avoid floating point issues by @awildturtok in #3815
Dependencies 🧰
- Bump vite from 6.3.6 to 6.4.1 in /frontend by @dependabot[bot] in #3803
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #3813
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #3801
Features 🎉
- fix: migrate lastResultCount into ExecutionManager by @awildturtok in #3809
- Implementation of First/Last-Value select for SQL mode by @awildturtok in #3781
- feat(backend): filter queries first on id by @thoniTUB in #3811
- fix: set result count only for finished executions in execution info by @thoniTUB in #3816
Full Changelog: v2.0.0-2025KW43.1...v2.0.0-2025KW47
v2.0.0-2025KW43.1
2.0.0-2025KW43
What's Changed
Dependencies 🧰
- Bump form-data from 4.0.0 to 4.0.4 in /frontend by @dependabot[bot] in #3772
- Bump axios from 1.7.7 to 1.12.1 in /frontend by @dependabot[bot] in #3787
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot[bot] in #3621
- Bump path-to-regexp and express in /frontend by @dependabot[bot] in #3644
- Bump form-data and @cypress/request by @dependabot[bot] in #3798
- Bump esbuild, @vitejs/plugin-react, vite, storybook and @storybook/react-vite in /frontend by @dependabot[bot] in #3728
- Bump brace-expansion from 1.1.11 to 1.1.12 by @dependabot[bot] in #3753
- Bump tmp from 0.2.1 to 0.2.4 by @dependabot[bot] in #3776
- Bump actions/checkout from 3 to 5 by @dependabot[bot] in #3795
- fix: frontend prettier by @thoniTUB in #3796
- bump cross-spawn by @thoniTUB in #3800
Features 🎉
- solr search backend by @thoniTUB in #3683
- Rework temporal queries by @awildturtok in #3161
- Merge Release by @github-actions[bot] in #3804
Full Changelog: v2.0.0-2025KW40...v2.0.0-2025KW43
2.0.0-2025KW40
What's Changed
Documentation 📗
Bug-Fixes 🐞
Dependencies 🧰
- Bump form-data and @cypress/request by @dependabot[bot] in #3773
- Bump commons-io:commons-io from 2.18.0 to 2.20.0 by @dependabot[bot] in #3771
- Bump org.apache.logging.log4j:log4j-to-slf4j from 2.24.3 to 2.25.1 by @dependabot[bot] in #3775
- Switch to alpine git image because bitnami is sunsetting its by @thoniTUB in #3784
- Bump actions/setup-java from 1 to 5 by @dependabot[bot] in #3792
- Bump github/codeql-action from 2 to 3 by @dependabot[bot] in #3790
- Bump softprops/action-gh-release from 1 to 2 by @dependabot[bot] in #3791
- Bump azure/setup-helm from 3 to 4 by @dependabot[bot] in #3789
- Bump actions/setup-node from 3 to 5 by @dependabot[bot] in #3793
Features 🎉
- Fix/query cleanup by @thoniTUB in #3768
- migrates to using a SlidingWindow based Histogram for tracking Execut… by @awildturtok in #3754
- Remove unused or replacable dependencies by @thoniTUB in #3759
- Adds library for json logging by @thoniTUB in #3780
- Implements two stage Caching for ExecutionManager. Hard references, b… by @awildturtok in #3760
- scan actions and remove backend ignores by @thoniTUB in #3785
- Merge Release by @github-actions[bot] in #3794
Full Changelog: v2.0.0-2025KW29-HOTFIX-1...v2.0.0-2025KW40
2.0.0-2025KW29-HOTFIX-1
What's Changed
Full Changelog: v2.0.0-2025KW29...v2.0.0-2025KW29-HOTFIX-1
2.0.0-2025KW29
What's Changed
- improve error message/stack trace on MigrateCommand storage by @thoniTUB in #3740
- update codeowners file and dependabot config by @thoniTUB in #3739
- make EventDateUnionAggregator only emit dates, if feeding FiltersNode… by @awildturtok in #3750
- adds warning to CachedStore, if there are duplicate keys by @awildturtok in #3744
- Substring Filters and Aggregators by @awildturtok in #3748
- Rework API, removing PathParam Injection by @awildturtok in #3609
- Fixes usage of raw ManagedExecution in API Endpoint towards ManagedEx… by @awildturtok in #3755
- warn if an encoded string contains unencoded characters by @thoniTUB in #3742
- ignores WorkerInformation#entityBucketSize by @thoniTUB in #3756
- Remove initial filter value loading upon opening a concept node by @thoniTUB in #3749
- Refactors BucketManager to avoid heavy IO in #create: by @awildturtok in #3757
- adds validation of inserted Table against SQL Server by @awildturtok in #3730
- Reintegrate Main by @github-actions[bot] in #3758
- fix npe on missing JacksonInject in InterToExternMapper by @thoniTUB in #3763
- Reintegrate Main by @github-actions[bot] in #3762
- Merge Release by @github-actions[bot] in #3765
Full Changelog: v2.0.0-2025KW22-HOTFIX-ALLOW-MULT...v2.0.0-2025KW29
2.0.0-2025KW22-HOTFIX-ALLOW-MULT
What's Changed
- Fixes not using ListT for multimapped Selects by @awildturtok in #3761
Full Changelog: v2.0.0-2025KW22...v2.0.0-2025KW22-HOTFIX-ALLOW-MULT
2.0.0-2025KW22
What's Changed
- CI Tests: improve caching and parallel execution by @thoniTUB in #3724
- simplify ci for image building by @thoniTUB in #3723
- migrate JsonResultPrinters to use localized DatePrinters. by @awildturtok in #3732
- adds parameter to FrontEndConceptBuilder#createRoot to force listing … by @awildturtok in #3731
- Bump org.testcontainers:testcontainers from 1.17.6 to 1.21.0 by @dependabot in #3716
- Bump org.apache.poi:poi-ooxml from 5.2.2 to 5.4.0 in /backend by @dependabot in #3713
- Reintegrate Main by @github-actions in #3735
- Bump org.codehaus.mojo:flatten-maven-plugin from 1.6.0 to 1.7.0 by @dependabot in #3738
- FIX: use cached keys to check for contained keys by @thoniTUB in #3747
- Merge Release by @github-actions in #3741
Full Changelog: v2.0.0-2025KW19...v2.0.0-2025KW22
2.0.0-2025KW19
What's Changed
- update from cache@v2 by @awildturtok in #3684
- Reintegrate Main by @github-actions in #3687
- Bump org.testcontainers:junit-jupiter from 1.17.6 to 1.20.6 by @dependabot in #3689
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.4.1 to 3.6.0 by @dependabot in #3635
- Reintegrate Main by @github-actions in #3692
- Reintegrate Main by @github-actions in #3698
- Implement CQExternal extra conversion by @jnsrnhld in #3678
- Fix NPE use null filter at storage by @thoniTUB in #3699
- Bump org.apache.logging.log4j:log4j-to-slf4j from 2.24.0 to 2.24.3 by @dependabot in #3694
- Bump org.jooq:jooq from 3.18.3 to 3.20.2 by @dependabot in #3696
- Bump org.jooq:jooq-postgres-extensions from 3.18.3 to 3.20.2 by @dependabot in #3703
- Fix: sync on the synchronized set by @thoniTUB in #3700
- Fix ExistsSelect conversion by @jnsrnhld in #3679
- Fixes rendering of infinities for CSV/Excel by @awildturtok in #3715
- adds healthcheck to backend Dockerfile by @awildturtok in #3717
- Fixes a Bug where no workers yet, would cause healthcheck to fail by @awildturtok in #3718
- fixes closing of HttpClient in JwtPkceVerifyingRealmFactory by @awildturtok in #3719
- Json Result Provider by @awildturtok in #3686
- Fix: Avoid exception for results on cancel executions by @thoniTUB in #3710
- Fix: typo in method name by @thoniTUB in #3721
- adds documentation for integration tests by @thoniTUB in #3720
- Fix: ExecutionError on valid QueryPlan structure by @thoniTUB in #3711
- Arrow Result: Catch exception and enrich infos by @thoniTUB in #3729
- adds debug infos if an error is encountered during arrow rendering by @thoniTUB in #3733
- Merge Release by @github-actions in #3722
Full Changelog: v2.0.0-2025KW09-HOTFIX-BUCKET-DUPS...v2.0.0-2025KW19
2.0.0-2025KW09-HOTFIX-BUCKET-DUPS
What's Changed
Full Changelog: v2.0.0-2025KW09-HOTFIX-CACHE-KEYS...v2.0.0-2025KW09-HOTFIX-BUCKET-DUPS