Skip to content

Releases: eipi1/overload

v0.8.0

08 Aug 14:26
d4abf17
Compare
Choose a tag to compare

What's Changed

  • Split request file in cluster mode by @eipi1 in #49
  • Add support for SQLite file upload by @eipi1 in #50
  • Downgrade Ubuntu image by @eipi1 in #53
  • Increase file size limit to 1G by @eipi1 in #54
  • Constant JSON value support in random data generator by @eipi1 in #55
  • Integer pattern support for random data generator by @eipi1 in #56
  • Fix reconnect error on connection failure with fixed pool by @eipi1 in #57

Full Changelog: v0.7.1...v0.8.0

v0.7.1

26 Mar 16:25
8297e37
Compare
Choose a tag to compare

Fixed

  • div by zero when no secondary is connected
  • trying to use the pool when it is already in use

Improvement

  • add random data schema validation
  • validate in standalone mode

Overload v0.7.0

21 Mar 16:38
b225782
Compare
Choose a tag to compare

Added

  • Response assertion support using lua script (#40)
  • add array support in data generator (#42)
  • expose environment variables to configure cluster (#34)
  • get request_bundle_size from env (#37)
  • Documentation with mdbook by (#36)
  • check if file exists before starting test (#38)

Fixed

  • Reduce error operation was canceled: connection was not ready (#33)
  • increase bundle size in high qps to reduce iteration count (#35)

Full Changelog: v0.6.0...v0.7.0

v0.6.0

12 Nov 06:45
9de2b7c
Compare
Choose a tag to compare

What's Changed

  • Improve cluster communication - use remoc instead of HTTP
  • Added support for multiple tests in a single request
  • Added response assertion support

v0.5.0

23 Sep 12:13
45bd007
Compare
Choose a tag to compare

What's Changed

  • added support for random data generation using json schema
  • expose prometheus metrics
  • Added support for connection count
  • Step/Staircase QPS and connection count configuration
  • Bug fixes

Overload v0.2.0

09 Jun 11:23
4a8d67e
Compare
Choose a tag to compare
  • Things are working fine