- Add option for scenario specific context.
- Fix StackOverFlow error when running with large number of users (> 2500)
- Pass
:context-before
and:context-after
to reporter.
- Add scenario option for allowing early termination.
- Add option for specifying your own custom reporter.
- Upgraded to Clojure 1.8.
- New format for specifying the simulation and options (with schema validation). Note! Backwards compatibility is kept for now.
- Support for sleeping before starting a request
- Buffer results to file system while simulation is running. This makes it possible to run clj-gatling for long period of time without running out of memory.
- Upgraded to Clojure 1.7.
- Changed format of request functions. Callback is the first parameter and user-id is not separate parameter anymore. You can get user-id from context via :user-id key.