Skip to content

Releases: typesense/typesense-php

v6.0.0-RC1

18 Nov 16:45
a35736e

Choose a tag to compare

v6.0.0-RC1 Pre-release
Pre-release

What's Changed

⚠️ Breaking Changes

Please review the release notes for a full list of breaking changes: https://typesense.org/docs/30.0/api/#deprecations-behavior-changes

Full Changelog: v5.2.0...v6.0.0-RC1

v5.2.0

18 Nov 16:42
v5.2.0
1fbf79e

Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.2.0

v5.2.0-RC4

15 Aug 15:23
1fbf79e

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

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

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

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

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

Choose a tag to compare

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

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