This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
Releases: swiftype/swiftype-rb
Releases · swiftype/swiftype-rb
v1.5.0
v1.3.1
- Updated proxy parameter to pass through username and password
v1.3.0
Add proxy support to client
v1.2.3
Fix SSL certificate bundle location
The SSL certificate bundle file location was mis-configured and this wasn't caught because the tests weren't being run correctly. Both issues have been fixed, and we are now running tests against JRuby in 1.9 compatibility mode as well.
Swiftype client rewrite
This is a major re-write of the Swiftype Ruby client to make it simpler, match the REST API more closely, and bring it in line with our other clients.
To upgrade to the new version, consult the migration guide in the README. If you are unable to migrate at this time, we recommend fixing your gemfile to version 0.0.5:
gem 'swiftype', '= 0.0.5'