Releases: QuesmaOrg/quesma
1.1.7
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
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
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
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
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
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
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
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:The cluster name will be used in a- name: clickhouse-backend-connector type: clickhouse-os config: database: "my_db" clusterName: "my_cluster"
ON CLUSTER clusterName
clause ofCREATE 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 generatedLIKE
SQL queries.
All tags URL: https://hub.docker.com/r/quesma/quesma/tags
1.0.9
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
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