Skip to content

Releases: gdbots/pbjx-php

v4.2.0

24 Jan 04:35
Compare
Choose a tag to compare
  • Updates for symfony 6.4.x deprecations.

v4.1.1

04 Dec 21:37
Compare
Choose a tag to compare
  • Update DynamoDbEventStore::doPipeAllEvents to allow iteration key in piping events to be string or int.

v4.1.0

17 Dec 02:39
Compare
Choose a tag to compare
  • Require symfony 6.2.x
  • Fix deprecation notice from elastica for addIndices.

v4.0.0

10 Dec 01:40
4686948
Compare
Choose a tag to compare

BREAKING CHANGES

  • Require php 8.1 and allow symfony 5.x|6.x.
  • Require gdbots/schemas and gdbots/query-parser 3.x

v3.1.6

15 Jun 22:36
Compare
Choose a tag to compare
  • Fix invalid gdbots:ncr:mixin:indexed check with gdbots:pbjx:mixin:indexed.

v3.1.5

23 Apr 01:19
Compare
Choose a tag to compare
  • Add (re)connect timeout handling in elastica client and transport since it's not yet configurable in elastica itself.

v3.1.4

07 Dec 22:26
Compare
Choose a tag to compare
  • Add tenant_id to DynamoDbScheduler statemachine execution input.

v3.1.3

09 Oct 19:24
aa7db4e
Compare
Choose a tag to compare
  • In IndexManager::updateIndex add ignore_unavailable and allow_no_indices (with true) when running $index->setMapping(...) since a missing index is not an error in this scenario.

v3.1.2

19 Jul 03:12
Compare
Choose a tag to compare
  • More mixin reference removal.

v3.1.1

19 Jul 03:10
d891dea
Compare
Choose a tag to compare
  • Remove use of mixin/message constants for fields and schema refs as it's too noisy and isn't enough of a help to warrant it.