Skip to content

Changelog

Artem Fedorov edited this page Oct 9, 2018 · 45 revisions

1.14 (9th of September, 2018)

  • Fixed: send properties to New Taurus test
  • Added: logging example and logging formatter

1.13 (24th of August, 2018)

  • Fixed: Retry Interceptor. Use Java property bzm.request.retries.count for config retries count (by default it is 3). Will retry only GET requests in case if response code was not 2** or was throw SocketTimeoutException

1.12 (24th of July, 2018)

  • Added: Test files validation

1.11 (17th of July, 2018)

  • Fixed: set scriptType for Taurus and JMeter test when update test filename

1.10 (27th of June, 2018)

  • Fixed: upload test files before start for Taurus and FunctionalApi tests

1.9 (25th of June, 2018)

  • Added: upload test files before start test

1.8 (15th of March, 2018)

  • Fixed: unzip JTL that contains nested folders and files

1.7 (12th of March, 2018)

  • Fixed: download JTL: Add Base URL when there isn’t
  • Fixed: round summary report values

1.6 (2nd of March, 2018)

  • Fixed: If HTTP request throws Execution Exception than will be throws IOException

1.5 (20th of February, 2018)

  • Fixed: If HTTP request has been interrupted than will be throws InterruptRuntimeException immediately
  • Fixed: Download Artifact's.zip for Taurus tests
  • Build with Java 7

1.4 (15th of February, 2018)

  • Fixed: Start test with properties
  • Fixed: Don't failure build if cannot postNotes or generatePublicToken

1.3 (8th of February, 2018)

  • Added: GET request for Workspace
  • Added: Use new API call for GET Sessions list for Master
  • Added: Send properties in start test request (only for Single tests)
  • Added: Notification about send notes & properties
  • Fixed: Interrupt test at the booting state
  • Fixed: TestDetector use testType for detect test
  • Fixed: Normalize file path in CiPostProcess user notification
  • Fixed: Return error message in extractErrorMessage method in BlazeMeterUtils class

1.2 (3rd of January, 2018)

  • Added: TestListFlow.getAllTestsForWorkspace method
  • Added: 5 attempts for download jtl report
  • Added: throws exception with error message instead of return null in TestDetector class
  • Fixed: save reports in default directory when it impossible use selected path
  • Fixed: notify message in CiBuild.waitForFinish method
  • Fixed: message of UnexpectedResponseException
  • Fixed: creation jtl path when no reports on the server

1.1 (14th of December, 2017)

  • Added: Get User request (/api/v4/user)
  • Added: params to GET list requests
  • Added: expand UserNotifier interface
  • Fixed: invoke modifyURL method in HttpUtils
  • Fixed: use /multi-tests/ instead of /collections/
  • Fixed: post null properties
  • Fixed: post multi-line notes
  • Refactoring CiBuild:
    • add interrupt method
    • add start method
    • add doPostProcess method
    • change constructor params
  • Refactoring CiPostProcess:
    • Fixed: save JUnit report
    • Fixed: save JTL report

1.0 (1st of December, 2017)

  • User

    • Get list of user Accounts;
  • Account

    • Create Workspace;
    • Get list of Workspaces;
  • Workspace

    • Create Project;
    • Get list of Projects;
    • Get list of Single Tests;
    • Get list of Multi Tests;
  • Project

    • Create Single Test;
    • Get list of Single Tests;
    • Get list of Multi Tests;
  • Single Test

    • Start;
    • Get Single test;
  • Multi Test

    • Start;
    • Get Multi test;
  • Test Detector

    • Detect Test;
  • Session

    • Post properties;
    • Download JTL report;
  • Master

    • Get public report link;
    • Download JUnit report;
    • Get list of Sessions;
    • Stop;
    • Terminate;
    • Get Master status;
    • Get summary report;
    • Get functional report;
    • Post notes;
    • Post properties;
    • Get CI status;