Skip to content

Releases: pkolaczk/latte

v0.27.0

05 Aug 10:34
Compare
Choose a tag to compare

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

Full Changelog: v0.23.0...v0.27.0

Release 0.16.0

10 Jan 16:53
Compare
Choose a tag to compare

What's Changed

  • Create database schema in its own command by @pkolaczk in #33

Full Changelog: v0.15.2...v0.16.0

Release 0.15.2

07 Jan 14:40
Compare
Choose a tag to compare

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

07 Jan 08:53
Compare
Choose a tag to compare

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

18 Dec 19:19
Compare
Choose a tag to compare
Release 0.15.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.14.0...v0.15.0

0.14.0

15 Dec 16:23
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.13.2...v0.14.0

Release 0.13.2

15 Dec 16:22
Compare
Choose a tag to compare
Release 0.13.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.13.1...v0.13.2

Release 0.13.1

14 Dec 13:46
Compare
Choose a tag to compare
Release 0.13.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.13.0...v0.13.1

Release 0.13.0

10 Dec 15:35
Compare
Choose a tag to compare
Release 0.13.0 Pre-release
Pre-release
  • Add -q option to hide the progress bar

Full Changelog: v0.12.0...v0.13.0

Release 0.12.0

10 Dec 13:52
Compare
Choose a tag to compare
Release 0.12.0 Pre-release
Pre-release

What's Changed

  • Support for recording and exporting HDR histograms by @pkolaczk in #14

Full Changelog: v0.11.0...v0.12.0