Releases: mattermost/mattermost-load-test-ng
Releases · mattermost/mattermost-load-test-ng
mattermost-load-test-ng-v1.33.0-rc2
What's Changed
- Cherry-pick #979 (Fix race condition on deployment creation) by @agarciamontoro in #982
- Cherry-pick #980 ([MM-67954] Browser agent ltbrowserapi fails on startup: missing config/config.json when deploying from GitHub release) by @agarciamontoro in #981
- Cherry-pick #983 (Update config files for v1.33 release) by @agarciamontoro in #984
Full Changelog: v1.33.0-rc1...v1.33.0-rc2
mattermost-load-test-ng-v1.33.0-rc1
What's Changed
- Update goreleaser to v2.x by @agarciamontoro in #964
- [MM-67575] Move loadtest-browser-lib to seperate location to ease up publishing by @M-ZubairAhmed in #962
- [MM-67572] Fix error "Cannot find module './smoke_simulation.json'" when running make build-browser-api by @M-ZubairAhmed in #966
- [MM-67588] Include browser load testing and its related assets in release archives of mattermost-load-test by @M-ZubairAhmed in #967
- Update Playwright to 1.58.2 by @M-ZubairAhmed in #971
- [MM-67826] Update Plugins configuration name in sample config and use Ed25519 SSH keys by @M-ZubairAhmed in #976
- MM-60255: Address once and for all the remote-exec error by @agarciamontoro in #973
- Add subcommand to connect to database instances via SSH by @agarciamontoro in #975
- Scope nvm Node.js installation to dev Make targets only by @M-ZubairAhmed in #974
- Add config example files for release testing and performance comparisons by @agarciamontoro in #977
Full Changelog: v1.32.0...v1.33.0-rc1
mattermost-load-test-ng-v1.32.0
What's Changed
- [MM-65831] Enable the ability to select client-side simulation directly from the browsercontroller.json file. by @M-ZubairAhmed in #956
- [MM-67204] Make @mattermost/loadtest-browser-lib package for common utilities and types which will be used for plugins implementing load testing by @M-ZubairAhmed in #959
- MM-66105: Add plugin modules infrastructure by @agarciamontoro in #957
- Import Playbooks by @agarciamontoro in #963
- Update goreleaser to v2.x (#964) by @agarciamontoro in #965
- [MM-67575] Move loadtest-browser-lib to seperate location to ease up publishing by @M-ZubairAhmed in #968
- [MM-67588] Include browser load testing and its related assets in release archives of mattermost-load-test @M-ZubairAhmed in #970
- [MM-67572] Fix error "Cannot find module './smoke_simulation.json'" when running make build-browser-api by @M-ZubairAhmed in #969
- Update Playwright to 1.58.2 by @M-ZubairAhmed in #972
Full Changelog: v1.31.0...v1.32.0
mattermost-load-test-ng-v1.32.0-rc2
What's Changed
- Cherry pick of #962 by @M-ZubairAhmed in #968
- Cherry pick of #967 by @M-ZubairAhmed in #970
- Cherry pick of #966 by @M-ZubairAhmed in #969
- Cherry-pick: Update Playwright to 1.58.2 (#971) by @agarciamontoro in #972
Full Changelog: v1.32.0-rc1...v1.32.0-rc2
mattermost-load-test-ng-v1.32.0-rc1
What's Changed
- [MM-65831] Enable the ability to select client-side simulation directly from the browsercontroller.json file. by @M-ZubairAhmed in #956
- [MM-67204] Make @mattermost/loadtest-browser-lib package for common utilities and types which will be used for plugins implementing load testing by @M-ZubairAhmed in #959
- MM-66105: Add plugin modules infrastructure by @agarciamontoro in #957
- Import Playbooks by @agarciamontoro in #963
- Update goreleaser to v2.x (#964) by @agarciamontoro in #965
Full Changelog: v1.31.0...v1.32.0-rc1
mattermost-load-test-ng-v1.31.0
What's Changed
- [MM 65069] Remove fail fast option from make test but keep it for CI test by @M-ZubairAhmed in #951
- [MM-66744] Change the default MaxActiveBrowserUsers to 5 by @M-ZubairAhmed in #953
- Nov' 25 monthly dependency update on browser package by @M-ZubairAhmed in #954
- Add documentation on creating multiple terraform deployments by @M-ZubairAhmed in #952
- [MM-66905] Move the BrowserConfiguration from config.json to browsercontrollerconfig.json by @M-ZubairAhmed in #955
- Bump Go version to v1.24.11 by @agarciamontoro in #958
- Update Go dependencies by @agarciamontoro in #960
Full Changelog: v1.30.0...v1.31.0
mattermost-load-test-ng-v1.31.0-RC1
What's Changed
- [MM 65069] Remove fail fast option from make test but keep it for CI test by @M-ZubairAhmed in #951
- [MM-66744] Change the default MaxActiveBrowserUsers to 5 by @M-ZubairAhmed in #953
- Nov' 25 monthly dependency update on browser package by @M-ZubairAhmed in #954
- Add documentation on creating multiple terraform deployments by @M-ZubairAhmed in #952
- [MM-66905] Move the BrowserConfiguration from config.json to browsercontrollerconfig.json by @M-ZubairAhmed in #955
- Bump Go version to v1.24.11 by @agarciamontoro in #958
- Update Go dependencies by @agarciamontoro in #960
Full Changelog: v1.30.0...v1.31.0-RC1
mattermost-load-test-ng-v1.30.0
What's Changed
- [MM 65580] Add simulation test timeouts as configurable property in config.json by @M-ZubairAhmed in #944
- MM-65048: Fix toset call by @agarciamontoro in #946
- MM-65142: Add AWSAMIUser to output struct by @agarciamontoro in #945
- Use latest minor version for Postgres v14 by @agarciamontoro in #949
- MM-65977: Add new MattermostPlugins setting by @agarciamontoro in #948
- MM-66390: Bump Go version and update dependencies by @agarciamontoro in #950
Full Changelog: v1.29.0...v1.30.0
mattermost-load-test-ng-v1.30.0-rc1
Changelog
- 55854e9 [MM 65580] Add simulation test timeouts as configurable property in config.json (#944)
- 3060fc7 Use latest minor version for Postgres v14 (#949)
- f9d9fe3 MM-66390: Bump Go version and update dependencies (#950)
- 81399b1 MM-65977: Add new MattermostPlugins setting (#948)
- 087b9ce Fix toset call (#946)
- c3f0081 Add AWSAMIUser to output struct (#945)
mattermost-load-test-ng-v1.29.0
What's Changed
- fix: prometheus exporter setup behind rhel for agents by @fmartingr in #932
- Add OpenLDAP server support to Terraform deployment by @agnivade in #938
- MM-64881: Initialize map in MemStore.Clear by @agarciamontoro in #942
- [MM-62747] add NFS support by @isacikgoz in #884
- [MM-61192] Webapp load test by @M-ZubairAhmed in #926
- Cherry-pick #946 to
release-1.29by @agarciamontoro in #947
Full Changelog: v1.28.0...v1.29.0