Improvements
- use patch on filter_by query #47 by @regnerisch in #61
- Add Stopwords API by @phiamo in #60
- #54: add collection schema cloning by @phiHero in #68
- Add support for analytics events by @phiHero in #69
- Add support for conversations by @phiHero in #71
⚠️ Breaking Changes
- fix: URI encode user-inputted string by @phiHero in #76
Resource names 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 (eg: collection names, aliases, document IDs, etc), 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: v4.9.3...v5.0.0-RC1