Skip to content

Releases: typesense/typesense-php

v5.2.0-RC4

15 Aug 15:23
1fbf79e
Compare
Choose a tag to compare
v5.2.0-RC4 Pre-release
Pre-release

What's Changed

Full Changelog: v5.2.0-RC3...v5.2.0-RC4

v5.2.0-RC3

01 Aug 17:18
0ed20f0
Compare
Choose a tag to compare
v5.2.0-RC3 Pre-release
Pre-release
  • feat(nl-search): add natural language search models support by @tharropoulos in #98
  • fix(config): remove type annotation on getClient for backwards compat by @tharropoulos in #99

Full Changelog: v5.2.0-RC2...v5.2.0-RC3

v5.2.0-RC2

02 Jun 15:05
89bace5
Compare
Choose a tag to compare
v5.2.0-RC2 Pre-release
Pre-release

Improve node selection with shuffling to prevent thundering herd issues by @tharropoulos in #95

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

v5.2.0-RC1

28 May 00:09
23b84a8
Compare
Choose a tag to compare
v5.2.0-RC1 Pre-release
Pre-release

What's Changed

  • fix(api_call): use instance-based nodes instead of static ones by @tharropoulos in #94

Full Changelog: v5.1.0...v5.2.0-RC1

v5.1.0

05 May 17:36
0e8dee5
Compare
Choose a tag to compare

Fix scoped key generation without parameters by @lazka in #91

Full Changelog: v5.0.2...v5.1.0

v5.0.2

24 Feb 21:13
513270e
Compare
Choose a tag to compare

Full Changelog: v5.0.1...v5.0.2

v5.0.1

20 Feb 21:48
c799dd3
Compare
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
Compare
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
Compare
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
Compare
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