Skip to content

Releases: QuesmaOrg/quesma

1.1.7

14 Mar 14:34
e75fda2
Compare
Choose a tag to compare

Quesma 1.1.7

Quesma version 1.1.7 has been released! 🎊

Check it out at https://hub.docker.com/r/quesma/quesma! You can get the Docker image with:

docker pull quesma/quesma:1.1.7

Release Notes:

  • Query generation fixes (related to __quesma_match operator)
  • Further improvements to Map type handling

All tags URL: https://hub.docker.com/r/quesma/quesma/tags

1.1.6

12 Mar 15:40
7db7f5b
Compare
Choose a tag to compare

Quesma 1.1.6

Quesma version 1.1.6 has been released! 🎊

Check it out at https://hub.docker.com/r/quesma/quesma! You can get the Docker image with:

docker pull quesma/quesma:1.1.6

Release Notes:

  • Adding improved support for Map type (mapFieldsDiscoveringEnabled), ref: #1364
  • Adding support for CSV export in Kibana, ref: #1363
  • Adding support for setting table partitioning (partitioningStrategy) for tables created by Quesma, ref:#1347
  • Fixes and improvements to selected Elasticsearch DSL queries

All tags URL: https://hub.docker.com/r/quesma/quesma/tags

1.1.5

07 Mar 10:07
3d079a1
Compare
Choose a tag to compare

Quesma 1.1.5

Quesma version 1.1.5 has been released! 🎊

Check it out at https://hub.docker.com/r/quesma/quesma! You can get the Docker image with:

docker pull quesma/quesma:1.1.5

Release Notes:

  • Fix for match_phrase query
  • Reduced verbosity of failed INSERT statements in debug log
  • Fixes for table discovery process

All tags URL: https://hub.docker.com/r/quesma/quesma/tags

1.1.4

05 Mar 13:24
4a191fe
Compare
Choose a tag to compare

Quesma 1.1.4

Quesma version 1.1.4 has been released! 🎊

Check it out at https://hub.docker.com/r/quesma/quesma! You can get the Docker image with:

docker pull quesma/quesma:1.1.4

Release Notes:

  • Improvements in logging and error handling
  • Bugfixes to some of the aggregations
  • Better Grafana support
  • Adding experimental support for “field map syntax”

All tags URL: https://hub.docker.com/r/quesma/quesma/tags

1.1.3

20 Feb 15:11
7256a34
Compare
Choose a tag to compare

Quesma 1.1.3

Quesma version 1.1.3 has been released! 🎊

Check it out at https://hub.docker.com/r/quesma/quesma! You can get the Docker image with:

docker pull quesma/quesma:1.1.3

Release Notes:

  • This is a minor patch which improves logging for client-side errors (e.g. when Quesma failed to read request body)

All tags URL: https://hub.docker.com/r/quesma/quesma/tags

1.1.2

20 Feb 13:55
07a5eda
Compare
Choose a tag to compare

Quesma 1.1.2

Quesma version 1.1.2 has been released! 🎊

Check it out at https://hub.docker.com/r/quesma/quesma! You can get the Docker image with:

docker pull quesma/quesma:1.1.2

Release Notes:

  • This is a minor patch which improves logging for client-side errors (e.g. when Quesma failed to read request body)

All tags URL: https://hub.docker.com/r/quesma/quesma/tags

1.1.1

20 Feb 09:10
28443f6
Compare
Choose a tag to compare

Quesma 1.1.1

Quesma version 1.1.1 has been released! 🎊

Check it out at https://hub.docker.com/r/quesma/quesma! You can get the Docker image with:

docker pull quesma/quesma:1.1.1

Release Notes:

  • Fixed table creation bug where Quesma tried to create column of Nullable(Tuple(.. type
  • Added Prometheus monitoring endpoint

All tags URL: https://hub.docker.com/r/quesma/quesma/tags

1.1.0

14 Feb 13:19
b319526
Compare
Choose a tag to compare

Quesma 1.1.0

Quesma version 1.1.0 has been released! 🎊

Check it out at https://hub.docker.com/r/quesma/quesma! You can get the Docker image with:

docker pull quesma/quesma:1.1.0

Release Notes:
This is a minor version release with new support for specifying ClickHouse cluster name (for distributed clusters) and several bug fixes.

New features:

  • Configurable clusterName in ClickHouse backend connector configuration. On distributed ClickHouse clusters, creating tables should be performed on all nodes of the cluster. Now in Quesma 1.1.0, Quesma will create tables on all nodes of a cluster if you specify the cluster name in backend connector configuration:
    - name: clickhouse-backend-connector
      type: clickhouse-os
      config:
        database: "my_db"
        clusterName: "my_cluster"
    The cluster name will be used in a ON CLUSTER clusterName clause of CREATE TABLE statements executed by Quesma, ensuring the table is created on all nodes of the cluster.

Bug fixes:

  • Log verbosity: Quesma could generate a large amount of logs in certain cases. This is now improved by:
    • Global rate limiting of logs - limiting the number of log lines per hour.
    • Deduplicating logs related to ingest validation error - an instance of validation error is printed only once instead of per each bulk/insert request.
  • Logging of URLs of requests which Quesma failed to read (Error reading request body).
  • Bugfixes to ingest validation of arrays/maps (especially ones nested multiple times).
  • Fix escaping % and _ characters in generated LIKE SQL queries.

All tags URL: https://hub.docker.com/r/quesma/quesma/tags

1.0.9

11 Feb 15:20
04ba601
Compare
Choose a tag to compare

Quesma 1.0.9

Quesma version 1.0.9 has been released! 🎊

Check it out at https://hub.docker.com/r/quesma/quesma! You can get the Docker image with:

docker pull quesma/quesma:1.0.9

Release Notes:
This is a patch version release with bug fixes. Issues addressed:

  • Skipping column creation for invalid/incompletely inferred types
  • Minor fixes in aggregation queries
  • Improving Elasticsearch _msearch query endpoint handling

All tags URL: https://hub.docker.com/r/quesma/quesma/tags

1.0.8

06 Feb 14:00
3ddb71b
Compare
Choose a tag to compare

Quesma 1.0.8

Quesma version 1.0.8 has been released! 🎊

Check it out at https://hub.docker.com/r/quesma/quesma! You can get the Docker image with:

docker pull quesma/quesma:1.0.8

Release Notes:

  • This is a patch version release with bug fixes.

All tags URL: https://hub.docker.com/r/quesma/quesma/tags