Releases: neo4j-php/neo4j-symfony
Releases · neo4j-php/neo4j-symfony
1.1.0: Proper aliasing for sessions and drivers
Drivers and Sessions now have proper aliases in the container for improved DI wiring
See #87 for more info.
Major version release RC1
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
See Changelog.md for changes.
Release 0.4.1
See Changelog.md for changes.
Release 0.4.0
See Changelog.md for changes.
Release 0.3.1
Fixed typo
Release 0.3.0
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
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.
First release
0.1.0 Updated asset path (#5)