Releases: RetailMeNot/TestRailSDK
testrailsdk-1.3.2
Security Patch
- Update httpclient dependency to resolve security vulnerabilities.
testrailsdk-1.3.1
Fixed setTemplateId to target templateId instead of suiteId field
testrailsdk-1.3
Added SectionCreator
Added Step
Added StepResult
testrailsdk-1.2.1
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
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
Fixed a bug with setAssignedToId method declaring the wrong parameter name
Added unit tests for TestRunCreator Class
testrailsdk-1.1.5
Fixed a bug with setCaseIds method declaring the wrong parameter type and name
testrailsdk-1.1.4
Fixed a bug where an http connection for a GET request was being incorrectly set to output.
testrailsdk-1.1.3
Add ability to override the authentication encoding in HTTPUtils. Relates to issue #33
testrailsdk-1.1.2
Fixes ENDPOINT_SUFFIX missing from custom TestRail instance initialization.