Skip to content

Commit

Permalink
"chore(release): 1.4.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
NivLipetz committed Jul 23, 2020
1 parent 3948599 commit 4601409
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.4.0](https://github.com/Zooz/predator/compare/v1.3.1...v1.4.0) (2020-07-23)


### Features

* **add notes to ui compare reports:** add notes to ui compare reports ([#314](https://github.com/Zooz/predator/issues/314)) ([5303acd](https://github.com/Zooz/predator/commit/5303acde9681a2b05faf070a65291581117d17be))
* **keep-alive:** keep-alive ([#299](https://github.com/Zooz/predator/issues/299)) ([04eb8d1](https://github.com/Zooz/predator/commit/04eb8d188197722190e4eb8cc36decbb1fc2d247))
* **reports:** api for delete reports ([#337](https://github.com/Zooz/predator/issues/337)) ([8e68471](https://github.com/Zooz/predator/commit/8e68471e6f7b9f8dd02e76681983e54e162e64d7))
* **runner:** support custom job template ([ad191e9](https://github.com/Zooz/predator/commit/ad191e99c7cf760c0a3715abbd028cf8f56c9441))
* **sleep,extra http methods:** sleep,extra http methods ([#323](https://github.com/Zooz/predator/issues/323)) ([6ac9a53](https://github.com/Zooz/predator/commit/6ac9a532ea49900e36ae16d01add5f2e15e4d99d))


### Bug Fixes

* **docker:** fixing docker debug logs to include stderr ([#338](https://github.com/Zooz/predator/issues/338)) ([8498a3d](https://github.com/Zooz/predator/commit/8498a3d1dca268d20c8c28a247e123cdedfc5914))
* package.json & package-lock.json to reduce vulnerabilities ([#333](https://github.com/Zooz/predator/issues/333)) ([129773a](https://github.com/Zooz/predator/commit/129773a3f9ec791f73abe9b852bf4a355668cd85))
* reduce vulnerabilities ([#332](https://github.com/Zooz/predator/issues/332)) ([1824ad0](https://github.com/Zooz/predator/commit/1824ad0588c14f9e7a56c34a0835265f6ec409b0))
* **align keep alive\:** align keep alive ([#304](https://github.com/Zooz/predator/issues/304)) ([3bdedad](https://github.com/Zooz/predator/commit/3bdedadba3116c9af474e461a0e0b61459f15cff))
* **last_reports:** notes render bug ([#331](https://github.com/Zooz/predator/issues/331)) ([5440e5a](https://github.com/Zooz/predator/commit/5440e5a6f4716640d152f7f8c5ef6a136b121cf2))
* **reports:** fix avg rps when notes are updated ([#328](https://github.com/Zooz/predator/issues/328)) ([4dc8e9d](https://github.com/Zooz/predator/commit/4dc8e9dc72d6886087d80aeeb17555d3d46dd876))

<a name="1.3.0"></a>
# [1.3.0](https://github.com/Zooz/predator/compare/v1.2.1...v1.3.0) (2020-04-16)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "predator",
"version": "1.3.1",
"version": "1.4.0",
"description": "Framework that manages the entire lifecycle of load testing a server, from creating test files, running scheduled and on-demand tests, and viewing test results.",
"main": "server.js",
"directories": {
Expand Down

0 comments on commit 4601409

Please sign in to comment.