Skip to content

Releases: devloopsnet/typesense-php

v3.0.0

10 Oct 19:19

Choose a tag to compare

This release can break your application as the namespace for it has been changed, so please make sure to update your source code.

  • Updated php7.4.
  • Updated namespace, dropped Devloops from it.
  • create_many() in Documents is now createMany().
  • Fixed typo.
  • import() now takes JSONL as parameter instead of array of documents.
  • Other fixes.

v2.0.4

22 Sep 13:46

Choose a tag to compare

  • Update client to support typesense v0.15.

v2.0.3

13 Sep 21:13
b111eb2

Choose a tag to compare

  • Fix typo in configuration.

v2.0.2

13 Sep 20:56
e98837c

Choose a tag to compare

  • Upgraded guzzle to ^7.0.

v2.0.1

03 Sep 11:33

Choose a tag to compare

  • getNearestNode to return nullable value.
  • minor fixes.

v2.0

01 Jun 13:48
54d9590

Choose a tag to compare

  • Support for typesense 0.12.0

  • Add support for API key management.

  • Add support for nearest search node.

  • Rename timeout_seconds to connection_timeout_seconds.

  • Move last_health_check_ts as a property of node.

v1.0.6

05 May 18:34
f5507dd

Choose a tag to compare

  • Fix documentID type, #1

v1.0.5

07 Apr 14:01

Choose a tag to compare

  • Code style fixing.
  • Added
    $client->collections['books']->retrieve() and
    $client->collections['books']->documents['1']->retrieve()
    to maintain clients parity with python and NodeJS.
  • Update examples.

Release 1.0.4

05 Apr 19:16

Choose a tag to compare

  • Fix exception reporting.

Revert guzzle version to 6 to support minimum-stability of stable

05 Apr 15:50
8c5da07

Choose a tag to compare