Skip to content

Commit aac63de

Browse files
Vassiliy-Kudryashovdenis-fokin
authored andcommitted
Update change notes for release 2022.12 (#1579)
Update change notes for release 2022.12 (cherry picked from commit 5d6bf55)
1 parent 2592b89 commit aac63de

File tree

1 file changed

+13
-12
lines changed
  • utbot-intellij/src/main/resources/META-INF

1 file changed

+13
-12
lines changed

utbot-intellij/src/main/resources/META-INF/plugin.xml

+13-12
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,22 @@
6868
</description>
6969
<change-notes>
7070
<![CDATA[
71-
In this version we have implemented multiple features and improvements:
71+
Check out UnitTestBot new features and major improvements in the latest release:
7272
<ul>
73-
<li>Java 11 support.</li>
74-
<li>Smart Fuzzer significantly improves test generation results.</li>
75-
<li>Generated tests have become even more human-readable and user-friendly.</li>
76-
<li>We have enabled Mac OS X platform, give it a try.</li>
77-
<li>The UnitTestBot engine generates SARIF reports.</li>
78-
<li>We have polished plugin UX.</li>
79-
<li>Mocking support is enhanced.</li>
80-
<li>Java Streams, better Java Optional support, Java String support is improved, package-private constructors now are used for the test generation.</li>
73+
<li>Generating tests for Python and JavaScript</li>
74+
<li>New fuzzing platform providing support for multiple languages</li>
75+
<li>Improved test generation for Kotlin code</li>
76+
<li>Multiprocess architecture based on the <a href="https://github.com/JetBrains/rd">Reactive Distributed communication framework</a> with advanced logging and debugging options</li>
77+
<li>Symbolic execution engine with higher priority and fewer false UNSAT verdicts</li>
78+
<li>UI/UX improvements for test sources root, <code>setting.properties</code> file, cancellation, timeout settings, notifications</li>
79+
<li>Summaries with fine-grained settings</li>
80+
<li>SARIF reports enabled by default, displaying sandbox-related and timeout test failures, properly addressing source files</li>
81+
<li>Improved monitoring visualized with Grafana</li>
82+
<li>Test generation bug fixes</li>
83+
<li>Detailed documentation on UnitTestBot components including UnitTestBot architecture overview</li>
8184
</ul>
82-
Discover everything mentioned above and much more in this release.
83-
]]>
85+
]]>
8486
</change-notes>
85-
8687
<extensions defaultExtensionNs="com.intellij">
8788
<globalInspection language="JAVA"
8889
displayName="Errors detected by UnitTestBot"

0 commit comments

Comments
 (0)