Skip to content

1.2.0

Compare
Choose a tag to compare
@dbu dbu released this 02 May 15:29
  • Validate namespaces in node paths and throws NamespaceException on unknown prefixes.
  • Throw Exception when user tries to select either jcr:path or jcr:score
  • The jackalope:init:dbal command now only really executes when the --force parameter is given.
  • Fixed Property::getNode() can return the same node multiple times if that node was added to the property multiple times. This has the side effect that
  • the array returned by this method is not indexed by uuid anymore. That index was never advertised but might have been used.
  • RepositoryFactoryDoctrineDbal::getRepository now throws a PHPCR\ConfigurationException instead of silently returning null on invalid parameters or missing required parameters.
  • A bunch of bugfixes
  • A bunch of performance tweaks, notably with the CachedClient.