Skip to content

Releases: jackalope/jackalope-jackrabbit

1.3.2

22 Nov 14:49
@dbu dbu
1.3.2
85ffb6a
Compare
Choose a tag to compare
  • Support PHP 7.2
  • Support Symfony 4

1.3.1

27 Apr 12:19
@dbu dbu
Compare
Choose a tag to compare
  • Added missing methods to LoggingClient #149

1.3.0

07 Apr 16:04
@dbu dbu
Compare
Choose a tag to compare
  • 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 parameter jackalope.jackrabbit_curl_options to set curl options as hashmap.
  • feature #128 Version label support

1.2.2

20 Oct 08:25
Compare
Choose a tag to compare
  • make it possible to create and reference nodes within a single transaction. see #126
  • also updated PHPCR utils and Jackalope core system minimal requirements.

1.2.1

15 Aug 14:30
@dbu dbu
Compare
Choose a tag to compare
  • Implemented Node::getDefinition
  • Bugfix to avoid repeated mime-part headers on multivalue properties
  • Moving some jackrabbit specific code from the shared part to jackalope-jackrabbit
  • Improve testing infrastructure

1.2.0

02 May 14:24
@dbu dbu
Compare
Choose a tag to compare

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

1.2.0-RC1

05 Apr 10:36
@dbu dbu
Compare
Choose a tag to compare
1.2.0-RC1 Pre-release
Pre-release
Merge pull request #106 from jackalope/force_http_10

Added force_http_version_10 option

1.1.3

11 Dec 15:55
@dbu dbu
Compare
Choose a tag to compare
Merge pull request #97 from jackalope/revert-curl-conflict

revert #89 as that version of curl does work on some systems

1.1.2

26 May 08:38
Compare
Choose a tag to compare
Merge pull request #86 from jackalope/relax-utils-version

relax requirement on phpcr-utils version

1.1.1

04 Mar 19:00
@dbu dbu
Compare
Choose a tag to compare
seems this should be lib-xml and its an oddity of linux php versions …