Changes testlink-java-api

Release History

Version Date Description
1.9.20-1 2020-05-23 1.9.20-1 release
1.9.20-0 2020-01-30 1.9.20-0 release
1.9.19-0 2019-04-23 1.9.19-0 release
1.9.17-1 2019-01-14 1.9.17-0 release
1.9.17-0 2018-12-29 1.9.17-0 release
1.9.16-0 2017-03-19 1.9.16-0 release
1.9.14-0 2016-04-10 1.9.14-0 release
1.9.13-0 2015-07-10 1.9.13-0 release
1.9.8-2 2013-12-03 1.9.8-2 release
1.9.8-1 2013-11-30 1.9.8-1 release
1.9.8-0 2013-11-22 1.9.8-0 release
1.9.7-0 2013-08-30 1.9.7-0 release
1.9.6-1 2013-04-06 1.9.6-1 release
1.9.6-0 2013-04-04 1.9.6-0 release
1.9.5-0 2013-04-04 1.9.6-0 release
1.9.4-1 2013-04-03 1.9.4-1 release

Release 1.9.20-1 – 2020-05-23

Type Changes By
Update Update code styles (Java 8 style, javadocs, typos, remove redundant code, etc) kinow
Update Bump commons-configuration2 from 2.4 to 2.7 Fixes 134. Thanks to dependabot. kinow

Release 1.9.20-0 – 2020-01-30

Type Changes By
Unknown add connection with a proxy Fixes 132. Thanks to DanProgs. kinow

Release 1.9.19-0 – 2019-04-23

Type Changes By
Fix getLastExecutionResult function need some new parameters Fixes 81. Thanks to kinow. kinow
Fix Report test case execution duration Fixes 55. Thanks to kinow. kinow
Fix TestCase External ID Fixes 92. Thanks to kinow. kinow
Fix reportTCResult - test case steps results are ignored / not updated Fixes 112. Thanks to kinow. kinow
Fix Need a new function named getTestCaseBugs Fixes 82. Thanks to kinow. kinow

Release 1.9.17-1 – 2019-01-14

Type Changes By
Fix Update TestCase always return empty map Fixes 85. Thanks to abouzy. kinow
Add Pull Request #97: Testlink method to add keywords to testcase Fixes 97. Thanks to spravallika. kinow
Add Issue #91: Added build closed_on_date and release_date options into build. Fixes 118. Thanks to ranamansoor. kinow
Add Pull Request #86: added API function to retrieve a testsuite's attachments Fixes 86. Thanks to Dennis van der Wals. kinow

Release 1.9.17-0 – 2018-12-29

Type Changes By
Update Updated dependencies, and ran through OWASP security plugin. CVE-2016-5002 does not affect the API, as it requires a server running it in order to create a DoS attack. The server in our case is PHP, and xmlrpc-common is used for client-side only. kinow
Fix Issue #113: Added testplan parameter into getTestCaseCustomFieldExecutionValue Fixes 113. Thanks to ranamansoor. kinow
Add Issue #91: Added build is_active and is_open options. Fixes 91. Thanks to ranamansoor. kinow
Fix Issue #90: Replace httpclient Fixes 90. kinow

Release 1.9.16-0 – 2017-03-19

Type Changes By
Add Pull request 71: Introduced API for updating Build custom fields values Thanks to mazimkhan. kinow
Fix Update project dependencies kinow
Add Replace sl4j by log4j Fixes 75. kinow
Add Add Travis CI Fixes 73. kinow
Fix Added a checkstyle rule file, and fixed all checkstyle issues kinow
Add Added more reports to the project web site kinow
Fix FATAL: Error verifying developer key: Failed to parse server's response: Content is not allowed in prolog. Fixes 72. kinow

Release 1.9.14-0 – 2016-04-10

Type Changes By
Fix Pull request 34: add casting fix Thanks to feixiang8418. kinow
Add Pull request 65: updated to set version on creating test case Thanks to dida43. kinow
Add Pull request 60: implemented support for testplan custom fields values obtaining Thanks to maiksaray. kinow
Add Pull request 43: Added getTestCaseKeywords Thanks to s2oBCN. kinow
Add Pull request 67: adding updatetestcase method Thanks to eitzenbe. kinow
Add Pull request 39: Retrieve the full test plan - testcase-platform. Thanks to davidrova. kinow

Release 1.9.13-0 – 2015-07-10

Type Changes By
Add Pull request: implemented method : assignTestCaseExecutionTask Thanks to pozharko. kinow

Release 1.9.8-2 – 2013-12-03

Type Changes By
Fix Issue 27: getTestCaseCustomFieldExecutionValue method "protected kinow

Release 1.9.8-1 – 2013-11-30

Type Changes By
Add Pull request: implemented method : updateTestCaseCustomFieldDesignValue Thanks to tlasnier. kinow

Release 1.9.8-0 – 2013-11-22

Type Changes By
Add Pull request: add: getUserByLogin Thanks to rsporny. kinow
Update Pull request: fix: problem with running unit tests when path has special characters Thanks to rsporny. kinow

Release 1.9.7-0 – 2013-08-30

Type Changes By
Update Pull request: Handle test case names from different parameters Thanks to razalhague. kinow
Update Check the value of urgency that is being used in TestCaseService Fixes 16. kinow

Release 1.9.6-1 – 2013-04-06

Type Changes By
Update Fixed parameter for filtering by execution type. Fixes 15. kinow

Release 1.9.6-0 – 2013-04-04

Type Changes By
Update Fixed ClassCastException due to change in TestLink code, in method getTestProjectByName. Fixes 12. kinow
Add Added new methods getProjectPlatforms, removePlatformFromTestPlan and addPlatformToTestPlan that were included in TestLink 1.9.6. Fixes 14. kinow

Release 1.9.5-0 – 2013-04-04

Type Changes By
Update Maintenance release. kinow

Release 1.9.4-1 – 2013-04-03

Type Changes By
Update Renamed method addTestCaseSteps to createTestCaseSteps in the the TL API. kinow
Remove Removed method updateTestCaseSteps that doesn't exist in the PHP XML-RPC API. kinow
Remove Removed method pushTestCaseSteps that doesn't exist in the PHP XML-RPC API. kinow
Reformatted parts of the code using Java code style. kinow
Update Added new parameters to TestCase (platform:Platform and featureId:Integer). kinow
Update Added new parameters to TestCase (platform:Platform and featureId:Integer). Fixes 5. kinow
Remove Removed bugs notes from javadoc headers (inherited from TL project, but deprecated here now). kinow
Add Added changes.xml to the project. kinow
Add Added new parameter executionTimeStamp to Execution. Fixes 7. kinow
Update Fixed bug when selecting multiple suites by ID. Fixes 9. kinow