Skip to content

Commit 2bca92e

Browse files
committed
merged main and filled changelog
2 parents caa9e84 + 271a7a2 commit 2bca92e

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed

Changelog.md

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Change Log
2+
3+
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4+
5+
## 0.5.0
6+
7+
- Reworked to newer version of Client and driver
8+
- Changed config api to reflect newer client
9+
- Removed OGM support
10+
- Moved to modern bundle structure standards
11+
12+
## 0.4.2
13+
14+
### Added
15+
16+
- Autowire support by register interfaces as aliases for default services.
17+
18+
### Fixed
19+
20+
- Support for Symfony 4.2
21+
- Better query logging on exceptions
22+
23+
## 0.4.1
24+
25+
### Added
26+
27+
- Support for DSN
28+
- Support for resettable data collectors
29+
30+
## 0.4.0
31+
32+
### Added
33+
34+
- Support for Symfony 4
35+
36+
### Fixed
37+
38+
- Updating the twig path for symfony flex
39+
- Register an autoloader for proxies to avoid issues when unserializing
40+
41+
## 0.3.0
42+
43+
### Added
44+
45+
- Show exceptions in profiler
46+
47+
### Fixed
48+
49+
- Typo in configuration "schema" => "scheme".
50+
- Bug where clients accidentally could share connections.
51+
52+
## 0.2.0
53+
54+
### Added
55+
56+
* Support for BOLT
57+
* Test the bundle without OGM
58+
59+
### Changed
60+
61+
* Made the graphaware/neo4j-php-ogm optional
62+
63+
### Fixed
64+
65+
* Invalid alias whennot using the entity manager
66+
* Make sure query logger has default values when exception occour.
67+
68+
## 0.1.0
69+
70+
First release

psalm.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
77
findUnusedCode="false"
88
findUnusedBaselineEntry="true"
9+
reportInfo="true"
910
>
1011
<projectFiles>
1112
<directory name="src"/>

0 commit comments

Comments
 (0)