mockzilla_platform_interface 1.0.0-dev.0
mockzilla_platform_interface: ^1.0.0-dev.0 copied to clipboard
A common interface for the mockzilla plugin.
1.0.0-dev.0 #
- Removes
delayVariance
, andfailureProbability
fields from endpoint configurations. - Replaces
delayMean
withmean
field for endpoint configurations. - Removes Web Api fields (these are replaced with dashboard overrides).
- Adds
isNetworkDiscoveryEnabled
field to top level config.
0.2.0 #
- Adds default value of
{"Content-Type": "application/json"}
for parameterheaders
inMockzillaHttpResponse
. - Removes generated
MockzillaConfig.releaseModeConfig
from platform interface. - Removes generated
MockzillaConfig.additionalLogWriters
from platform interface.
0.1.0 #
- Initial open-source release.