Skip to content

Releases: neo4j-php/neo4j-symfony

Add Logging, profiling and event integration for sessions and transactions

10 Mar 08:01
1751d47
Compare
Choose a tag to compare

Sessions and Transactions now also use the stopwatch, logging and event bus

1.1.1

03 Dec 07:05
b7eda4b
Compare
Choose a tag to compare

What's Changed

  • feat: Add Neo4jLogger integration

1.1.0: Proper aliasing for sessions and drivers

06 Nov 12:40
c35e322
Compare
Choose a tag to compare

Drivers and Sessions now have proper aliases in the container for improved DI wiring

See #87 for more info.

Major version release RC1

03 Aug 17:15
Compare
Choose a tag to compare
Pre-release

Reworks the library to work with the new Neo4j Client and Drivers.

  • Configuration is now in line with the official drivers pattern
  • Connections are now drivers
  • Modernised all code

Release 0.4.2

25 Dec 13:02
9334e51
Compare
Choose a tag to compare

See Changelog.md for changes.

Release 0.4.1

06 Mar 15:48
91d119d
Compare
Choose a tag to compare

See Changelog.md for changes.

Release 0.4.0

12 Dec 20:51
b6846de
Compare
Choose a tag to compare

See Changelog.md for changes.

Release 0.3.1

15 Aug 10:50
Compare
Choose a tag to compare

Fixed typo

Release 0.3.0

28 Feb 10:12
Compare
Choose a tag to compare

See Changelog.md for changes.

Added

  • Show exceptions in profiler

Fixed

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

Release 0.2.0

24 Jan 10:32
Compare
Choose a tag to compare

See Changelog.md for changes.

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.