Visit https://docs.parasoft.com/display/SVC20242/Release+Notes for the latest release information. |
This release includes the following enhancements. Release date: October 29, 2024
AI AssistantA new AI Assistant is available in SOAtest and Virtualize. Users can ask questions in natural language and the AI Assistant will answer based on product documentation and integration with an external LLM provider. New and existing users can learn the product and get unstuck more quickly using the AI Assistant. Existing users can access the AI Assistant by navigating in the desktop to Parasoft > Show View > AI Assistant. See The AI Assistant for more information. Support for Additional LLM ProvidersThe LLM integration support in SOAtest and Virtualize has been expanded beyond OpenAI and Azure OpenAI to include any LLM provider that provides chat completions and embedding endpoints that are compatible with OpenAI. This allows users enhanced privacy by integrating with locally deployed models instead of cloud-based models. See LLM Integration for more information. Better Team Collaboration through New File FormatTest (.tst), virtual asset (.pva), and provisioning asset (.pvn) files can now be saved in YAML format. Files are now much more readable and can easily be merged when multiple users make changes to a file at the same time through source control. Unnecessary data was removed, and files were optimized to support merging. New workspaces will save files in YAML format by default; workspaces created in earlier versions of the product can be configured to use the new YAML format by changing the default file format in the Misc preferences.
The XML and compressed XML file formats are now deprecated and will be removed in a future release. Existing workspaces that were configured to use either format by default will continue to use that format unless the setting is changed in the Misc preferences. The binary file format has been removed; files that were previously saved in this format will now be saved to whatever format is set as default in the Misc preferences. Run Tests in a Single Test Execution in Parallel ModeThe SOAtest Server can now execute TST files in parallel through the REST API, significantly shortening the execution times of jobs that it is serving. Only available on WAR installations, not supported on desktop installations. GraphQL ImprovementsYou can now configure a responder with a GraphQL SDL document where the Form JSON view would automatically constrain to the SDL.See Message Responder Overview and GraphQL Message Responder for more information. In addition, you can use custom scalars in your GraphQL SDL. Custom scalars are defined in Additional Preference Settings. See GraphQL Message Responder or Form GraphQL for more information about usage. Additional Updates
Breaking Changes
Resolved PRs and FRs
* Resolved in 2024.2.1 |