From 9b2b6ec82b6b145f2adca88652a8a8fb8a1f1b61 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Wed, 22 Jan 2025 12:32:32 +0000 Subject: [PATCH] chore: release 4.12.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 --- CHANGELOG.md | 15 +++++++++++++++ algolia/abtesting/client.go | 2 +- algolia/analytics/client.go | 2 +- algolia/composition/client.go | 2 +- algolia/ingestion/client.go | 2 +- algolia/insights/client.go | 2 +- algolia/monitoring/client.go | 2 +- algolia/personalization/client.go | 2 +- algolia/query-suggestions/client.go | 2 +- algolia/recommend/client.go | 2 +- algolia/search/client.go | 2 +- 11 files changed, 25 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 827cbbaea..148f6b30c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [4.12.0](https://github.com/algolia/algoliasearch-client-go/compare/4.11.0...4.12.0) + +- [5aa57630d6](https://github.com/algolia/api-clients-automation/commit/5aa57630d6) feat(specs): only use shortname in the source input ([#4287](https://github.com/algolia/api-clients-automation/pull/4287)) by [@millotp](https://github.com/millotp/) +- [1e847f4caf](https://github.com/algolia/api-clients-automation/commit/1e847f4caf) fix(specs): move customRanking and keepDiacriticsOnCharacters to indexSettings ([#4324](https://github.com/algolia/api-clients-automation/pull/4324)) by [@millotp](https://github.com/millotp/) +- [13742383ab](https://github.com/algolia/api-clients-automation/commit/13742383ab) chore(deps): dependencies 2025-01-13 ([#4325](https://github.com/algolia/api-clients-automation/pull/4325)) by [@algolia-bot](https://github.com/algolia-bot/) +- [57d528a481](https://github.com/algolia/api-clients-automation/commit/57d528a481) feat(clients): endpoint level timeout part 2 ([#4318](https://github.com/algolia/api-clients-automation/pull/4318)) by [@Fluf22](https://github.com/Fluf22/) +- [58cc5449f5](https://github.com/algolia/api-clients-automation/commit/58cc5449f5) fix(specs): optionalFilters additional explanation ([#4353](https://github.com/algolia/api-clients-automation/pull/4353)) by [@kai687](https://github.com/kai687/) +- [700441942e](https://github.com/algolia/api-clients-automation/commit/700441942e) fix(specs): deprecate task v1 ([#4327](https://github.com/algolia/api-clients-automation/pull/4327)) by [@millotp](https://github.com/millotp/) +- [3b129e01df](https://github.com/algolia/api-clients-automation/commit/3b129e01df) fix(specs): ingestion expected and received events type ([#4356](https://github.com/algolia/api-clients-automation/pull/4356)) by [@shortcuts](https://github.com/shortcuts/) +- [22167b8e68](https://github.com/algolia/api-clients-automation/commit/22167b8e68) fix(specs): extend Analytics descriptions ([#4360](https://github.com/algolia/api-clients-automation/pull/4360)) by [@gazconroy](https://github.com/gazconroy/) +- [5b14906c1e](https://github.com/algolia/api-clients-automation/commit/5b14906c1e) fix(specs): remove the processing outcome ([#4359](https://github.com/algolia/api-clients-automation/pull/4359)) by [@millotp](https://github.com/millotp/) +- [952639f0fb](https://github.com/algolia/api-clients-automation/commit/952639f0fb) fix(specs): adjust style for banner descriptions ([#4362](https://github.com/algolia/api-clients-automation/pull/4362)) by [@kai687](https://github.com/kai687/) +- [83f188d333](https://github.com/algolia/api-clients-automation/commit/83f188d333) feat(specs): rename composition to composition-full (private) and add composition (public) ([#4357](https://github.com/algolia/api-clients-automation/pull/4357)) by [@e-krebs](https://github.com/e-krebs/) +- [eb83e3bc8a](https://github.com/algolia/api-clients-automation/commit/eb83e3bc8a) docs: lot of guides ([#4355](https://github.com/algolia/api-clients-automation/pull/4355)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.11.0](https://github.com/algolia/algoliasearch-client-go/compare/4.10.2...4.11.0) - [b569646304](https://github.com/algolia/api-clients-automation/commit/b569646304) fix(specs): drop singer from ingestion specs ([#4281](https://github.com/algolia/api-clients-automation/pull/4281)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/algolia/abtesting/client.go b/algolia/abtesting/client.go index e2d08a718..10f3c277f 100644 --- a/algolia/abtesting/client.go +++ b/algolia/abtesting/client.go @@ -90,7 +90,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.11.0); Go (%s); Abtesting (4.11.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.12.0); Go (%s); Abtesting (4.12.0)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request. diff --git a/algolia/analytics/client.go b/algolia/analytics/client.go index a2719a44a..12921fe2d 100644 --- a/algolia/analytics/client.go +++ b/algolia/analytics/client.go @@ -90,7 +90,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.11.0); Go (%s); Analytics (4.11.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.12.0); Go (%s); Analytics (4.12.0)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request. diff --git a/algolia/composition/client.go b/algolia/composition/client.go index 6ab08f009..4a99cd791 100644 --- a/algolia/composition/client.go +++ b/algolia/composition/client.go @@ -92,7 +92,7 @@ func getDefaultHosts(appID string) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.11.0); Go (%s); Composition (4.11.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.12.0); Go (%s); Composition (4.12.0)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request. diff --git a/algolia/ingestion/client.go b/algolia/ingestion/client.go index 11e335cd7..a4a5f09e6 100644 --- a/algolia/ingestion/client.go +++ b/algolia/ingestion/client.go @@ -86,7 +86,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.11.0); Go (%s); Ingestion (4.11.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.12.0); Go (%s); Ingestion (4.12.0)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request. diff --git a/algolia/insights/client.go b/algolia/insights/client.go index 0b2477741..12bff5b3c 100644 --- a/algolia/insights/client.go +++ b/algolia/insights/client.go @@ -90,7 +90,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.11.0); Go (%s); Insights (4.11.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.12.0); Go (%s); Insights (4.12.0)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request. diff --git a/algolia/monitoring/client.go b/algolia/monitoring/client.go index c48a173e6..bca292560 100644 --- a/algolia/monitoring/client.go +++ b/algolia/monitoring/client.go @@ -83,7 +83,7 @@ func getDefaultHosts() []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.11.0); Go (%s); Monitoring (4.11.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.12.0); Go (%s); Monitoring (4.12.0)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request. diff --git a/algolia/personalization/client.go b/algolia/personalization/client.go index dad636ca9..2ca6e9829 100644 --- a/algolia/personalization/client.go +++ b/algolia/personalization/client.go @@ -86,7 +86,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.11.0); Go (%s); Personalization (4.11.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.12.0); Go (%s); Personalization (4.12.0)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request. diff --git a/algolia/query-suggestions/client.go b/algolia/query-suggestions/client.go index 85f721a1d..1f7c4063a 100644 --- a/algolia/query-suggestions/client.go +++ b/algolia/query-suggestions/client.go @@ -86,7 +86,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.11.0); Go (%s); QuerySuggestions (4.11.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.12.0); Go (%s); QuerySuggestions (4.12.0)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request. diff --git a/algolia/recommend/client.go b/algolia/recommend/client.go index b195a9edc..da26eb849 100644 --- a/algolia/recommend/client.go +++ b/algolia/recommend/client.go @@ -92,7 +92,7 @@ func getDefaultHosts(appID string) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.11.0); Go (%s); Recommend (4.11.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.12.0); Go (%s); Recommend (4.12.0)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request. diff --git a/algolia/search/client.go b/algolia/search/client.go index 13bdf766e..e83e07e95 100644 --- a/algolia/search/client.go +++ b/algolia/search/client.go @@ -92,7 +92,7 @@ func getDefaultHosts(appID string) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.11.0); Go (%s); Search (4.11.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.12.0); Go (%s); Search (4.12.0)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request.