|
68 | 68 | </description>
|
69 | 69 | <change-notes>
|
70 | 70 | <![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: |
72 | 72 | <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> |
81 | 84 | </ul>
|
82 |
| - Discover everything mentioned above and much more in this release. |
83 |
| - ]]> |
| 85 | + ]]> |
84 | 86 | </change-notes>
|
85 |
| - |
86 | 87 | <extensions defaultExtensionNs="com.intellij">
|
87 | 88 | <globalInspection language="JAVA"
|
88 | 89 | displayName="Errors detected by UnitTestBot"
|
|
0 commit comments