Skip to content

v1.11.2-beta

Pre-release
Pre-release

Choose a tag to compare

@garrytrinder garrytrinder released this 20 Jan 12:03
· 3 commits to main since this release
c90931f

New in v1.11.2

✨ New Features

Enhanced Diagnostics

  • invalidConfigSectionSchema warning when config section schema version doesn't match installed Dev Proxy
  • unknownConfigProperty warning when config section has properties not defined in its schema
  • invalidConfigValue error when config section property value doesn't match schema requirements

New Quick Fixes

  • Update config section schema version (single or all at once)
  • Remove unknown config section properties

🔄 Changes

  • Update schema action now supports all Dev Proxy file schemas, not just config files