Skip to content

Releases: valantic/pimcore-elastica-bridge

v3.1.0

18 Sep 14:08
Compare
Choose a tag to compare
  • deprecate host and port in favor of DSN connection strings, #49
  • resolve #48
  • Prevent overlapping index jobs by using locks, #49

v2.2.0

18 Sep 14:07
Compare
Choose a tag to compare
  • deprecate host and port in favor of DSN connection strings, #50
  • resolve #48
  • Prevent overlapping index jobs by using locks, #50

v3.0.2

11 Sep 08:58
Compare
Choose a tag to compare
  • Fix Valantic\ElasticaBridgeBundle\Exception\Repository\ItemNotFoundInRepositoryException being in wrong namespace

v3.0.1

08 Aug 13:14
Compare
Choose a tag to compare
  • Fix for Pimcore 11 in ElementInterface::getById #47

v3.0.0

17 Jul 12:31
Compare
Choose a tag to compare
  • #44 Add support for Pimcore 11 and Elastica 8.x. The dependency on ruflin/elastica is defined as ^7.1 || 8.x-dev, allowing you to choose between the different versions

v2.1.0

17 Jul 11:38
Compare
Choose a tag to compare
  • #45 Sentry breadcrumbs for Elastica HTTP requests
  • #24 improve README

v2.0.1

28 Jun 09:18
Compare
Choose a tag to compare

v2.0.0

14 Jun 08:58
Compare
Choose a tag to compare

See #40 for detailed changes

Please refer to UPGRADE.md and docs/example/ as well as https://valantic.github.io/pimcore-elastica-bridge/.

  • #36 removed IndexDocumentInterface
  • #35 Removed documents-to-elements helpers
  • #26 require at least PHP 8.1
  • #34 Support assets
  • #27 default to "only known indices" in :cleanup
  • #28 Use enums wherever possible
  • #29 Improve documentation for DataObjectNormalizerTrait
  • #32 PHPStan Generic Annotations
  • #33 Simplified refreshing element in index
  • #42 Support indices without subtypes

v2.0.0-beta.1

14 Jun 08:54
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

See #40 and UPGRADE.md

v1.2.1

26 Jan 10:04
Compare
Choose a tag to compare
  • Retrieve latest published versions in listener instead of the version that was being saved which may have been a draft #20