From 258a8d98064f10ca2a89c22234475dcd0d89cecb Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Thu, 1 Aug 2024 11:35:00 +0200 Subject: [PATCH 1/3] chore(javascript): remove mention of v5 --- clients/algoliasearch-client-javascript/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clients/algoliasearch-client-javascript/README.md b/clients/algoliasearch-client-javascript/README.md index 929be352cd..c3ff6c88b2 100644 --- a/clients/algoliasearch-client-javascript/README.md +++ b/clients/algoliasearch-client-javascript/README.md @@ -23,10 +23,6 @@ Support

-**Migration note from v4.x to v5.x** - -> In July 2024, we released the v5 version of our JavaScript client. If you are using version 4.x of the client, read the [migration guide to version 5.x](https://api-clients-automation.netlify.app/docs/clients/migration-guides/). Version 4.x will **no longer** be under active development. - ## ✨ Features - Thin & **minimal low-level HTTP client** to interact with Algolia's API From 7a6b08d283602770a4a2624b5673282282c0149f Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Thu, 1 Aug 2024 11:36:52 +0200 Subject: [PATCH 2/3] other lang --- clients/algoliasearch-client-csharp/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clients/algoliasearch-client-csharp/README.md b/clients/algoliasearch-client-csharp/README.md index c9623733a5..75e6369c37 100644 --- a/clients/algoliasearch-client-csharp/README.md +++ b/clients/algoliasearch-client-csharp/README.md @@ -31,10 +31,6 @@ * Injectable HTTP client. * Retry strategy & Helpers. -**Migration note for v7.x** - -> In July 2024, we released v7 of our .NET client. If you are using version 6.x of the client, read the [migration guide to version 7.x](https://www.algolia.com/doc/api-client/getting-started/upgrade-guides/csharp/). - **Migration note from v5.x to v6.x** > In January 2019, we released v6 of our .NET client. If you are using version 5.x of the client, read the [migration guide to version 6.x](https://www.algolia.com/doc/api-client/getting-started/upgrade-guides/csharp/). From f80ca6c69b5edfc9de0aab09f9fe373ac1112c44 Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Thu, 1 Aug 2024 12:59:10 +0200 Subject: [PATCH 3/3] forgot to save the file --- clients/algoliasearch-client-java/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/clients/algoliasearch-client-java/README.md b/clients/algoliasearch-client-java/README.md index 9fb428033a..2f998a1d12 100644 --- a/clients/algoliasearch-client-java/README.md +++ b/clients/algoliasearch-client-java/README.md @@ -27,11 +27,6 @@ * Thread-safe clients * Typed requests and responses -**Migration note from v3.x to v4.x** -> -> In July 2024, we released the v4 of our Java client. If you are using version 2.x or 3.x of the client, read the [migration guide to version 4.x](https://www.algolia.com/doc/api-client/getting-started/upgrade-guides/java/). -Version 3.x will **no longer** be under active development. - ## 💡 Getting Started To get started, add the algoliasearch-client-java dependency to your project, either with [Maven](Maven):