Skip to content

Commit

Permalink
1.16.20 Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-gazo committed Mar 13, 2023
1 parent 939f04b commit 93897fd
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 57 deletions.
64 changes: 7 additions & 57 deletions site/dat/docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,62 +1,12 @@
# Changelog
## 1.16.20<sup> 6 December 2022</sup>
- Selenium >=4.1.4 support

## 1.16.19<sup> 5 December 2022</sup>
- Vulnerability fixes
- Improvement for Selenium WebDrivers version handling

## 1.16.18<sup> 14 November 2022</sup>
- Removing Vegeta test executor as it's not maintained for 2+ years
- Added net-tools to Dockerfile to fix startup loop finding `netstat` command (thanks to community!)
- Correct typo on Locust error occurrences datapoint (thanks to community!)
- Change NodeJS 12->14, include apt-utils (#1690) (thanks to community!)
- DE23863 Fix double counting of requests in Locust executor (#1691)

## 1.16.17<sup> 1 November 2022</sup>
- Vulnerability fixes

## 1.16.15<sup> 19 October 2022</sup>
- Fixes for pass-fail validation

## 1.16.14<sup> 13 September 2022</sup>
- Fixes for VU calculation

## 1.16.12<sup> 30 August 2022</sup>
- Vulnerability fixes and various version upgrades

## 1.16.11<sup> 04 August 2022</sup>
- Taurus base image reverted to Ubuntu 21.10 as 22.04 LTS breaks too many things for now
- Vulnerability fixes in pip, pillow and other libraries

## 1.16.10<sup> 25 July 2022</sup>
- Taurus base image updated to Ubuntu 22.04 LTS

## 1.16.9<sup> 20 July 2022</sup>
- fix handling of BlazeMeter backend timeouts

## 1.16.8<sup> 22 June 2022</sup>
## 1.16.20<sup> 13 March 2023</sup>
- Upgrade to Ubuntu:22.04 as base image
- Selenium >=4.1.4 support
- Vulnerability fixes
- Support applying HTTP Proxy settings from env. variables
- Fix jQuery extraction (thanks to community!)
- Add support for jmeter-grpc-request plugin. (thanks to community!)

## 1.16.7<sup> 09 June 2022</sup>
- Vulnerability fixes, Moved to Ubuntu 21.10 as the base image

## 1.16.6<sup> 07 June 2022</sup>
- Default selenium version is set to 4.1.3 to fix blazemeter grid issue

## 1.16.5<sup> 18 May 2022</sup>
- Concurrency issues fix

## 1.16.4<sup> 13 Apr 2022</sup>
- Make all ExecutorWidgets more informative (“executor_name: scenario”)
- Refactor concurrency calculations
- Add ‘concurrency’ option to taurus based on ‘pytest -n’ to split tests between several CPUs
- Scriptless defect fixes

## 1.16.3<sup> 27 Jan 2022</sup>
- add support of WebKitGTKOptions for remote safari
- preserve PYTHONPATH priority
- update remote browser logic and capabilities
- migrate to apiritif 1.1.1

[Changelog for Year 2021](Changelog2021.md)
[Changelog for Year 2022](Changelog2022.md)
60 changes: 60 additions & 0 deletions site/dat/docs/Changelog2022.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Changelog

## 1.16.19<sup> 5 December 2022</sup>
- Vulnerability fixes
- Improvement for Selenium WebDrivers version handling

## 1.16.18<sup> 14 November 2022</sup>
- Removing Vegeta test executor as it's not maintained for 2+ years
- Added net-tools to Dockerfile to fix startup loop finding `netstat` command (thanks to community!)
- Correct typo on Locust error occurrences datapoint (thanks to community!)
- Change NodeJS 12->14, include apt-utils (#1690) (thanks to community!)
- DE23863 Fix double counting of requests in Locust executor (#1691)

## 1.16.17<sup> 1 November 2022</sup>
- Vulnerability fixes

## 1.16.15<sup> 19 October 2022</sup>
- Fixes for pass-fail validation

## 1.16.14<sup> 13 September 2022</sup>
- Fixes for VU calculation

## 1.16.12<sup> 30 August 2022</sup>
- Vulnerability fixes and various version upgrades

## 1.16.11<sup> 04 August 2022</sup>
- Taurus base image reverted to Ubuntu 21.10 as 22.04 LTS breaks too many things for now
- Vulnerability fixes in pip, pillow and other libraries

## 1.16.10<sup> 25 July 2022</sup>
- Taurus base image updated to Ubuntu 22.04 LTS

## 1.16.9<sup> 20 July 2022</sup>
- fix handling of BlazeMeter backend timeouts

## 1.16.8<sup> 22 June 2022</sup>
- Vulnerability fixes

## 1.16.7<sup> 09 June 2022</sup>
- Vulnerability fixes, Moved to Ubuntu 21.10 as the base image

## 1.16.6<sup> 07 June 2022</sup>
- Default selenium version is set to 4.1.3 to fix blazemeter grid issue

## 1.16.5<sup> 18 May 2022</sup>
- Concurrency issues fix

## 1.16.4<sup> 13 Apr 2022</sup>
- Make all ExecutorWidgets more informative (“executor_name: scenario”)
- Refactor concurrency calculations
- Add ‘concurrency’ option to taurus based on ‘pytest -n’ to split tests between several CPUs
- Scriptless defect fixes

## 1.16.3<sup> 27 Jan 2022</sup>
- add support of WebKitGTKOptions for remote safari
- preserve PYTHONPATH priority
- update remote browser logic and capabilities
- migrate to apiritif 1.1.1

[Changelog for Year 2021](Changelog2021.md)

0 comments on commit 93897fd

Please sign in to comment.