* Always return falsey from `chaosgcp.monitoring.proves.valid_slo_ratio_during_window` when no data was found for the SLO * Bump dependencies
Fixed
* Allow for empty route action block in load balancer actions
0.32.1
Fixed
* Convert string to int. GCP returns int64 as a string to let the client to make the decision how to convert it. Python doesn't differentiate explicitely so we are left to let the Python VM make the right decision for us
0.32.0
Added
* Support for more typed value when verifying SLO with `valid_slo_ratio_during_window`
0.31.0
Changed
* Removed unusued `(` character * Refactored code to locate the appropriate target
0.30.1
Fixed
* Fixed returned type in `chaosgcp.lb.get_path_matcher` * Fixed load balancer activities to use `target_path` where appropriate
0.30.0
Changed
* Support for route rules in `chaosgcp.lb` activities