|
1 | | -# SoapUI Open Source 5.6.1 |
| 1 | +# SoapUI Open Source 5.7.0 |
| 2 | + |
| 3 | +#### Released on RELEASE_ME_ON #### |
| 4 | + |
| 5 | +The new release includes support for GraphQL APIs and offers other improvements that make API testing more convenient and powerful. |
| 6 | + |
| 7 | +### GraphQL Support ### |
| 8 | + |
| 9 | +Now you can test GraphQL services. To do this, use the new GraphQL Request test step. |
| 10 | + |
| 11 | +### Docker support ### |
| 12 | + |
| 13 | +SmartBear introduces a pre-configured Docker image, so now you can run SoapUI functional tests in isolated Docker containers. |
| 14 | + |
| 15 | +### Built-in OpenAPI (Swagger) support ### |
| 16 | + |
| 17 | +Now, to work with OpenAPI/Swagger definitions, you do not need to use plugins. SoapUI supports it out-of-the-box. Additionally, we've improved integrations with SwaggerHub to make it even more convenient. |
| 18 | + |
| 19 | +### Overall improvements ### |
| 20 | + |
| 21 | +* Support for OpenJDK 16. |
| 22 | +* Now, SoapUI opens a response editor that matches the response content type. For example, it opens the JSON editor if a response has JSON content. |
| 23 | +* We've updated a number of third-party libraries, including the following: |
| 24 | + * Apache Log4j library to 2.17.1. |
| 25 | + * Jayway jsonpath to 2.4.0. |
| 26 | +* Now, SoapUI stores log files in the <User Directory>/.soapuios/logs directory. Previously, they were stored in the SoapUI installation directory, which could cause issues on Windows computers. |
| 27 | +* A new feature by modax: Now, you can run the SoapUI build from the Travis-CI. |
| 28 | + |
| 29 | +### Overall improvements ### |
| 30 | + |
| 31 | +* When a proxy is set to None, usage of the ProxySelector class leads to the NullPointerException. |
| 32 | +* The value of the Start Step property of the SOAP Mock Response could be reset to the default value in some cases. |
| 33 | +* A bug fix by stevendjames: When you used the Query/Match filter in the SOAP Mock Response test step, the ClassCastException could occur. |
| 34 | +* A bug fix by MagnoCorrea: Names of the exported WSDL definitions with schema references could be too long. Now, such names are shorter and easier to work with. |
| 35 | +* A bug fix by stevann7: REST mock services did not show details of the message when you double-clicked it in the Message Log panel. |
| 36 | +* A bug fix by modax: In some cases, when you assigned a new endpoint to requests with the specific endpoint in the Service Endpoints panel, SoapUI did not apply it. |
| 37 | +* A bug fix by clynton: The NullPointerException could occur if you did not add the runBeforeSteps event listener to the project. |
| 38 | + |
| 39 | +------------------------------------------------------------------------------- |
| 40 | + |
| 41 | +# SoapUI Open Source 5.6.1 |
2 | 42 |
|
3 | 43 | #### Released on 2021-12-20 #### |
4 | 44 |
|
|
0 commit comments