diff --git a/CHANGELOG.md b/CHANGELOG.md index 12ad58bbb..3bbe1b446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.5.0](https://github.com/algolia/algoliasearch-client-go/compare/4.4.0...4.5.0) + +- [ad8e3d224](https://github.com/algolia/api-clients-automation/commit/ad8e3d224) fix(specs): update analytics and abtesting max pagination query limit ([#3696](https://github.com/algolia/api-clients-automation/pull/3696)) by [@febeck](https://github.com/febeck/) +- [bed119166](https://github.com/algolia/api-clients-automation/commit/bed119166) feat(specs): add support for widgets / banners in search for the csharp client ([#3870](https://github.com/algolia/api-clients-automation/pull/3870)) by [@Kalmar99](https://github.com/Kalmar99/) +- [844e57f35](https://github.com/algolia/api-clients-automation/commit/844e57f35) fix(specs): correct typos is Search API ([#3898](https://github.com/algolia/api-clients-automation/pull/3898)) by [@gazconroy](https://github.com/gazconroy/) +- [f554e09c3](https://github.com/algolia/api-clients-automation/commit/f554e09c3) chore: revert and fix release ([#3922](https://github.com/algolia/api-clients-automation/pull/3922)) by [@millotp](https://github.com/millotp/) + ## [4.4.0](https://github.com/algolia/algoliasearch-client-go/compare/4.3.5...4.4.0) - [788483537](https://github.com/algolia/api-clients-automation/commit/788483537) chore(clients): add workflow to auto-close PR ([#3834](https://github.com/algolia/api-clients-automation/pull/3834)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/algolia/abtesting/client.go b/algolia/abtesting/client.go index 8c3bff35a..45f056b97 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.4.0); Go (%s); Abtesting (4.4.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.5.0); Go (%s); Abtesting (4.5.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 068b60a95..422b1bc74 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.4.0); Go (%s); Analytics (4.4.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.5.0); Go (%s); Analytics (4.5.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 4403773a5..3a9cebd39 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.4.0); Go (%s); Ingestion (4.4.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.5.0); Go (%s); Ingestion (4.5.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 2a3643b46..62a45a0b8 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.4.0); Go (%s); Insights (4.4.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.5.0); Go (%s); Insights (4.5.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 083e68f65..a198276aa 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.4.0); Go (%s); Monitoring (4.4.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.5.0); Go (%s); Monitoring (4.5.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 4454a46f5..26492602b 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.4.0); Go (%s); Personalization (4.4.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.5.0); Go (%s); Personalization (4.5.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 b1e49fa89..9945971e4 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.4.0); Go (%s); QuerySuggestions (4.4.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.5.0); Go (%s); QuerySuggestions (4.5.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 c7755f18c..5c4a5c263 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.4.0); Go (%s); Recommend (4.4.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.5.0); Go (%s); Recommend (4.5.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 4efa55120..798a43a16 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.4.0); Go (%s); Search (4.4.0)", runtime.Version()) + return fmt.Sprintf("Algolia for Go (4.5.0); Go (%s); Search (4.5.0)", runtime.Version()) } // AddDefaultHeader adds a new HTTP header to the default header in the request.