Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03f1199

Browse files
Merge pull request SmartBear#717 from SmartBear/Releasenotes-update
Release notes for 5.7.0
2 parents 4d707c0 + 5bac328 commit 03f1199

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

RELEASENOTES.txt

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
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
242

343
#### Released on 2021-12-20 ####
444

0 commit comments

Comments
 (0)