Skip to content

v0.27.0

Latest
Compare
Choose a tag to compare
@pkolaczk pkolaczk released this 05 Aug 10:34
· 17 commits to main since this release

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