diff --git a/clients/algoliasearch-client-go/CHANGELOG.md b/clients/algoliasearch-client-go/CHANGELOG.md index bc601535436..b85776eb3ba 100644 --- a/clients/algoliasearch-client-go/CHANGELOG.md +++ b/clients/algoliasearch-client-go/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.22.2](https://github.com/algolia/algoliasearch-client-go/compare/4.22.1...4.22.2) + +- [cda123be70](https://github.com/algolia/api-clients-automation/commit/cda123be70) fix(go): retry strategy ([#5159](https://github.com/algolia/api-clients-automation/pull/5159)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.22.1](https://github.com/algolia/algoliasearch-client-go/compare/4.22.0...4.22.1) - [84a1f4e422](https://github.com/algolia/api-clients-automation/commit/84a1f4e422) refactor(specs): add interface to manipulate query parameter between composition API & Search API ([#5123](https://github.com/algolia/api-clients-automation/pull/5123)) by [@ClaraMuller](https://github.com/ClaraMuller/) diff --git a/config/clients.config.json b/config/clients.config.json index 611f286f376..8cf035f9776 100644 --- a/config/clients.config.json +++ b/config/clients.config.json @@ -81,7 +81,7 @@ ], "folder": "clients/algoliasearch-client-go", "gitRepoId": "algoliasearch-client-go", - "packageVersion": "4.22.1", + "packageVersion": "4.22.2", "modelFolder": "algolia", "apiFolder": "algolia", "dockerImage": "apic_base", diff --git a/docs/versions-history-with-sla-and-support-policy.json b/docs/versions-history-with-sla-and-support-policy.json index f5a7603836e..d577bc8df3c 100644 --- a/docs/versions-history-with-sla-and-support-policy.json +++ b/docs/versions-history-with-sla-and-support-policy.json @@ -746,9 +746,9 @@ "releaseDate": "2025-07-15" }, "7.23.1": { - "releaseDate": "2025-07-23", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-07-23" } }, "dart": { @@ -1098,9 +1098,9 @@ "releaseDate": "2025-07-07" }, "1.34.2": { - "releaseDate": "2025-07-23", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-07-23" } }, "go": { @@ -1960,7 +1960,12 @@ "releaseDate": "2025-07-15" }, "4.22.1": { - "releaseDate": "2025-07-23", + "slaStatus": "eligible", + "supportStatus": "eligible", + "releaseDate": "2025-07-23" + }, + "4.22.2": { + "releaseDate": "2025-07-25", "slaStatus": "eligible", "supportStatus": "eligible" } @@ -2749,9 +2754,9 @@ "releaseDate": "2025-07-15" }, "4.22.1": { - "releaseDate": "2025-07-23", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-07-23" } }, "javascript": { @@ -4209,9 +4214,9 @@ "releaseDate": "2025-07-17" }, "5.34.1": { - "releaseDate": "2025-07-23", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-07-23" } }, "kotlin": { @@ -4737,9 +4742,9 @@ "releaseDate": "2025-07-15" }, "3.25.1": { - "releaseDate": "2025-07-23", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-07-23" } }, "php": { @@ -5558,9 +5563,9 @@ "releaseDate": "2025-07-15" }, "4.25.1": { - "releaseDate": "2025-07-23", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-07-23" } }, "python": { @@ -6267,9 +6272,9 @@ "releaseDate": "2025-07-15" }, "4.23.1": { - "releaseDate": "2025-07-23", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-07-23" } }, "ruby": { @@ -7032,9 +7037,9 @@ "releaseDate": "2025-07-15" }, "3.22.1": { - "releaseDate": "2025-07-23", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-07-23" } }, "scala": { @@ -7711,9 +7716,9 @@ "releaseDate": "2025-07-15" }, "2.24.1": { - "releaseDate": "2025-07-23", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-07-23" } }, "swift": { @@ -8466,9 +8471,9 @@ "releaseDate": "2025-07-15" }, "9.25.1": { - "releaseDate": "2025-07-23", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-07-23" } } } \ No newline at end of file