Skip to content

Releases: gdbots/ncr-php

v3.1.2

30 May 18:36
d55d6d6

Choose a tag to compare

  • In GetNodeRequestHandler::handleRequest do not treat aggregate-synced nodes with empty event streams as valid.

v3.1.1

04 Dec 21:33

Choose a tag to compare

  • Update DynamoDbNcr::doPipeNodes to allow iteration key in piping nodes to be string or int.

v3.1.0

17 Dec 02:48

Choose a tag to compare

  • Require symfony 6.2.x
  • Fix deprecation notice from elastica for addIndices.

v3.0.2

15 Dec 20:05

Choose a tag to compare

  • Only apply track_total_hits if it's true in QueryFactory, otherwise total is always 0.

v3.0.1

14 Dec 06:17

Choose a tag to compare

  • Fix bug with status enum not being castable to string in QueryFactory::applyStatus.

v3.0.0

10 Dec 23:17
4d99c41

Choose a tag to compare

BREAKING CHANGES

  • Requires "gdbots/pbj": "^4.0"
  • Requires "gdbots/pbjx": "^4.0"
  • Requires "gdbots/schemas": "^3.0"

v2.1.7

14 Jun 21:48

Choose a tag to compare

  • Add preference=_local to ElasticaNcrSearch options and add function enrichSearchOptions so it can be customized.

v2.1.6

23 Apr 01:06

Choose a tag to compare

  • Add (re)connect timeout handling in elastica client and transport since it's not yet configurable in elastica itself.

v2.1.5

15 Apr 19:14

Choose a tag to compare

  • Do not set event slug unless schema has that field in Aggregate::[un]lockNode.

v2.1.4

17 Mar 05:46

Choose a tag to compare

  • Ensure only unique index names are used in ElasticaNcrSearch::searchNodes.