From 72c63148131b2398cb1a533742960ed4552b2599 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Tue, 17 Sep 2024 07:44:15 +0000 Subject: [PATCH] chore: release 4.3.2 Co-authored-by: algolia-bot Co-authored-by: Thomas Raffray --- CHANGELOG.md | 4 ++++ algolia/abtesting/client.go | 2 +- algolia/analytics/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 +- 10 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daba44e12..c1f938c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.3.2](https://github.com/algolia/algoliasearch-client-go/compare/4.3.1...4.3.2) + +- [638058eae](https://github.com/algolia/api-clients-automation/commit/638058eae) fix(specs): update search api specs [skip-bc] ([#3760](https://github.com/algolia/api-clients-automation/pull/3760)) by [@Fluf22](https://github.com/Fluf22/) + ## [4.3.1](https://github.com/algolia/algoliasearch-client-go/compare/4.3.0...4.3.1) - [d4df544d6](https://github.com/algolia/api-clients-automation/commit/d4df544d6) fix(specs): remove usage [skip-bc] ([#3691](https://github.com/algolia/api-clients-automation/pull/3691)) by [@kai687](https://github.com/kai687/) diff --git a/algolia/abtesting/client.go b/algolia/abtesting/client.go index 07eb5a2d8..bcc13e13d 100644 --- a/algolia/abtesting/client.go +++ b/algolia/abtesting/client.go @@ -80,7 +80,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.3.1); Go (%s); Abtesting (4.3.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.3.2); Go (%s); Abtesting (4.3.2)", 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 e91af39e0..e6600a0b0 100644 --- a/algolia/analytics/client.go +++ b/algolia/analytics/client.go @@ -80,7 +80,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.3.1); Go (%s); Analytics (4.3.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.3.2); Go (%s); Analytics (4.3.2)", 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 525813688..84c90f17c 100644 --- a/algolia/ingestion/client.go +++ b/algolia/ingestion/client.go @@ -76,7 +76,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.3.1); Go (%s); Ingestion (4.3.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.3.2); Go (%s); Ingestion (4.3.2)", 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 8e543e3e9..a44d73ec6 100644 --- a/algolia/insights/client.go +++ b/algolia/insights/client.go @@ -80,7 +80,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.3.1); Go (%s); Insights (4.3.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.3.2); Go (%s); Insights (4.3.2)", 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 b7ea230a0..55a3c8dce 100644 --- a/algolia/monitoring/client.go +++ b/algolia/monitoring/client.go @@ -73,7 +73,7 @@ func getDefaultHosts() []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.3.1); Go (%s); Monitoring (4.3.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.3.2); Go (%s); Monitoring (4.3.2)", 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 c7c5ff036..5f0c1945d 100644 --- a/algolia/personalization/client.go +++ b/algolia/personalization/client.go @@ -76,7 +76,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.3.1); Go (%s); Personalization (4.3.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.3.2); Go (%s); Personalization (4.3.2)", 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 883745ccc..3deec6d51 100644 --- a/algolia/query-suggestions/client.go +++ b/algolia/query-suggestions/client.go @@ -76,7 +76,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.3.1); Go (%s); QuerySuggestions (4.3.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.3.2); Go (%s); QuerySuggestions (4.3.2)", 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 d9c61dfb2..68329ecf7 100644 --- a/algolia/recommend/client.go +++ b/algolia/recommend/client.go @@ -82,7 +82,7 @@ func getDefaultHosts(appID string) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.3.1); Go (%s); Recommend (4.3.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.3.2); Go (%s); Recommend (4.3.2)", 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 8f20a2b2d..7f5f4cdca 100644 --- a/algolia/search/client.go +++ b/algolia/search/client.go @@ -82,7 +82,7 @@ func getDefaultHosts(appID string) []transport.StatefulHost { } func getUserAgent() string { - return fmt.Sprintf("Algolia for Go (4.3.1); Go (%s); Search (4.3.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.3.2); Go (%s); Search (4.3.2)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request.