Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Releases: ArnaudParant/sel

v7.17.1

19 Mar 18:25
6a6a2ce
Compare
Choose a tag to compare

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

22 Feb 09:46
f3238e3
Compare
Choose a tag to compare

Upgrade to ES 6.x

No changes into the SEL query system.

See the official Upgrade to Elasticsearch 6.x

v5.5.1

20 Feb 11:04
Compare
Choose a tag to compare

Upgrade to Elasticsearch 5.5

Changes

  • Split string type into text and keyword
  • 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 into search 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

16 Feb 15:11
Compare
Choose a tag to compare

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

01 Nov 14:31
Compare
Choose a tag to compare

First version