Skip to content

Releases: valantic/pimcore-elastica-bridge

v0.6.1

21 Jul 08:44
Compare
Choose a tag to compare
  • Improve initial setup experience

v0.6.0

07 Jul 16:12
Compare
Choose a tag to compare

v0.5.2

06 Apr 06:12
Compare
Choose a tag to compare
  • Bugfix in DocumentNormalizerTrait for indexing content master documents which don't have editables
  • Improve error messages when populating the index

v0.5.1

31 Mar 07:28
Compare
Choose a tag to compare
  • bump ruflin/elastica to ^7.1 because of MatchQuery usage

v0.5.0

31 Mar 07:27
Compare
Choose a tag to compare

No breaking changes, but still a bump to 0.5.0 as precautionary measure.

  • added php-cs (+ integration with GitHub Actions)
  • declare(strict_types=1);
  • minor improvements
  • use Elastica\Query\MatchQuery

v0.4.0

18 Feb 16:02
Compare
Choose a tag to compare

BREAKING CHANGES

  • Added new method for variant support, \Valantic\ElasticaBridgeBundle\DocumentType\Index\IndexDocumentInterface::treatVariantsAsSeparateEntities, #7

Other changes

  • Added an example in example/

v0.3.3

15 Feb 10:51
Compare
Choose a tag to compare
  • Only swap blue/green indices after populating as this would sometimes lead to an empty index

v0.3.2

11 Feb 13:27
Compare
Choose a tag to compare
  • When copying a document with inheritance as a new language variant, the editable properties are null

v0.3.1

02 Feb 07:29
Compare
Choose a tag to compare
  • More concise message for skipped indices

v0.3.0

02 Feb 07:18
Compare
Choose a tag to compare

BREAKING CHANGES

  • The flags for valantic:elastica-bridge:index have been flipped, e.g. --no-delete is now --delete, #6
  • Improved console output

Other changes

  • When using blue/green indices, the inactive index is re-created when populating the index using the command