0.8.3 (2021-12-07)
Features Added
- If
AZURE_RECORD_MODE
is not set, default toplayback
- If
PROXY_CERT
is not set, try to find it based on theGOPATH
environment variable and the path toeng/common/testproxy/dotnet-devcert.crt
- Adds
NewRecordingHTTPClient()
method which returns anazcore.Transporter
interface that routes requests to the test proxy #16221. - Adds the
SetBodilessMatcher
method #16256 - Added variables storage to the
Stop
function. Pass in amap[string]interface{}
to theStop
method options and the values can be retrieved with theGetVariables(t *testing.T)
function #16375.
Breaking Changes
- Renames
ResetSanitizers
toResetProxy
#16256