Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 734 Bytes

Changelog.md

File metadata and controls

45 lines (25 loc) · 734 Bytes

Change Log

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

0.4.0

Added

  • Support for Symfony 4

Fixed

  • Updating the twig path for symfony flex
  • Register an autoloader for proxies to avoid issues when unserializing

0.3.0

Added

  • Show exceptions in profiler

Fixed

  • Typo in configuration "schema" => "scheme".
  • Bug where clients accidentally could share connections.

0.2.0

Added

  • Support for BOLT
  • Test the bundle without OGM

Changed

  • Made the graphaware/neo4j-php-ogm optional

Fixed

  • Invalid alias whennot using the entity manager
  • Make sure query logger has default values when exception occour.

0.1.0

First release