github typesense/typesense-php v5.0.0

latest releases: v5.2.0-RC4, v5.2.0-RC3, v5.2.0-RC2...
8 months ago

What's Changed

⚠️ 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

Don't miss a new typesense-php release

NewReleases is sending notifications on new releases.