API Reference
/
API Methods
/
Update the client
Jun. 03, 2019
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#
With Bundler#
After adding gem 'algoliasearch', '~> 1.21'
to your Gemfile
, run:
Copy
$
bundle update algoliasearch
Without Bundler#
Copy
$
gem update algoliasearch