File tree 2 files changed +71
-0
lines changed
2 files changed +71
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 6
6
xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
7
7
findUnusedCode =" false"
8
8
findUnusedBaselineEntry =" true"
9
+ reportInfo =" true"
9
10
>
10
11
<projectFiles >
11
12
<directory name =" src" />
You can’t perform that action at this time.
0 commit comments