File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.0.0]
10
+ ### Added
11
+ - Make autocomplete work for N+1 queries detection properties.
12
+ - Add more precise detection to
13
+ - Avoid false positive with multiple calls to same method
14
+ - Detect undetected N+1 queries caused by eager fetching
15
+ - Add a new method to clear Hibernate session state and avoid missed detection because of test setup
16
+ - Add new property to enable or disable N+1 queries detection
17
+
18
+ ### Changed
19
+ - Rename N+1 queries detection properties.
20
+
21
+ ### Removed
22
+ - Remove unused application properties
23
+
9
24
## [ 1.0.3] - 2020-05-10
10
25
### Added
11
26
- Add back a more specific detection of N+1 queries due to missing lazy fetching.
You can’t perform that action at this time.
0 commit comments