Releases: scylladb/cql-stress
Releases · scylladb/cql-stress
v0.2.1
v0.2.0
What's Changed
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Add cargo project by @piodul in #1
- gitignore: add .vscode to ignored list by @piodul in #3
- Initial tests and CI by @piodul in #2
- CI: adjust the name of the default branch by @piodul in #5
- Add a generic framework for running benches by @piodul in #4
- common: add distribution parsing utilities by @piodul in #12
- distribution: fix clippy complaint by @piodul in #13
- run: make it possible to stop/abort by @piodul in #14
- Initial scylla-bench frontend by @piodul in #15
- s-b: fix consistency parsing logic by @piodul in #16
- scylla-bench frontend: add more flags by @piodul in #17
- s-b: Improve error handling in reads by @piodul in #19
- s-b: implement timeseries read and write workloads by @piodul in #20
- s-b: implement counter_read, counter_update and scan modes by @piodul in #21
- gocompat/strconv: appease clippy by @piodul in #24
- s-b: error-at-row-limit flag by @piodul in #23
- s-b: improve error reporting by @piodul in #25
- README: provide more information about usage and building by @piodul in #28
- s-b: driver-side timeouts by @piodul in #30
- s-b: improvements to logging by @piodul in #29
- treewide: appease clippy by @piodul in #33
- Add histogram-related options by @piodul in #27
- run: make it possible to stop runs that constantly fail by @piodul in #26
- run: get rid of a per-operation allocation by @piodul in #34
- Clippy fixes by @piodul in #37
- treewide: fix clippy's complaints by @piodul in #39
- Update driver version from 0.5 to 0.8.1 by @wprzytula in #38
- s-b: clippy fixes by @muzarski in #41
- c-s: basic CLI arguments parser by @muzarski in #40
- cql-stress tracing: replace
env_logger
withtracing-subscriber
by @muzarski in #46 - Cassandra stress rng by @muzarski in #43
- c-s: parser refactor by @muzarski in #47
- c-s CLI: Options parsing by @muzarski in #42
- treewide: clippy fixes by @muzarski in #49
- c-s runtime: write and read scenarios by @muzarski in #45
- c-s: benchmark statistics by @muzarski in #50
- c-s: params wrapper by @muzarski in #51
- multiple shard connections by @muzarski in #55
- c-s CLI: columns and population options by @muzarski in #48
- c-s CLI fixups by @muzarski in #57
- cassandra-stress CI by @muzarski in #53
- cassandra-stress - gaussian distribution by @muzarski in #56
- c-s: counters by @muzarski in #58
- c-s options: fix compiler warnings by @muzarski in #62
- main: set max_retries_per_op to 9 (c-s default) by @muzarski in #64
- tracing: disable ansi colors by @muzarski in #66
- c-s operation: Extract common operation logic by @muzarski in #68
- c-s population: support
seq=x..y
bash-friendly syntax by @muzarski in #70 - c-s mixed operation by @muzarski in #63
- Bump driver version to 0.12.0 by @muzarski in #71
- c-s:
-mode
option by @muzarski in #69 - c-s/col: c-s compatibility for -col n= parameter by @muzarski in #75
- User command: parsing logic + schema creation by @muzarski in #74
- Fix clippy errors by @muzarski in #81
- readme: c-s frontend description by @muzarski in #77
- cargo: bump driver version to 0.13 by @muzarski in #84
- c-s user: Implement runtime for user command by @muzarski in #82
- c-s: Implement query/operation sampler by @muzarski in #87
- CI: fix clippy issues by @muzarski in #89
- c-s: Generators for simple types by @muzarski in #83
- c-s: create correct tables based on workload by @muzarski in #86
- mixed: prepare statements only for subcommands defined by user by @muzarski in #96
- clippy: fix indentation issues in docstring by @muzarski in #100
- ci: bump cassandra version to 3.11.17 by @muzarski in #101
- c-s: Implement
insert
operation for user profiles by @muzarski in #93 - cargo: bump rust-driver version to 0.14 by @muzarski in #102
- ci: fix clippy 0.1.84 lints by @muzarski in #107
- improvement(version): added --version support by @soyacz in #109
- chore: Configure Renovate by @renovate in #112
- Bump scylla driver to 1.0.0 by @soyacz in #118
New Contributors
- @piodul made their first contribution in #1
- @wprzytula made their first contribution in #38
- @muzarski made their first contribution in #41
- @soyacz made their first contribution in #109
- @renovate made their first contribution in #112
Full Changelog: https://github.com/scylladb/cql-stress/commits/v0.1.0