Skip to content

Releases: typesense/typesense-php

v4.5.0

16 Feb 18:58
6cd1c2d
Compare
Choose a tag to compare

Support for multi search in Typesense Server v0.19.0

v4.4.1

15 Jan 21:21
3d1c111
Compare
Choose a tag to compare

Update dependencies

v4.4.0

29 Dec 03:48
ce22229
Compare
Choose a tag to compare

Support for Typesense Server v0.18.0 features:

  • Synonyms
  • Cluster Operations

v4.3.0

22 Dec 05:50
88dada1
Compare
Choose a tag to compare

Use Httplug instead of Guzzle

v4.2.1

18 Dec 03:06
3453ef0
Compare
Choose a tag to compare

Allow use of Monolog 1.x

v4.2.0

18 Nov 22:38
a0b140d
Compare
Choose a tag to compare

Support for bulk deleting by filter query

v4.1.0

26 Oct 18:21
aae2588
Compare
Choose a tag to compare

Added support for document updates and upserts introduced with Typesense Server v0.16.

v4.0.1

17 Oct 21:52
Compare
Choose a tag to compare
  • Rename lib folder to Lib to comply with PSR-4 rules and avoid autoloading issues with Composer v2.

Check issue #1

v4.0.0

13 Oct 02:02
e0f1f88
Compare
Choose a tag to compare
  • Adopted devloopsnet/typesense-php as the official PHP client, transferred to Typesense Github org
  • Added linter
  • Use one instance of ApiCall, per Client instance
  • Added support for Metrics, Debug and Health endpoints
  • Fixed bug with scoped API key creation