Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Releases: swiftype/swiftype-rb

v1.5.0

14 Aug 17:53
265d87a
Compare
Choose a tag to compare

1.5.0 (August 14, 2019)

Define exception classes for 503 and 504 responses (@boblail in #40)

v1.3.1

18 Oct 18:23
62b3b43
Compare
Choose a tag to compare
  • Updated proxy parameter to pass through username and password

v1.3.0

17 Oct 20:41
d284523
Compare
Choose a tag to compare

Add proxy support to client

v1.2.3

24 Sep 19:49
7a11b0b
Compare
Choose a tag to compare

Fixed #17

Fix SSL certificate bundle location

27 Sep 22:45
Compare
Choose a tag to compare

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

27 Sep 22:48
Compare
Choose a tag to compare

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'