Releases: jackalope/jackalope-jackrabbit
Releases · jackalope/jackalope-jackrabbit
1.3.2
1.3.1
1.3.0
- performance #145 improve XML parsing
- bugfix #142 Add referrer in requests to jackrabbit to avoid CSRF errors on jackrabbit 2.12.4 and newer
- feature #130 Added function to client to set global curl-options. With the factory, you can use
the parameterjackalope.jackrabbit_curl_options
to set curl options as hashmap. - feature #128 Version label support
1.2.2
1.2.1
1.2.0
Release 1.2 brings some minor cleanups:
- Property::getNode() with multivalue can now return the same node multiple times if it was repeated in the value. 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.
- RepositoryFactoryJackrabbit::getRepository now throws a PHPCR\ConfigurationException instead of silently returning null on invalid parameters or missing required parameters.
- Added factory option jackalope.jackrabbit_force_http_version_10 to avoid issues with some versions of curl, like #89