ENHANCEMENTS:
- Added attributes
auth_token
,default
andverify_ssl
ofrunscope_bucket
. - Added attributes
stop_on_failure
,parent_environment_id
andclient_certificate
ofrunscope_environment
. - Only changing of
bucket_id
andtest_id
forces newrunscope_environment
. - Added attributes
skipped
andform_parameter
ofrunscope_step
. - Require arguments
method
andurl
ofrunscope_step
, and don't force new step when they are changed. - Added attributes
created_at
,created_by
andtrigger_url
ofrunscope_test
. - Changing of test arguments no more forces new test.
- Added attribute
exported_at
ofrunscope_schedule
. - Require argument
interval
ofrunscope_schedule
is required and no more forces new schedule. - Changing of
interval
andnote
no more forces new schedule.
BUG FIXES:
- Fixed issue with step updating (appeared in 0.9.1).