Neos 9 Beta-10 Release

Fyi, this beta contains a regression to the previous which causes the events not being able to be replayed: BUG: Neos9-beta10 old NodeAggregateWasMoved cannot be normalized

But with the help of a composer plugin or your preferred way you can apply this patch: https://github.com/neos/neos-development-collection/pull/5070.patch

{
    "name": "your/distribution",
    "config": {
        "allow-plugins": {
          // ...
          "cweagans/composer-patches": true
        }
    },
    "require": {
      // ...
      "cweagans/composer-patches": "^1.7.3"
    },
    "extra": {
      "patches": {
        "neos/contentrepository-core": {
          "BUGFIX: Properly convert legacy MoveNodeMappings": "https://github.com/neos/neos-development-collection/pull/5070.patch"
        }
      }
    }
}

Afterwards replaying should succeed:

./flow cr:setup
./flow cr:projectionreplay --projection contentGraph