diff --git a/CHANGELOG.md b/CHANGELOG.md index fd90555fa..2ee07266e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.10.2](https://github.com/algolia/algoliasearch-client-go/compare/4.10.1...4.10.2) + +- [0481473fe0](https://github.com/algolia/api-clients-automation/commit/0481473fe0) chore: trigger auto close pr ([#4250](https://github.com/algolia/api-clients-automation/pull/4250)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.10.1](https://github.com/algolia/algoliasearch-client-go/compare/4.10.0...4.10.1) - [cd59f445e](https://github.com/algolia/api-clients-automation/commit/cd59f445e) fix(specs): enable watcher for push ([#4229](https://github.com/algolia/api-clients-automation/pull/4229)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/algolia/abtesting/client.go b/algolia/abtesting/client.go index c158bd005..0a34a4b0d 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.10.1); Go (%s); Abtesting (4.10.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.2); Go (%s); Abtesting (4.10.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 2a9525846..fee4fc84e 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.10.1); Go (%s); Analytics (4.10.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.2); Go (%s); Analytics (4.10.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 2a9eb61ca..89db9a495 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.10.1); Go (%s); Ingestion (4.10.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.2); Go (%s); Ingestion (4.10.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 4852b7ea9..f35eeeb66 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.10.1); Go (%s); Insights (4.10.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.2); Go (%s); Insights (4.10.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 1f94fba5e..55cc278b8 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.10.1); Go (%s); Monitoring (4.10.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.2); Go (%s); Monitoring (4.10.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 51fd4f7c9..cf7ec5a79 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.10.1); Go (%s); Personalization (4.10.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.2); Go (%s); Personalization (4.10.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 5549e08a2..552ae2c47 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.10.1); Go (%s); QuerySuggestions (4.10.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.2); Go (%s); QuerySuggestions (4.10.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 3ba9985b0..b598b6ba7 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.10.1); Go (%s); Recommend (4.10.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.2); Go (%s); Recommend (4.10.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 544026dd0..22e563e12 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.10.1); Go (%s); Search (4.10.1)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.2); Go (%s); Search (4.10.2)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request.