diff --git a/CHANGELOG.md b/CHANGELOG.md index 45bb2264d..fd90555fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [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/) +- [baf7d6f4d](https://github.com/algolia/api-clients-automation/commit/baf7d6f4d) fix(specs): add `ignoreConjugations` to `AlternativesAsExact` ([#4230](https://github.com/algolia/api-clients-automation/pull/4230)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.10.0](https://github.com/algolia/algoliasearch-client-go/compare/4.9.0...4.10.0) - [866d859f8](https://github.com/algolia/api-clients-automation/commit/866d859f8) fix(specs): different summaries for saveObject/addOrUpdate methods ([#4223](https://github.com/algolia/api-clients-automation/pull/4223)) by [@kai687](https://github.com/kai687/) diff --git a/algolia/abtesting/client.go b/algolia/abtesting/client.go index 5062e2291..c158bd005 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.0); Go (%s); Abtesting (4.10.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.1); Go (%s); Abtesting (4.10.1)", 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 c9398b08f..2a9525846 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.0); Go (%s); Analytics (4.10.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.1); Go (%s); Analytics (4.10.1)", 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 6260a3f70..2a9eb61ca 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.0); Go (%s); Ingestion (4.10.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.1); Go (%s); Ingestion (4.10.1)", 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 82598b109..4852b7ea9 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.0); Go (%s); Insights (4.10.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.1); Go (%s); Insights (4.10.1)", 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 a7ae80045..1f94fba5e 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.0); Go (%s); Monitoring (4.10.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.1); Go (%s); Monitoring (4.10.1)", 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 2809d4837..51fd4f7c9 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.0); Go (%s); Personalization (4.10.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.1); Go (%s); Personalization (4.10.1)", 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 e885ce59d..5549e08a2 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.0); Go (%s); QuerySuggestions (4.10.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.1); Go (%s); QuerySuggestions (4.10.1)", 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 3ad6bf926..3ba9985b0 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.0); Go (%s); Recommend (4.10.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.1); Go (%s); Recommend (4.10.1)", 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 6ec4ff3e6..544026dd0 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.0); Go (%s); Search (4.10.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.10.1); Go (%s); Search (4.10.1)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request.