Skip to content

Releases: najamcodes/glockit

1.1.2

Choose a tag to compare

@najamcodes najamcodes released this 15 Apr 12:45
  • Added support for summary mode, which allows you to summarize the results of multiple benchmarks into a single report.
  • Added support for API response result checks, which allows you to assert the expected response of an API request.
  • Added support for authorization dependencies, which allows you to handle complex auth flows (like OAuth2) once and share credentials across multiple endpoints.
  • Added support for dynamic variables and functions, which allows you to use variables and functions in your requests that are defined dynamically at runtime.
  • Added support for pre/post request hooks, which allows you to execute custom code before or after each request.
  • Improved the performance and efficiency of the library by optimizing the request chaining and concurrent execution logic.
  • Improved the user experience by adding progress tracking and real-time feedback during benchmark execution.
  • Improved the CLI usage by adding more options and commands, such as generating an example configuration file.

1.0.9

Choose a tag to compare

@najamcodes najamcodes released this 04 Apr 00:16
chore: update version to 1.0.9 and remove deprecated features from RE…

1.0.8

Choose a tag to compare

@najamcodes najamcodes released this 03 Apr 23:54
chore: update version to 1.0.8 and modify chalk import paths

1.0.6

Choose a tag to compare

@najamcodes najamcodes released this 31 Mar 21:44
chore: update version to 1.0.6 and implement platform abstraction for…

Initial Release

Choose a tag to compare

@najamcodes najamcodes released this 31 Mar 18:42
1.0.3

chore: add bun.lock file to gitignore.