From f942a72b5614186d67ee7789c3d09f16e6756057 Mon Sep 17 00:00:00 2001 From: Saad Ardati Date: Fri, 6 Oct 2023 12:33:23 +0300 Subject: [PATCH 1/3] Update dependencies & update CHANGELOG.md --- CHANGELOG.md | 3 +++ pubspec.yaml | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a6bb5..fbf43dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.3.14 +- Update dependencies. + ## 0.3.13 - Made the `_score` field nullable in case it's not returned by the `top_hits` aggregation result. ([#68](https://github.com/isoos/elastic_client/pull/68) by [gvisniuc](https://github.com/gvisniuc)) diff --git a/pubspec.yaml b/pubspec.yaml index 772ad4d..da2e39f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,18 +2,18 @@ name: elastic_client description: > Dart bindings for ElasticSearch HTTP API. ElasticSearch is a full-text search engine based on Lucene. -version: 0.3.12 +version: 0.3.14 homepage: https://github.com/isoos/elastic_client environment: sdk: ">=2.12.0 <3.0.0" dependencies: - http: ^0.13.0 - http_client: ^1.5.1 - meta: ^1.0.0 + http: ^1.1.0 + http_client: ^1.5.3 + meta: ^1.9.1 dev_dependencies: - docker_process: ^1.2.0 - pedantic: ^1.0.0 - test: ^1.0.0 + docker_process: ^1.3.1 + pedantic: ^1.11.1 + test: ^1.24.7 From 7e5892467e90391b12f0641e3f01b721025c61b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20So=C3=B3s?= Date: Fri, 6 Oct 2023 12:01:14 +0200 Subject: [PATCH 2/3] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index da2e39f..4a03477 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ version: 0.3.14 homepage: https://github.com/isoos/elastic_client environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.12.0 <4.0.0" dependencies: http: ^1.1.0 From 6cf5645c6d3c6a784b0ac7b70a29895cd81fcca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20So=C3=B3s?= Date: Fri, 6 Oct 2023 12:02:20 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf43dc..b2c1743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 0.3.14 -- Update dependencies. + +- Updated dependencies. ([#69](https://github.com/isoos/elastic_client/pull/69) by [SaadArdati](https://github.com/SaadArdati)). ## 0.3.13 - Made the `_score` field nullable in case it's not returned by the `top_hits` aggregation result. ([#68](https://github.com/isoos/elastic_client/pull/68) by [gvisniuc](https://github.com/gvisniuc))