Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(clients): remove mention of GA #3452

Merged
merged 4 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions clients/algoliasearch-client-csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
5 changes: 0 additions & 5 deletions clients/algoliasearch-client-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
4 changes: 0 additions & 4 deletions clients/algoliasearch-client-javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
<a href="https://alg.li/support" target="_blank">Support</a>
</p>

**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
Expand Down
Loading