Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: gdbots/ncr-php

Tags

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v3.1.2

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

v3.1.1

Toggle v3.1.1's commit message
v3.1.1 -- Update `DynamoDbNcr::doPipeNodes` to allow iteration key in…

… piping nodes to be string or int.

v3.1.0

Toggle v3.1.0's commit message
v3.1.0 -- Require symfony 6.2.x

v3.0.2

Toggle v3.0.2's commit message
v3.0.2 -- Only apply track_total_hits if it's true in QueryFactory, o…

…therwise total is always 0.

v3.0.1

Toggle v3.0.1's commit message
v3.0.1 -- Fix bug with status enum not being castable to string in `Q…

…ueryFactory::applyStatus`.

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.0

__BREAKING CHANGES__

* Requires `"gdbots/pbj": "^4.0"`
* Requires `"gdbots/pbjx": "^4.0"`
* Requires `"gdbots/schemas": "^3.0"`

v2.1.7

Toggle v2.1.7's commit message
v2.1.7 -- Add `preference=_local` to ElasticaNcrSearch options and ad…

…d function `enrichSearchOptions` so it can be customized.

v2.1.6

Toggle v2.1.6's commit message
v2.1.6 -- Add (re)connect timeout handling in elastica client and tra…

…nsport since it's not yet configurable in elastica itself.

v2.1.5

Toggle v2.1.5's commit message
v2.1.5 -- Do not set event slug unless schema has that field in Aggre…

…gate::[un]lockNode.

v2.1.4

Toggle v2.1.4's commit message
v2.1.4 -- Ensure only unique index names are used in `ElasticaNcrSear…

…ch::searchNodes`.