Skip to content

Releases: typesense/typesense-php

v5.0.1

20 Feb 21:48
c799dd3

Choose a tag to compare

  • fix(documents): add parameters to document deletion method by @tharropoulos in #84

Full Changelog: v5.0.0...v5.0.1

v5.0.0

18 Feb 18:08
8736a5a

Choose a tag to compare

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

v5.0.0-RC2

07 Oct 20:59
eb32032

Choose a tag to compare

v5.0.0-RC2 Pre-release
Pre-release

What's Changed

  • Updated multiSearch perform type in doctype to match actual type by @angus-mcritchie in #74
  • retrieve preset by name, implement array access for presets, analyticsRules by @phiHero in #72

Full Changelog: v5.0.0-RC1...v5.0.0-RC2

v5.0.0-RC1

28 Aug 16:35
8e6db1c

Choose a tag to compare

v5.0.0-RC1 Pre-release
Pre-release

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

v4.10.0-RC1

05 Jul 16:34
9f33382

Choose a tag to compare

v4.10.0-RC1 Pre-release
Pre-release

What's Changed

  • use patch on filter_by query #47 by @regnerisch in #61
  • Add Stopwords API by @phiamo in #60
  • Adding tests for typesense-php by @regnerisch in #65
  • Add support for analytics events by @phiHero in #69
  • Add support for conversations by @phiHero in #71
  • run test in github actions on push, pr by @phiHero in #66

Full Changelog: v4.9.3...v4.10.0-RC1

v4.9.3

29 Apr 15:35
50fc208

Choose a tag to compare

Added setExists() method to Collection Class.

v4.9.2

09 Apr 17:31
4e41737

Choose a tag to compare

  • Added exists() method to Collection.

Add Stream Factory Discovery

05 Dec 04:47

Choose a tag to compare

v4.9.1

Add Stream Factory Discovery

Update PSR Client Discovery

05 Dec 04:20

Choose a tag to compare

v4.9.0

Update PSR Client Discovery

Upgrade Required Versions

05 Dec 03:40

Choose a tag to compare

v4.8.9

Upgrade required versions