Skip to content

Releases: typesense/typesense-ruby

v3.0.0.rc1

20 Nov 16:40
015274e
Compare
Choose a tag to compare
v3.0.0.rc1 Pre-release
Pre-release

Migrate HTTP Client from Typhoeus to Faraday by @tharropoulos in #38

⚠️ This could potentially be a breaking change if you rely on the use of the old HTTP library typesense-ruby used to use before this version - typhoeus.

Full Changelog: v2.1.0...v3.0.0.rc1

v2.1.0

05 Nov 17:58
aa9bed2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.1.0.rc1

09 Oct 16:26
5217f8f
Compare
Choose a tag to compare
v2.1.0.rc1 Pre-release
Pre-release
  • fix: use 'uri' to percent-encode string by @phiHero in #36

Full Changelog: v2.0.0...v2.1.0.rc1

v2.0.0

04 Sep 23:13
Compare
Choose a tag to compare

⚠️ Breaking Changes

Typesense resource names (eg: collection names, aliases, document IDs, etc) are now URL-encoded by the library automatically. If you are using an older version of the library and doing URL encoding of Typesense resource names in your application, you now want to remove that from your application code and let the library handle the URL encoding for you, to prevent double URL encoding.

#33 by @phiHero

Full Changelog: v1.1.0...v2.0.0