Releases: pkolaczk/latte
Releases · pkolaczk/latte
v0.27.0
What's Changed
- Update dependency versions by @pkolaczk in #64
- Add 'now_timestamp' latte function to be used in rune scripts by @vponomaryov in #63
- Add UDT support for prepared statements by @vponomaryov in #61
- Add
text
latte function for getting random strings in rune scripts by @vponomaryov in #65 - Add retry mechanism by @vponomaryov in #66
- Add latte::uniform for generating random numbers with uniform distrib… by @pkolaczk in #68
- Change plot extension to svg by @pkolaczk in #69
- Fix int underflow in get_exponential_retry_interval by @pkolaczk in #70
- Print floating point script parameters by @pkolaczk in #71
- Make interrupting by Ctrl-C more reliable by @pkolaczk in #72
- Add support for creating 32-bit float values by @pkolaczk in #73
- Automatic type conversions in prepared statements by @pkolaczk in #74
- Allow objects and structs as source of named query params by @pkolaczk in #75
- Add new edit command for editing workloads by @pkolaczk in #82
- Support printing string values of optional params set with
-P
flag by @vponomaryov in #79 - Allow to prioritize nodes based on their datacenter by @vponomaryov in #78
- Add
ColumnType::Map
support for the prepared statements by @vponomaryov in #76 - Add
ColumnType::Timestamp
support for the prepared statements by @vponomaryov in #77 - Add
ColumnType::Inet
support for the prepared statements by @vponomaryov in #80 - Add 'ColumnType::Timeuuid' support for the prepared statements by @pkolaczk in #83
- Serialize Rune objects as Cassandra maps by @pkolaczk in #84
- Use Option for datacenter to keep backwards compatibility by @pkolaczk in #85
- New command:
latte list
for tabular listing of run results by @pkolaczk in #86 - Improved sampling by @pkolaczk in #88
- Don't try to catch up after slowdown when using fixed rate by @pkolaczk in #89
- Fix error logging by @pkolaczk in #90
- Retry only on timeouts by @pkolaczk in #91
- Log query errors through tracing crate by @pkolaczk in #92
- Add --start-cycle and --end-cycle parameters by @pkolaczk in #93
- Add ctx.elapsed_secs() function by @pkolaczk in #94
- Chunking and CTRL-C handling improvements by @pkolaczk in #95
New Contributors
- @vponomaryov made their first contribution in #63
Full Changelog: v0.23.0...v0.27.0
Release 0.16.0
What's Changed
Full Changelog: v0.15.2...v0.16.0
Release 0.15.2
What's Changed
- Fix possible numeric underflow in sampler:43 by @pkolaczk in #31
- Avoid other potential subtract with overflow problems by @pkolaczk in #32
Full Changelog: v0.15.1...v0.15.2
Release 0.15.1
What's Changed
- Set response time percentile precision to 3 decimal places by @pkolaczk in #29
- Fix recording of the last snapshot cycle count and time by @pkolaczk in #30
Full Changelog: v0.15.0...v0.15.1
Release 0.15.0
0.14.0
Release 0.13.2
What's Changed
- Fix rate limiter by @pkolaczk in #17
- Don't emit tiny interval at the end of the run by @pkolaczk in #18
Full Changelog: v0.13.1...v0.13.2
Release 0.13.1
What's Changed
- Don't emit ansi escapes when output is not a tty by @pkolaczk in #15
- Fix problems caused by NaNs by @pkolaczk in #16
Full Changelog: v0.13.0...v0.13.1
Release 0.13.0
- Add -q option to hide the progress bar
Full Changelog: v0.12.0...v0.13.0
Release 0.12.0
What's Changed
Full Changelog: v0.11.0...v0.12.0