Skip to content

Releases: RetailMeNot/TestRailSDK

testrailsdk-1.3.2

11 Mar 20:33
Compare
Choose a tag to compare

Security Patch

  • Update httpclient dependency to resolve security vulnerabilities.

testrailsdk-1.3.1

25 Jan 21:13
Compare
Choose a tag to compare

Fixed setTemplateId to target templateId instead of suiteId field

testrailsdk-1.3

13 Mar 22:53
Compare
Choose a tag to compare

Added SectionCreator
Added Step
Added StepResult

testrailsdk-1.2.1

23 Jan 17:02
Compare
Choose a tag to compare

Added more information to migration guide
Improved documentation on project
PlanEntry and PlanEntryRun classes now use object Boolean (instead of primitive boolean) because requests require null instead of default false
postRESTBodyReturn method logic was simplified, and the returned response has method setTestRailService called to initialize associated service

testrailsdk-1.2

22 Dec 22:06
Compare
Choose a tag to compare

Fixed a bug with setCaseId method declaring the wrong parameter name
Added new TestRunUpdater class with limited fields for updating test runs
The updateTestRun method now takes a TestRunUpdater object instead of a TestRun object - please update your code to use it instead

testrailsdk-1.1.6

19 Dec 22:53
Compare
Choose a tag to compare

Fixed a bug with setAssignedToId method declaring the wrong parameter name
Added unit tests for TestRunCreator Class

testrailsdk-1.1.5

19 Dec 22:35
Compare
Choose a tag to compare

Fixed a bug with setCaseIds method declaring the wrong parameter type and name

testrailsdk-1.1.4

19 Dec 22:24
Compare
Choose a tag to compare

Fixed a bug where an http connection for a GET request was being incorrectly set to output.

testrailsdk-1.1.3

26 Oct 20:44
Compare
Choose a tag to compare

Add ability to override the authentication encoding in HTTPUtils. Relates to issue #33

testrailsdk-1.1.2

26 Aug 16:41
Compare
Choose a tag to compare

Fixes ENDPOINT_SUFFIX missing from custom TestRail instance initialization.