Releases: najamcodes/glockit
Releases · najamcodes/glockit
Release list
1.1.2
- 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
chore: update version to 1.0.9 and remove deprecated features from RE…
1.0.8
chore: update version to 1.0.8 and modify chalk import paths
1.0.6
chore: update version to 1.0.6 and implement platform abstraction for…
Initial Release
1.0.3 chore: add bun.lock file to gitignore.