Releases: valantic/pimcore-elastica-bridge
Releases · valantic/pimcore-elastica-bridge
v0.6.1
- Improve initial setup experience
v0.6.0
- Add support for indices with multiple tenants, #8
- new command
valantic:elastica-bridge:cleanup
- use
php-cs-fixer
v3
v0.5.2
- Bugfix in
DocumentNormalizerTrait
for indexing content master documents which don't have editables
- Improve error messages when populating the index
v0.5.1
- bump
ruflin/elastica
to ^7.1
because of MatchQuery
usage
v0.5.0
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
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
- Only swap blue/green indices after populating as this would sometimes lead to an empty index
v0.3.2
- When copying a document with inheritance as a new language variant, the editable properties are
null
v0.3.1
- More concise message for skipped indices
v0.3.0
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