Release Notes
> Documentation > Docs > Release Notes

Release Notes #

Information about release notes of loadgen is provided here.

1.25.0 (2024-04-30) #

Improvements #

  • Keep the same version number as INFINI Console.
  • Synchronize updates for known issues fixed in the Framework.

1.24.0 (2024-04-15) #

Improvements #

  • Keep the same version number as INFINI Console.
  • Synchronize updates for known issues fixed in the Framework.

1.22.0 (2024-01-26) #

Improvements #

  • Unified version number with INFINI Console

1.8.0 (2023-11-03) #

Breaking changes #

  • Merged the Loadrun functionality into Loadgen.
  • Configuration of test requests, assertions, etc., now uses the new Loadgen DSL syntax.

1.7.0 (2023-04-20) #

Breaking changes #

  • Don’t allow define variables with identical name.

Features #

  • Added log_status_code configuration to print HTTP requests with specified status codes.

1.6.0 (2023-04-06) #

Breaking changes #

  • file variables will not escape " and \ by default, use replace to manually escape special characters

Features #

  • Variables added replace option to modify the value.

Improvements #

  • Optimize memory consumption.

Bug fix #

  • Fixed missing \n in YAML strings
  • Invalid assert configurations won’t be ignored silently anymore.

1.5.1 #

Bug fix #

  • [DOC] Fix invalid variable grammar in loadgen.yml.

1.5.0 #

Features #

  • Added assert configuration, support testing response data.
  • Added register configuration, support registering dynamic variables.
  • Added env configuration, support loading and using environment variables in loadgen.yml.
  • Support using dynamic variables in the headers configuration.

Improvements #

  • -l option: precisely control the number of requests to send.
  • Added runner.no_warm to skip warm-up stage.

Bug fix #