From d8580015bb8329e6a7e299a9e0ccd8d80390ce8f Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Tue, 6 Aug 2024 16:42:17 +0000 Subject: [PATCH] chore: release 1.21.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: algolia-bot Co-authored-by: Clément Vannicatte --- packages/algoliasearch/CHANGELOG.md | 11 +++++++++++ packages/algoliasearch/lib/src/version.dart | 2 +- packages/algoliasearch/pubspec.yaml | 8 ++++---- packages/client_core/CHANGELOG.md | 11 +++++++++++ packages/client_core/lib/src/version.dart | 2 +- packages/client_core/pubspec.yaml | 2 +- packages/client_insights/CHANGELOG.md | 11 +++++++++++ packages/client_insights/lib/src/version.dart | 2 +- packages/client_insights/pubspec.yaml | 4 ++-- packages/client_recommend/CHANGELOG.md | 11 +++++++++++ packages/client_recommend/lib/src/version.dart | 2 +- packages/client_recommend/pubspec.yaml | 4 ++-- packages/client_search/CHANGELOG.md | 11 +++++++++++ packages/client_search/lib/src/version.dart | 2 +- packages/client_search/pubspec.yaml | 4 ++-- 15 files changed, 71 insertions(+), 16 deletions(-) diff --git a/packages/algoliasearch/CHANGELOG.md b/packages/algoliasearch/CHANGELOG.md index e0258c2..6151f9a 100644 --- a/packages/algoliasearch/CHANGELOG.md +++ b/packages/algoliasearch/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.21.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.20.0...1.21.0) + +- [ac0cadb8a](https://github.com/algolia/api-clients-automation/commit/ac0cadb8a) feat(specs): add transformation copilot to ingestion ([#3479](https://github.com/algolia/api-clients-automation/pull/3479)) by [@Fluf22](https://github.com/Fluf22/) +- [08a04dec8](https://github.com/algolia/api-clients-automation/commit/08a04dec8) fix(specs): ingestion destination reject indexPrefix ([#3478](https://github.com/algolia/api-clients-automation/pull/3478)) by [@shortcuts](https://github.com/shortcuts/) +- [cdd673d33](https://github.com/algolia/api-clients-automation/commit/cdd673d33) fix(specs): ingestion destinations and transformations ([#3477](https://github.com/algolia/api-clients-automation/pull/3477)) by [@shortcuts](https://github.com/shortcuts/) +- [b4742be76](https://github.com/algolia/api-clients-automation/commit/b4742be76) fix(clients): move the license to the root ([#3457](https://github.com/algolia/api-clients-automation/pull/3457)) by [@millotp](https://github.com/millotp/) +- [e5d14171c](https://github.com/algolia/api-clients-automation/commit/e5d14171c) fix(specs): dictionary entry for stopwords has type property ([#3456](https://github.com/algolia/api-clients-automation/pull/3456)) by [@kai687](https://github.com/kai687/) +- [7af1e75e9](https://github.com/algolia/api-clients-automation/commit/7af1e75e9) fix(specs): body is not required in multiple batch request ([#3454](https://github.com/algolia/api-clients-automation/pull/3454)) by [@kai687](https://github.com/kai687/) +- [b90bef261](https://github.com/algolia/api-clients-automation/commit/b90bef261) feat(specs): add runSource endpoint ([#3453](https://github.com/algolia/api-clients-automation/pull/3453)) by [@millotp](https://github.com/millotp/) +- [27679b7fd](https://github.com/algolia/api-clients-automation/commit/27679b7fd) chore(clients): remove mention of GA ([#3452](https://github.com/algolia/api-clients-automation/pull/3452)) by [@millotp](https://github.com/millotp/) + ## [1.20.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.19.0...1.20.0) - [e982ddf0a](https://github.com/algolia/api-clients-automation/commit/e982ddf0a) fix(specs): built-in ops accept also int ([#3450](https://github.com/algolia/api-clients-automation/pull/3450)) by [@kai687](https://github.com/kai687/) diff --git a/packages/algoliasearch/lib/src/version.dart b/packages/algoliasearch/lib/src/version.dart index 4544ce0..1398e51 100644 --- a/packages/algoliasearch/lib/src/version.dart +++ b/packages/algoliasearch/lib/src/version.dart @@ -1,2 +1,2 @@ /// Current package version -const packageVersion = '1.20.0'; +const packageVersion = '1.21.0'; diff --git a/packages/algoliasearch/pubspec.yaml b/packages/algoliasearch/pubspec.yaml index 0e25b3c..5879b4a 100644 --- a/packages/algoliasearch/pubspec.yaml +++ b/packages/algoliasearch/pubspec.yaml @@ -1,5 +1,5 @@ name: algoliasearch -version: 1.20.0 +version: 1.21.0 description: A Dart package for Algolia. Enables seamless integration for instant search, typo tolerance & user insights, and more, in Dart/Flutter apps. homepage: https://www.algolia.com/doc/ repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/algoliasearch @@ -11,9 +11,9 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: - algolia_client_core: ^1.20.0 - algolia_client_search: ^1.20.0 - algolia_client_insights: ^1.20.0 + algolia_client_core: ^1.21.0 + algolia_client_search: ^1.21.0 + algolia_client_insights: ^1.21.0 json_annotation: ^4.8.1 collection: ^1.17.1 diff --git a/packages/client_core/CHANGELOG.md b/packages/client_core/CHANGELOG.md index 96385c8..28856cf 100644 --- a/packages/client_core/CHANGELOG.md +++ b/packages/client_core/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.21.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.20.0...1.21.0) + +- [ac0cadb8a](https://github.com/algolia/api-clients-automation/commit/ac0cadb8a) feat(specs): add transformation copilot to ingestion ([#3479](https://github.com/algolia/api-clients-automation/pull/3479)) by [@Fluf22](https://github.com/Fluf22/) +- [08a04dec8](https://github.com/algolia/api-clients-automation/commit/08a04dec8) fix(specs): ingestion destination reject indexPrefix ([#3478](https://github.com/algolia/api-clients-automation/pull/3478)) by [@shortcuts](https://github.com/shortcuts/) +- [cdd673d33](https://github.com/algolia/api-clients-automation/commit/cdd673d33) fix(specs): ingestion destinations and transformations ([#3477](https://github.com/algolia/api-clients-automation/pull/3477)) by [@shortcuts](https://github.com/shortcuts/) +- [b4742be76](https://github.com/algolia/api-clients-automation/commit/b4742be76) fix(clients): move the license to the root ([#3457](https://github.com/algolia/api-clients-automation/pull/3457)) by [@millotp](https://github.com/millotp/) +- [e5d14171c](https://github.com/algolia/api-clients-automation/commit/e5d14171c) fix(specs): dictionary entry for stopwords has type property ([#3456](https://github.com/algolia/api-clients-automation/pull/3456)) by [@kai687](https://github.com/kai687/) +- [7af1e75e9](https://github.com/algolia/api-clients-automation/commit/7af1e75e9) fix(specs): body is not required in multiple batch request ([#3454](https://github.com/algolia/api-clients-automation/pull/3454)) by [@kai687](https://github.com/kai687/) +- [b90bef261](https://github.com/algolia/api-clients-automation/commit/b90bef261) feat(specs): add runSource endpoint ([#3453](https://github.com/algolia/api-clients-automation/pull/3453)) by [@millotp](https://github.com/millotp/) +- [27679b7fd](https://github.com/algolia/api-clients-automation/commit/27679b7fd) chore(clients): remove mention of GA ([#3452](https://github.com/algolia/api-clients-automation/pull/3452)) by [@millotp](https://github.com/millotp/) + ## [1.20.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.19.0...1.20.0) - [e982ddf0a](https://github.com/algolia/api-clients-automation/commit/e982ddf0a) fix(specs): built-in ops accept also int ([#3450](https://github.com/algolia/api-clients-automation/pull/3450)) by [@kai687](https://github.com/kai687/) diff --git a/packages/client_core/lib/src/version.dart b/packages/client_core/lib/src/version.dart index 4544ce0..1398e51 100644 --- a/packages/client_core/lib/src/version.dart +++ b/packages/client_core/lib/src/version.dart @@ -1,2 +1,2 @@ /// Current package version -const packageVersion = '1.20.0'; +const packageVersion = '1.21.0'; diff --git a/packages/client_core/pubspec.yaml b/packages/client_core/pubspec.yaml index 195c9d0..c64b417 100644 --- a/packages/client_core/pubspec.yaml +++ b/packages/client_core/pubspec.yaml @@ -3,7 +3,7 @@ description: >- Algolia Client Core is a Dart package for seamless Algolia API integration, offering HTTP request handling, retry strategy, and robust exception management. -version: 1.20.0 +version: 1.21.0 homepage: https://www.algolia.com/doc/ repository: >- https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_core diff --git a/packages/client_insights/CHANGELOG.md b/packages/client_insights/CHANGELOG.md index 8c736af..379e814 100644 --- a/packages/client_insights/CHANGELOG.md +++ b/packages/client_insights/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.21.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.20.0...1.21.0) + +- [ac0cadb8a](https://github.com/algolia/api-clients-automation/commit/ac0cadb8a) feat(specs): add transformation copilot to ingestion ([#3479](https://github.com/algolia/api-clients-automation/pull/3479)) by [@Fluf22](https://github.com/Fluf22/) +- [08a04dec8](https://github.com/algolia/api-clients-automation/commit/08a04dec8) fix(specs): ingestion destination reject indexPrefix ([#3478](https://github.com/algolia/api-clients-automation/pull/3478)) by [@shortcuts](https://github.com/shortcuts/) +- [cdd673d33](https://github.com/algolia/api-clients-automation/commit/cdd673d33) fix(specs): ingestion destinations and transformations ([#3477](https://github.com/algolia/api-clients-automation/pull/3477)) by [@shortcuts](https://github.com/shortcuts/) +- [b4742be76](https://github.com/algolia/api-clients-automation/commit/b4742be76) fix(clients): move the license to the root ([#3457](https://github.com/algolia/api-clients-automation/pull/3457)) by [@millotp](https://github.com/millotp/) +- [e5d14171c](https://github.com/algolia/api-clients-automation/commit/e5d14171c) fix(specs): dictionary entry for stopwords has type property ([#3456](https://github.com/algolia/api-clients-automation/pull/3456)) by [@kai687](https://github.com/kai687/) +- [7af1e75e9](https://github.com/algolia/api-clients-automation/commit/7af1e75e9) fix(specs): body is not required in multiple batch request ([#3454](https://github.com/algolia/api-clients-automation/pull/3454)) by [@kai687](https://github.com/kai687/) +- [b90bef261](https://github.com/algolia/api-clients-automation/commit/b90bef261) feat(specs): add runSource endpoint ([#3453](https://github.com/algolia/api-clients-automation/pull/3453)) by [@millotp](https://github.com/millotp/) +- [27679b7fd](https://github.com/algolia/api-clients-automation/commit/27679b7fd) chore(clients): remove mention of GA ([#3452](https://github.com/algolia/api-clients-automation/pull/3452)) by [@millotp](https://github.com/millotp/) + ## [1.20.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.19.0...1.20.0) - [e982ddf0a](https://github.com/algolia/api-clients-automation/commit/e982ddf0a) fix(specs): built-in ops accept also int ([#3450](https://github.com/algolia/api-clients-automation/pull/3450)) by [@kai687](https://github.com/kai687/) diff --git a/packages/client_insights/lib/src/version.dart b/packages/client_insights/lib/src/version.dart index 4544ce0..1398e51 100644 --- a/packages/client_insights/lib/src/version.dart +++ b/packages/client_insights/lib/src/version.dart @@ -1,2 +1,2 @@ /// Current package version -const packageVersion = '1.20.0'; +const packageVersion = '1.21.0'; diff --git a/packages/client_insights/pubspec.yaml b/packages/client_insights/pubspec.yaml index 90378dd..e1637d6 100644 --- a/packages/client_insights/pubspec.yaml +++ b/packages/client_insights/pubspec.yaml @@ -1,5 +1,5 @@ name: algolia_client_insights -version: 1.20.0 +version: 1.21.0 description: A sub-package of the AlgoliaSearch library, offering insights-specific functionalities for enhanced search and discovery in Dart/Flutter apps. homepage: https://www.algolia.com/doc/ repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_insights @@ -11,7 +11,7 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: - algolia_client_core: ^1.20.0 + algolia_client_core: ^1.21.0 json_annotation: ^4.8.1 collection: ^1.17.1 diff --git a/packages/client_recommend/CHANGELOG.md b/packages/client_recommend/CHANGELOG.md index 39f6b00..7327668 100644 --- a/packages/client_recommend/CHANGELOG.md +++ b/packages/client_recommend/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.21.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.20.0...1.21.0) + +- [ac0cadb8a](https://github.com/algolia/api-clients-automation/commit/ac0cadb8a) feat(specs): add transformation copilot to ingestion ([#3479](https://github.com/algolia/api-clients-automation/pull/3479)) by [@Fluf22](https://github.com/Fluf22/) +- [08a04dec8](https://github.com/algolia/api-clients-automation/commit/08a04dec8) fix(specs): ingestion destination reject indexPrefix ([#3478](https://github.com/algolia/api-clients-automation/pull/3478)) by [@shortcuts](https://github.com/shortcuts/) +- [cdd673d33](https://github.com/algolia/api-clients-automation/commit/cdd673d33) fix(specs): ingestion destinations and transformations ([#3477](https://github.com/algolia/api-clients-automation/pull/3477)) by [@shortcuts](https://github.com/shortcuts/) +- [b4742be76](https://github.com/algolia/api-clients-automation/commit/b4742be76) fix(clients): move the license to the root ([#3457](https://github.com/algolia/api-clients-automation/pull/3457)) by [@millotp](https://github.com/millotp/) +- [e5d14171c](https://github.com/algolia/api-clients-automation/commit/e5d14171c) fix(specs): dictionary entry for stopwords has type property ([#3456](https://github.com/algolia/api-clients-automation/pull/3456)) by [@kai687](https://github.com/kai687/) +- [7af1e75e9](https://github.com/algolia/api-clients-automation/commit/7af1e75e9) fix(specs): body is not required in multiple batch request ([#3454](https://github.com/algolia/api-clients-automation/pull/3454)) by [@kai687](https://github.com/kai687/) +- [b90bef261](https://github.com/algolia/api-clients-automation/commit/b90bef261) feat(specs): add runSource endpoint ([#3453](https://github.com/algolia/api-clients-automation/pull/3453)) by [@millotp](https://github.com/millotp/) +- [27679b7fd](https://github.com/algolia/api-clients-automation/commit/27679b7fd) chore(clients): remove mention of GA ([#3452](https://github.com/algolia/api-clients-automation/pull/3452)) by [@millotp](https://github.com/millotp/) + ## [1.20.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.19.0...1.20.0) - [e982ddf0a](https://github.com/algolia/api-clients-automation/commit/e982ddf0a) fix(specs): built-in ops accept also int ([#3450](https://github.com/algolia/api-clients-automation/pull/3450)) by [@kai687](https://github.com/kai687/) diff --git a/packages/client_recommend/lib/src/version.dart b/packages/client_recommend/lib/src/version.dart index 4544ce0..1398e51 100644 --- a/packages/client_recommend/lib/src/version.dart +++ b/packages/client_recommend/lib/src/version.dart @@ -1,2 +1,2 @@ /// Current package version -const packageVersion = '1.20.0'; +const packageVersion = '1.21.0'; diff --git a/packages/client_recommend/pubspec.yaml b/packages/client_recommend/pubspec.yaml index 7b041f0..83be08d 100644 --- a/packages/client_recommend/pubspec.yaml +++ b/packages/client_recommend/pubspec.yaml @@ -1,5 +1,5 @@ name: algolia_client_recommend -version: 1.20.0 +version: 1.21.0 description: A sub-package of the AlgoliaSearch library, offering recommend-specific functionalities for enhanced search and discovery in Dart/Flutter apps. homepage: https://www.algolia.com/doc/ repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_recommend @@ -11,7 +11,7 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: - algolia_client_core: ^1.20.0 + algolia_client_core: ^1.21.0 json_annotation: ^4.8.1 collection: ^1.17.1 diff --git a/packages/client_search/CHANGELOG.md b/packages/client_search/CHANGELOG.md index 537e5ed..982a0cb 100644 --- a/packages/client_search/CHANGELOG.md +++ b/packages/client_search/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.21.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.20.0...1.21.0) + +- [ac0cadb8a](https://github.com/algolia/api-clients-automation/commit/ac0cadb8a) feat(specs): add transformation copilot to ingestion ([#3479](https://github.com/algolia/api-clients-automation/pull/3479)) by [@Fluf22](https://github.com/Fluf22/) +- [08a04dec8](https://github.com/algolia/api-clients-automation/commit/08a04dec8) fix(specs): ingestion destination reject indexPrefix ([#3478](https://github.com/algolia/api-clients-automation/pull/3478)) by [@shortcuts](https://github.com/shortcuts/) +- [cdd673d33](https://github.com/algolia/api-clients-automation/commit/cdd673d33) fix(specs): ingestion destinations and transformations ([#3477](https://github.com/algolia/api-clients-automation/pull/3477)) by [@shortcuts](https://github.com/shortcuts/) +- [b4742be76](https://github.com/algolia/api-clients-automation/commit/b4742be76) fix(clients): move the license to the root ([#3457](https://github.com/algolia/api-clients-automation/pull/3457)) by [@millotp](https://github.com/millotp/) +- [e5d14171c](https://github.com/algolia/api-clients-automation/commit/e5d14171c) fix(specs): dictionary entry for stopwords has type property ([#3456](https://github.com/algolia/api-clients-automation/pull/3456)) by [@kai687](https://github.com/kai687/) +- [7af1e75e9](https://github.com/algolia/api-clients-automation/commit/7af1e75e9) fix(specs): body is not required in multiple batch request ([#3454](https://github.com/algolia/api-clients-automation/pull/3454)) by [@kai687](https://github.com/kai687/) +- [b90bef261](https://github.com/algolia/api-clients-automation/commit/b90bef261) feat(specs): add runSource endpoint ([#3453](https://github.com/algolia/api-clients-automation/pull/3453)) by [@millotp](https://github.com/millotp/) +- [27679b7fd](https://github.com/algolia/api-clients-automation/commit/27679b7fd) chore(clients): remove mention of GA ([#3452](https://github.com/algolia/api-clients-automation/pull/3452)) by [@millotp](https://github.com/millotp/) + ## [1.20.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.19.0...1.20.0) - [e982ddf0a](https://github.com/algolia/api-clients-automation/commit/e982ddf0a) fix(specs): built-in ops accept also int ([#3450](https://github.com/algolia/api-clients-automation/pull/3450)) by [@kai687](https://github.com/kai687/) diff --git a/packages/client_search/lib/src/version.dart b/packages/client_search/lib/src/version.dart index 4544ce0..1398e51 100644 --- a/packages/client_search/lib/src/version.dart +++ b/packages/client_search/lib/src/version.dart @@ -1,2 +1,2 @@ /// Current package version -const packageVersion = '1.20.0'; +const packageVersion = '1.21.0'; diff --git a/packages/client_search/pubspec.yaml b/packages/client_search/pubspec.yaml index 95ccf81..a3b454e 100644 --- a/packages/client_search/pubspec.yaml +++ b/packages/client_search/pubspec.yaml @@ -1,5 +1,5 @@ name: algolia_client_search -version: 1.20.0 +version: 1.21.0 description: A sub-package of the AlgoliaSearch library, offering search-specific functionalities for enhanced search and discovery in Dart/Flutter apps. homepage: https://www.algolia.com/doc/ repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_search @@ -11,7 +11,7 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: - algolia_client_core: ^1.20.0 + algolia_client_core: ^1.21.0 json_annotation: ^4.8.1 collection: ^1.17.1