Releases: QuesmaOrg/quesma
1.1.9
Quesma 1.1.9
Quesma version 1.1.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.1.9Release Notes:
- Fixed
_idfield behavior when@timestampcolumn is missing - Add support for
FROM cluster(clusterName, tableName)syntax - Support client certificate auth in Elasticsearch/Opensearch backend connectors
- Minor query-related fixes
All tags URL: https://hub.docker.com/r/quesma/quesma/tags
1.1.8
Quesma 1.1.8
Quesma version 1.1.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.1.8Release Notes:
- A lot of improvements to
Maptype handling. In our manual testsStringmaps seemed to be working fully correctly (including highlighting), but they are still an experimental feature. - Full support for new
rateaggregation (available in UI since Kibana 8.15). - Fix to queries being handled by Quesma, but not showing in our UI.
- Better error logging.
All tags URL: https://hub.docker.com/r/quesma/quesma/tags
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.7Release Notes:
- Query generation fixes (related to
__quesma_matchoperator) - Further improvements to
Maptype 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.6Release Notes:
- Adding improved support for
Maptype (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.5Release Notes:
- Fix for
match_phrasequery - Reduced verbosity of failed
INSERTstatements 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.4Release 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.3Release 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.2Release 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.1Release 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.0Release 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
clusterNamein 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 clusterNameclause ofCREATE TABLEstatements 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 generatedLIKESQL queries.
All tags URL: https://hub.docker.com/r/quesma/quesma/tags