Releases: Trendyol/es-query-builder
Releases · Trendyol/es-query-builder
v1.0.2
Changelog
- 1aea68a: Feature/terms aggs missing features (#56) (@GokselKUCUKSAHIN)
- d98cf28: workflow: disable security-gates due to broken pipelines (@GokselKUCUKSAHIN)
- 370c23b: workflow: disable security-gates due to broken pipelines (@GokselKUCUKSAHIN)
- 966902d: workflow: fix build-test.yml (@GokselKUCUKSAHIN)
- 38522e5: workflow: golangci-lint reenable the cache (@GokselKUCUKSAHIN)
- 4207c01: workflow: golangci-lint skip cache (@GokselKUCUKSAHIN)
- 788da98: workflow: reeanble security-gates.yml (@GokselKUCUKSAHIN)
- 828314c: workflow: rollback (@GokselKUCUKSAHIN)
- c05568c: workflow: temporary disable to build-test.yml (@GokselKUCUKSAHIN)
- 87f2b2d: workflow: update security-gates.yml (@GokselKUCUKSAHIN)
v1.0.0
Changelog
Finally v1.00 🎉🎊🥳
v0.6.2
Changelog
- 7208ec2: Update supported versions (@GokselKUCUKSAHIN)
- 4c8db96: feature: implement ids query (@GokselKUCUKSAHIN)
v0.6.0
Changelog
- 8a8aef7: feature: add collect mode enum (@GokselKUCUKSAHIN)
- f7a71e0: feature: add execution hint enum (@GokselKUCUKSAHIN)
- 1398572: feature: add new aggs query implementation (@GokselKUCUKSAHIN)
- e001256: feature: aggregation_avg implemented (@GokselKUCUKSAHIN)
- f9d5689: feature: aggregation_cardinality implemented (@GokselKUCUKSAHIN)
- b1d5afc: feature: aggregation_extended_stats implemented (@GokselKUCUKSAHIN)
- 67396c9: feature: aggregation_max implemented (@GokselKUCUKSAHIN)
- 33bdd0f: feature: aggregation_min implemented (@GokselKUCUKSAHIN)
- 79d4ff1: feature: aggregation_multi_terms implemented (@GokselKUCUKSAHIN)
- 7c5129a: feature: aggregation_nested implemented (@GokselKUCUKSAHIN)
- 46634e8: feature: aggregation_order implemented (@GokselKUCUKSAHIN)
- 8df3e9a: feature: aggregation_stats implemented (@GokselKUCUKSAHIN)
- 622a0ee: feature: aggregation_sum implemented (@GokselKUCUKSAHIN)
- 77474bf: feature: aggregation_terms implemented (@GokselKUCUKSAHIN)
- 9acfcf5: feature: remove old aggregation query implementation (@GokselKUCUKSAHIN)
v0.5.2
Changelog
- ede4cec: feature: add script query support (@GokselKUCUKSAHIN)
- 247b233: makefile: update golangci-lint version to v1.64.8 (@GokselKUCUKSAHIN)
v0.5.0
Changelog
- f7c6b59: feature: add
min_doc_count
support for terms aggregation. (@GokselKUCUKSAHIN) - be61b8f: feature: add coverage and show-uncovered Makefile rules (@GokselKUCUKSAHIN)
- 2d482ee: feature: implement
constant_score
query (@GokselKUCUKSAHIN)
v0.4.9
Changelog
- 1ddbd8c: build(deps): bump golang.org/x/net in /internal/integration-test (@dependabot[bot])
v0.4.8
Changelog
- f334798: feature: bump jsonx version to v1.0.7 (@GokselKUCUKSAHIN)
- 41deb7f: feature: improve correctType's performance over 40% 🚀 (@GokselKUCUKSAHIN)
- d4cea9e: feature: use pre allocating for slice (@GokselKUCUKSAHIN)
- 20d76e2: hotfix: update golang.org/x/crypto to v0.35.0 to prevent GO-2025-3487 vulnurability (@GokselKUCUKSAHIN)
- 44a3674: workflow: update dependabot settings for gomod (@GokselKUCUKSAHIN)
v0.4.7
Changelog
- 4c14359: feature: add nestedSort support. split sort as seperate go file. (@GokselKUCUKSAHIN)
- d040f0b: feature: implememnt generic base elasticsearch repository (@GokselKUCUKSAHIN)
- 2624833: feature: improve copy method (@GokselKUCUKSAHIN)
- aee1c88: feature: improve integration testing suite (@GokselKUCUKSAHIN)
- ee13ce2: testing: update all the outdated integration test dependencies. (@GokselKUCUKSAHIN)
- 819da8e: tests: add new integration test using pokedex repository (@GokselKUCUKSAHIN)
- 2433673: tests: add new integration tests. (@GokselKUCUKSAHIN)
v0.4.6
Changelog
- c123fa0: doc: update readme with v0.4.2 benchmark results. add multi filter benchmark test (@GokselKUCUKSAHIN)
- b2eb9d1: feature: add GenericObject under types.go (@GokselKUCUKSAHIN)
- e2ce580: feature: add Script Languages enum and coresponding unit tests 📝 (@GokselKUCUKSAHIN)
- 08bfb8e: feature: add Script support for es-query-builder (@GokselKUCUKSAHIN)
- 5bc166a: feature: add TermsSet query support for es-query-builder + unit tests (@GokselKUCUKSAHIN)
- 1365e02: feature: add script_fields support for inner_hits (@GokselKUCUKSAHIN)
- b3f9c3b: fix: limit Terms query types to primitives and their derivatives (@GokselKUCUKSAHIN)
- e5e53a4: internal: run_bench.go removed from project and switch to go-run-bench project. add init for Makefile (@GokselKUCUKSAHIN)
- ca95326: internal: update go-run-bench to v1.0.1 (@GokselKUCUKSAHIN)
- 23fc3a1: internal: update run-benchmark parameters (@GokselKUCUKSAHIN)
- f6adb63: makefile: set gotestfmt's version to v2.5.0 rather than latest (@GokselKUCUKSAHIN)
- b19fa85: workflow: add security-gates workflow and update README (@emrecanvurallll)
- ec3e1a9: workflow: add dependabot integration (@GokselKUCUKSAHIN)
- c653495: workflow: add permission to build.yml (@GokselKUCUKSAHIN)
- 269de6a: workflow: update SARIF name on scorecard.yml (@GokselKUCUKSAHIN)
- 9255b22: workflow: update build-test.yml permissions (@GokselKUCUKSAHIN)
- f8c1c42: workflow: update codecov-action (@GokselKUCUKSAHIN)
- d18e3d4: workflow: update release.yml (@GokselKUCUKSAHIN)
- 70ee547: workflow: update versions to commit hashes (@GokselKUCUKSAHIN)