Skip to content

Releases: jackalope/jackalope-doctrine-dbal

1.7.2

21 Oct 12:57
@dbu dbu
1.7.2
Compare
Choose a tag to compare
  • Allow installation with PHP 7.2
  • Limit to doctrine/cache 1 as the code relies on code that was removed in doctrine/cache 2.

1.7.1

11 Oct 06:57
@dbu dbu
1.7.1
Compare
Choose a tag to compare
  • Fixed DBAL 3 compatibility bug.

1.7.0

07 Jun 11:32
@dbu dbu
1.7.0
Compare
Choose a tag to compare
  • Improve performance for xml parsing by using the PHP ext-xml instead of ext-dom.

    Jackalope\Transport\DoctrineDBALClient::mapPropertyFromElement is no longer called within the client. If you extended the client and call the method, things will still work as before, but it is recommended to refactor your code to use the XmlToPropsParser.

    If you overwrote the method behaviour, your changes will no longer be applied because the method is not called anymore. We are not aware of any use case to overwrite the method - if you are affected, let us know in a github issue so that we can discuss how the problem can be fixed.

1.6.1

13 Apr 14:01
@dbu dbu
1.6.1
Compare
Choose a tag to compare
  • Fixed query cache to not treat 0 or null as cache misses.

1.6.0

08 Dec 11:09
@dbu dbu
1.6.0
7c126e4
Compare
Choose a tag to compare
  • Support PHP 8 and Doctrine DBAL 3
  • Dropped support for PHP < 7.3

1.5.1

22 Oct 06:39
@dbu dbu
1.5.1
Compare
Choose a tag to compare
  • Early return in getNodeReferences if system id for path is not found.

1.5.0

01 Sep 14:07
@dbu dbu
1.5.0
e2dbc73
Compare
Choose a tag to compare

1.4.1

22 Dec 11:15
@dbu dbu
1.4.1
Compare
Choose a tag to compare
  • Fix moving nodes that are not in the default namespace

1.4.0

18 Dec 16:56
@dbu dbu
1.4.0
Compare
Choose a tag to compare
  • Support PHP 7.4, raise lowest version to 7.1

1.3.6

10 Dec 13:14
@dbu dbu
1.3.6
Compare
Choose a tag to compare
  • Fix multiple nested joins
  • Fix ordering of namespaced children