Releases: typesense/typesense-ruby
Releases · typesense/typesense-ruby
v3.0.0.rc1
Migrate HTTP Client from Typhoeus to Faraday by @tharropoulos in #38
typesense-ruby
used to use before this version - typhoeus
.
Full Changelog: v2.1.0...v3.0.0.rc1
v2.1.0
v2.1.0.rc1
Full Changelog: v2.0.0...v2.1.0.rc1
v2.0.0
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.
Full Changelog: v1.1.0...v2.0.0