API Reference / API Methods / Update the client
Jun. 03, 2019

Update the client

Introduction

We recommend keeping the API client up to date, as the SLA applies only if it is up to date.

Semantic Versioning

All our API clients follow Semantic Versioning.

Latest Version

You can check which is the latest version on the GitHub release page.

Update the API client

Change the version of the algoliasearch dependency:

1
2
3
4
5
6
7
8
9
10
11
<dependency>
  <groupId>com.algolia</groupId>
  <artifactId>algoliasearch-core</artifactId>
  <version>3.0.0</version>
</dependency>

<dependency>
  <groupId>com.algolia</groupId>
  <artifactId>algoliasearch-apache</artifactId>
  <version>3.0.0</version>
</dependency>

Then run:

$
mvn compile

Did you find this page helpful?