mockzilla_android 1.0.0 copy "mockzilla_android: ^1.0.0" to clipboard
mockzilla_android: ^1.0.0 copied to clipboard

The Android implementation for the mockzilla plugin.

1.0.0 - 2025-01-09 #

⚠️ BREAKING CHANGES

  • Removes delayVariance, and failureProbability fields from endpoint configurations (ff272ae)
  • Replaces delayMean with mean field for endpoint configurations (ff272ae)
  • Removes Web Api fields (these are replaced with dashboard overrides) (ff272ae)
  • Updates startMockzilla to return runtime information (ff272ae)

Features

  • Adds support for Mockzilla Desktop (ff272ae)
  • Improves handling of port conflicts (ff272ae)

Bug Fixes

  • Fixes an issue in the marshalling of request headers for bridge models to Dart (ff272ae)

1.0.0-dev.1 #

  • Upgrades pigeon from 12.0.1 -> 22.6.0.
  • Fixes an issue in the marshalling of request headers from bridge models to Dart.

1.0.0-dev.0 #

  • Updates underlying KMP library to 2.0.1.

0.1.2 #

  • Fixes an issue where HTTP request body was not passed from native models to Dart #172.

0.1.1 #

  • Removes package attribute from AndroidManifest that was incompatible with AGP 8.
  • Fixes an issue where MockzillaIos.startMockzilla() was referring to a missing field in MockzillaConfig.

0.1.0 #

  • Initial open-source release.