Skip to content

Update change notes for release 2022.12 #1579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions utbot-intellij/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,22 @@
</description>
<change-notes>
<![CDATA[
In this version we have implemented multiple features and improvements:
Check out UnitTestBot new features and major improvements in the latest release:
<ul>
<li>Java 11 support.</li>
<li>Smart Fuzzer significantly improves test generation results.</li>
<li>Generated tests have become even more human-readable and user-friendly.</li>
<li>We have enabled Mac OS X platform, give it a try.</li>
<li>The UnitTestBot engine generates SARIF reports.</li>
<li>We have polished plugin UX.</li>
<li>Mocking support is enhanced.</li>
<li>Java Streams, better Java Optional support, Java String support is improved, package-private constructors now are used for the test generation.</li>
<li>Generating tests for Python and JavaScript</li>
<li>New fuzzing platform providing support for multiple languages</li>
<li>Improved test generation for Kotlin code</li>
<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>
<li>Symbolic execution engine with higher priority and fewer false UNSAT verdicts</li>
<li>UI/UX improvements for test sources root, <code>setting.properties</code> file, cancellation, timeout settings, notifications</li>
<li>Summaries with fine-grained settings</li>
<li>SARIF reports enabled by default, displaying sandbox-related and timeout test failures, properly addressing source files</li>
<li>Improved monitoring visualized with Grafana</li>
<li>Test generation bug fixes</li>
<li>Detailed documentation on UnitTestBot components including UnitTestBot architecture overview</li>
</ul>
Discover everything mentioned above and much more in this release.
]]>
]]>
</change-notes>

<extensions defaultExtensionNs="com.intellij">
<globalInspection language="JAVA"
displayName="Errors detected by UnitTestBot"
Expand Down