rename rustls feature to rustls-tls so tests/controller.rs can build with the rustls library; update tungstenite to 0.14 and tokio-tungstenite = 0.15 to allow building with rustls
documentation cleanup; properly rename GooseDefault::RequestFormat and fix links
always configure GooseConfiguration.manager and GooseConfiguration.worker; confirm Manager is enabled when setting --expect-workers
moved GooseConfiguration, GooseDefault, and GooseDefaultType into new src/config.rs file; standardized configuration precedence through internal GooseConfigure trait defining get_value() for all supported types; general improvements to configuration documentation
0.12.1 July 15, 2021
rustls
feature torustls-tls
sotests/controller.rs
can build with therustls
library; updatetungstenite
to0.14
andtokio-tungstenite
=0.15
to allow building withrustls
GooseDefault::RequestFormat
and fix linksGooseConfiguration.manager
andGooseConfiguration.worker
; confirm Manager is enabled when setting--expect-workers
GooseConfiguration
,GooseDefault
, andGooseDefaultType
into newsrc/config.rs
file; standardized configuration precedence through internalGooseConfigure
trait definingget_value()
for all supported types; general improvements to configuration documentation