This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Releases: ArnaudParant/sel
Releases · ArnaudParant/sel
v7.17.1
Upgrade to ES 7.x and Python 3.7
- Removed
doc_type
- Added ES auth system in tests
- Removed
mappings
level in schema.json in tests - Replace all deprecated
body
parameters
See the official Upgrade to Elasticsearch 7.x
v6.8.1
Upgrade to ES 6.x
No changes into the SEL query system.
See the official Upgrade to Elasticsearch 6.x
v5.5.1
Upgrade to Elasticsearch 5.5
Changes
- Split
string
type intotext
andkeyword
- Remove
missing
function - Remove default mode
avg
for sorts - Remove default aggregation size 0 for
histogram
Improvements
- Improve readability of tests
- Improve code coverage of tests
Open issues
- Missing
analyze_wildcard
intosearch
function - How to manage
download_aggreg
without aggregation size 0 (not allowed anymore) ?
See the official change log: Upgrade to Elasticsearch 5.x.
v2.4.2
Implement aggregation graph syntax
aggreg: label graph pie
Simply forward the value of graph
into the json response for the front.
Full Changelog: v2.4.1...v2.4.2
v2.4.1
First version