v0.18.2
Features:
-
k6/http: Limit concurrent requests in http.batch() calls. (#296)
export let options = { batch: 20, // Default: 10 }
-
Flag to blacklist certain IP ranges from being called from scripts. (#389)
-
Flag to disable running of thresholds. (#42)
-
Archives now contain original sources, not transpiled gibberish. (#387)
-
k6/http: Enabled TLS Renegotiation
Fixed: