Skip to content

Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryQueueIndexer

2.0.5

31 Jan 12:43
Compare
Choose a tag to compare

2.0.4

31 Jan 12:43
Compare
Choose a tag to compare
TASK: Support recent refactoring in the upstream NodeIndexer

2.0.3

12 Jan 11:55
Compare
Choose a tag to compare

This release add support for live indexing based on JobQueue

2.0.2

12 Jan 10:44
Compare
Choose a tag to compare

This version now use Flowpack.JobQueue to replace TYPO3.JobQueue

Changes

  • Improve CLI output
  • Use Flowpack.JobQueue
  • New CLI command to flush the indexing queue
  • New CLI command to execute jobs in the indexing queue
  • Check if the index queue is empty before allowing the execution of the build command
  • Better logging by showing the correct package key

CLI Commands

Warning: Due to a small breaking change in the JobQueue package, you need to upgrade your cron or supervisor configuration, replace the old command flow job:work --queue-name Flowpack.ElasticSearch.ContentRepositoryQueueIndexer by flow job:work --queue Flowpack.ElasticSearch.ContentRepositoryQueueIndexer or use the new shortcut:

flow nodeindexqueue:work

This version is compatible with Neos 2.2 and 2.3 LTS. An upcoming release will target Neos 3.0

2.0.1

12 Jan 10:42
Compare
Choose a tag to compare

2.0

11 Jul 11:01
Compare
Choose a tag to compare
2.0

Contains performance improvements and bugfix, update as soon as possible.

We raise the version to 2.0 because we remove one obsolete CLI command (update-alias), nothing breaking, just require a recent version of TYPO3.TYPO3CR.Search.