diff --git a/clients/algoliasearch-client-java/CHANGELOG.md b/clients/algoliasearch-client-java/CHANGELOG.md index 0d1171d4a3b..30e348b48f4 100644 --- a/clients/algoliasearch-client-java/CHANGELOG.md +++ b/clients/algoliasearch-client-java/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.12.4](https://github.com/algolia/algoliasearch-client-java/compare/4.12.3...4.12.4) + +- [63a50acb3](https://github.com/algolia/api-clients-automation/commit/63a50acb3) docs(java): fix typo on README ([#4564](https://github.com/algolia/api-clients-automation/pull/4564)) by [@Giglium](https://github.com/Giglium/) + ## [4.12.3](https://github.com/algolia/algoliasearch-client-java/compare/4.12.2...4.12.3) - [4f68190e10](https://github.com/algolia/api-clients-automation/commit/4f68190e10) fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] ([#4483](https://github.com/algolia/api-clients-automation/pull/4483)) by [@raed667](https://github.com/raed667/) diff --git a/config/clients.config.json b/config/clients.config.json index b32b7e7d2bb..9482ea24a26 100644 --- a/config/clients.config.json +++ b/config/clients.config.json @@ -108,7 +108,7 @@ ], "folder": "clients/algoliasearch-client-java", "gitRepoId": "algoliasearch-client-java", - "packageVersion": "4.12.3", + "packageVersion": "4.12.4", "modelFolder": "algoliasearch/src/main/java/com/algolia/model", "apiFolder": "algoliasearch/src/main/java/com/algolia/api", "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 6e40c596a86..4546ddaad04 100644 --- a/docs/versions-history-with-sla-and-support-policy.json +++ b/docs/versions-history-with-sla-and-support-policy.json @@ -661,9 +661,9 @@ "releaseDate": "2025-02-17" }, "7.13.4": { - "releaseDate": "2025-03-05", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-03-05" } }, "dart": { @@ -958,9 +958,9 @@ "releaseDate": "2025-02-05" }, "1.30.2": { - "releaseDate": "2025-03-05", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-03-05" } }, "go": { @@ -1735,9 +1735,9 @@ "releaseDate": "2025-02-17" }, "4.12.4": { - "releaseDate": "2025-03-05", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-03-05" } }, "java": { @@ -2434,7 +2434,12 @@ "releaseDate": "2025-02-17" }, "4.12.3": { - "releaseDate": "2025-03-05", + "slaStatus": "eligible", + "supportStatus": "eligible", + "releaseDate": "2025-03-05" + }, + "4.12.4": { + "releaseDate": "2025-03-11", "slaStatus": "eligible", "supportStatus": "eligible" } @@ -3779,9 +3784,9 @@ "releaseDate": "2025-02-17" }, "5.20.4": { - "releaseDate": "2025-03-05", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-03-05" } }, "kotlin": { @@ -4217,9 +4222,9 @@ "releaseDate": "2025-02-17" }, "3.15.2": { - "releaseDate": "2025-03-05", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-03-05" } }, "php": { @@ -4953,9 +4958,9 @@ "releaseDate": "2025-02-17" }, "4.15.1": { - "releaseDate": "2025-03-05", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-03-05" } }, "python": { @@ -5577,9 +5582,9 @@ "releaseDate": "2025-02-11" }, "4.13.3": { - "releaseDate": "2025-03-05", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-03-05" } }, "ruby": { @@ -6257,9 +6262,9 @@ "releaseDate": "2025-02-17" }, "3.12.3": { - "releaseDate": "2025-03-05", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-03-05" } }, "scala": { @@ -6846,9 +6851,9 @@ "releaseDate": "2025-02-17" }, "2.14.0": { - "releaseDate": "2025-03-05", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-03-05" } }, "swift": { @@ -7516,9 +7521,9 @@ "releaseDate": "2025-02-05" }, "9.15.0": { - "releaseDate": "2025-03-05", "slaStatus": "eligible", - "supportStatus": "eligible" + "supportStatus": "eligible", + "releaseDate": "2025-03-05" } } } \ No newline at end of file