typesense-ruby
typesense-ruby copied to clipboard
Ruby client for Typesense: https://github.com/typesense/typesense
## Description When you create a collection with / in the name, its impossible to work with such collection and eventually delete it ## Steps to reproduce create collection with...
## Change Summary Related: https://github.com/typesense/typesense-ruby/issues/42 This PR covers the groundwork for introducing integration/request tests with an actual Docker container; - Adds Ruby 3.4 to CI Matrix - Updates dev gems...
Currently, tests rely on mocked Typesense responses, which may not be reliable if the actual Typesense version has issues. To improve test reliability, we could: - Introduce a Docker container...
## Change Summary Integrate the new v30 breaking API changes into the client. Those include: - `synonym_sets` - `curation_sets` - analytics refactor ## PR Checklist - [x] I have read...
https://github.com/typesense/typesense-ruby/blob/fe931cabbd655180f7b0dac5485622c1aa189419/typesense.gemspec#L29 0.3.0 came out in May 2025.