Releases: rogerwelin/cassowary
v0.9.1
v0.9.0
Features.
Cassowary can now push metrics to AWS Cloudwatch metrics by adding the --cloudwatch flag
Bugfixes.
Fix for Prometheus metrics that was never triggered even when selected
Improvements.
Cassowary has been bumped to Go 1.14
Changelog
c1ed989 Merge pull request #17 from rogerwelin/cloudwatch-metrics
3dc1908 bump go. fix prometheus bug where metric was never triggered. adding cloudwatch option for metrics
c399706 dependency injection
e0ea13d wip: cloudwatch
v0.8.0
Features
New features include adding a duration in seconds that can be set on the command line to specify how long the load test will be run for. The desired amount of request will be equally distributed out over that specified amount of time
Changelog
1919371 feature: adding option to specify duration of the load test
a88c25f pimp readme
42720fe small readme fix
v0.7.0
v0.6.0
v0.5.1
v0.5.0
Features
- ability to disable http-keep-alive
- ability to configure http timeout
- ability to generate specified number of requests to be generated when reading URL paths from file
Changelog
52ae742 Merge pull request #10 from rogerwelin/zh-readme
e698c52 Merge pull request #11 from lutfuahmet/master
13d53ad Merge pull request #9 from lutfuahmet/master
1e6e6c0 add godoc badge
8071fd6 added timeout option
754c24c coverage badge
c721b79 generate request from file
c7f418f option to disable http keep alive
9892dfd readme fix
3c1ee83 readme fix
99a12a5 readme: add toc table
d0e80f0 readme: prometheus example
2bee0b7 zh readme
v0.4.0
Major refactoring done to keep code DRY and significantly more easier to navigate. Also main package (the cli) and the callable code have been separated; thus enabling anyone to import the client library using go mod
Changelog
d937504 Merge pull request #7 from HugoReeves/master
aa7459b Merge pull request #8 from rogerwelin/refactor-project-structure
581d4df add fields to struct, make terminal output optional
054bf91 add more tests
a1aa580 documenting refactor changes
85e9601 major refactoring of project structure
a83856d readme: add nix/nixos install instructions
3767016 remove duplicated code sections