-
Notifications
You must be signed in to change notification settings - Fork 3
/
release-notes.txt
167 lines (93 loc) · 3.02 KB
/
release-notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
Sonargraph Integration Access
===============================
6.1.3
=====
- Update with new functionality: Resolution migration, content extraction for single XML element.
6.1.1
=====
- Fix for JAXB failing to resolve subtypes in some environments.
6.1.0
=====
- Support to extract quality gate information from report.
6.0.0
=====
- Remove deprecated 'diff' functionality.
5.0.0
=====
- Support for changed issue type format: Issue type can now have more than one severity,
e.g. ThresholdViolation has severity WARNING and ERROR.
4.1.0
=====
- Some minor improvements to store information about duplicate code blocks.
4.0.0
=====
- Disable validation of XML and only report problems instead of aborting the processing.
This allows processing of newer Sonargraph reports with older Integration Access versions in the future and there
won't be the need anymore to release this and dependend libraries in lockstep with new Sonargraph releases.
3.4.2
=====
- Maintenance release to fix problem in Sonargraph product update. This release
contains no changes in functionality, but simply increases the version.
3.4.1
=====
- Skipped.
3.4.0
=====
- Add specific resolution classes and configuration info (analyzers, plugins) to support the
system diff use case offered by Sonargraph 9.13.
3.3.1
=====
- Add support for elements generated by Sonargraph plugins.
- Add support for Java 9 module system.
- Throw runtime exception if JAXB initialization fails.
3.3.0
=====
- Add min/max values and sort direction for metrics.
- Add support for arbitrary meta-data, like 'organisation' and 'owner' of a Sonargraph system.
3.2.2
=====
- Allow configuration of different system base directory.
3.2.0
=====
- Support for JDK 11.
3.1.11
======
- Info of analyzer execution level is now accessible and included in diff.
- Info of workspace filters is now accessible and included in diff.
3.1.10
======
- Fixed ArrayIndexOutOfBoundsException in XML pretty printer.
3.1.9
=====
- Fixed potential class cast exception.
3.1.8
=====
- Added test case using multiple languages.
3.1.7
=====
- Formatted a lot of classes.
- Removed component cycle.
3.1.6
=====
- Added support to read exported architecture xml files.
3.1.5
=====
- Diff now uses rounded values.
3.1.4
=====
- Corrected some diff messages.
- Report changes in duplicate code, script runner and architecture check configuration.
- Report the resolution type status (fix, ignore, ...) of an added/removed issue.
3.1.3
=====
- Only show 1 path in diff when the paths of the baseline and current system are equal.
3.1.2
=====
- Issues on directories are now accessible.
- Issues on namespaces are mapped to directories where possible.
- The created model now reflects the 'external' state of the elements.
3.1.0
=====
- Better support for refactored elements (i.e. the 'original' physical location info of an element affected by a refactoring is also added).
- Cycle groups may now be identified by their generated id.
- Resolutions contain more information.