Skip to content

Releases: typesense/typesense-php

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