Skip to content

Releases: dev-proxy-tools/toolkit

v1.12.0

29 Jan 10:09
v1.12.0
89a5bdd

Choose a tag to compare

New in v1.12.0

✨ New Features

New Setting

  • devProxyPath — Custom path to Dev Proxy executable (uses auto-detection if empty)

Improved Detection

  • Auto-detection fallback using login shell and common installation paths

New Snippets

  • devproxy-plugin-graph-connector-guidance — GraphConnectorGuidancePlugin instance
  • devproxy-plugin-mock-stdio-response — MockStdioResponsePlugin instance with config section
  • devproxy-plugin-mock-stdio-response-file — MockStdioResponsePlugin mocks file with schema

Enhanced Diagnostics

  • Clickable diagnostic codes that link to documentation
  • emptyUrlsToWatch warning when urlsToWatch array is empty
  • pluginConfigOptional info when plugin can be configured with optional config section
  • invalidConfigSectionSchema warning when config section schema version doesn't match installed Dev Proxy
  • unknownConfigProperty warning when config section has undefined properties
  • invalidConfigValue error when config section property value doesn't match schema requirements

New Quick Fixes

  • Add optional plugin configuration (adds configSection + config)
  • Add missing config section when referenced but not defined
  • Update config section schema version (single or all at once)
  • Remove unknown config section properties

🔄 Changes

  • All snippets updated to use v2.1.0 schema
  • Improved diagnostic highlighting to target specific nodes instead of entire objects
  • All diagnostics now use unique codes for better identification
  • Update schema action now supports all Dev Proxy file schemas, not just config files

🐛 Fixed

  • AuthPlugin now shows documentation link and configuration diagnostics
  • LanguageModelFailurePlugin no longer incorrectly warns about requiring language model

v1.11.3-beta

21 Jan 15:40
74df194

Choose a tag to compare

v1.11.3-beta Pre-release
Pre-release

New in v1.11.3

✨ New Features

New Setting

  • devProxyPath — Custom path to Dev Proxy executable (uses auto-detection if empty)

Improved Detection

  • Auto-detection fallback using login shell and common installation paths

v1.11.2-beta

20 Jan 12:03
c90931f

Choose a tag to compare

v1.11.2-beta Pre-release
Pre-release

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

v1.11.1-beta

19 Jan 17:52
b359a60

Choose a tag to compare

v1.11.1-beta Pre-release
Pre-release

✨ New Features

New Snippets

  • devproxy-plugin-graph-connector-guidance - GraphConnectorGuidancePlugin instance
  • devproxy-plugin-mock-stdio-response - MockStdioResponsePlugin instance
  • devproxy-plugin-mock-stdio-response-config - MockStdioResponsePlugin config section
  • devproxy-plugin-mock-stdio-response-file - MockStdioResponsePlugin mocks file
  • devproxy-plugin-mock-stdio-response-file-schema - MockStdioResponsePlugin mocks file schema

Enhanced Diagnostics

  • Diagnostic codes are now clickable links to documentation
  • New emptyUrlsToWatch warning when no URLs are configured
  • New pluginConfigOptional info for plugins with optional configuration

New Quick Fixes

  • Add optional plugin configuration - automatically adds configSection property and config section
  • Add missing config section - creates config section when referenced but not defined

🔄 Changes

  • All schema references updated to Dev Proxy v2.1.0
  • Diagnostics now highlight specific nodes instead of entire objects
  • All diagnostics use unique codes for better identification

🐛 Bug Fixes

  • AuthPlugin now shows documentation link and configuration diagnostics
  • LanguageModelFailurePlugin no longer incorrectly warns about requiring language model

v2.1.0-beta

12 Jan 11:12
44bf080

Choose a tag to compare

v2.1.0-beta Pre-release
Pre-release
Update schema versions to v2.1.0

Closes #339

v1.10.0

03 Dec 10:13
d7db8d4

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.10.0

v1.9.0-beta

01 Dec 11:59
1ff8d1d

Choose a tag to compare

v1.9.0-beta Pre-release
Pre-release

What's Changed

Full Changelog: v1.7.1-beta...v1.9.0-beta

v1.8.0

30 Oct 10:04
5dbac83

Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.8.0

v1.7.1-beta

30 Oct 09:56
cdd0434

Choose a tag to compare

v1.7.1-beta Pre-release
Pre-release

What's Changed

Full Changelog: v1.5.0-beta...v1.7.1-beta

v1.7.0-beta

13 Oct 14:02
0f72c6a

Choose a tag to compare

v1.7.0-beta Pre-release
Pre-release

What's Changed

  • Update snippet schemas to v1.3.0.