Releases: dev-proxy-tools/toolkit
Releases · dev-proxy-tools/toolkit
v0.3.1
What's Changed
- Fix RateLimitPlugin configSection check. Closes #81 by @garrytrinder in #83
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Update CHANGELOG.md by @garrytrinder in #55
- Fix issue opening OpenApiSpecGenerator plugin doc. Closes #53 by @garrytrinder in #56
- Update dev-proxy schema URLs to v0.17.0. Closes #60 by @garrytrinder in #61
- Update status bar to use loading icon by @garrytrinder in #63
- Adds beta support. Closes #51 by @garrytrinder in #64
- Add MockRequestPlugin. Closes #57 by @garrytrinder in #65
- Add ApiCenterOnboardingPlugin. Closes #59 by @garrytrinder in #66
- Add EntraMockResponsePlugin. Closes #58 by @garrytrinder in #67
- Add ApiCenterProductionVersionPlugin. Closes #68 by @garrytrinder in #69
- Update snippets table by @garrytrinder in #70
- Add version preference setting. Closes #71 by @garrytrinder in #72
- Add beta support for schema check. Closes #73 by @garrytrinder in #74
- Remove urlsToWatch diagnostic check. Closes #31 by @garrytrinder in #75
- Update schemas to 0.17.1. Closes #76 by @garrytrinder in #77
- Snippet fixes by @garrytrinder in #79
- Update readme and changelog by @garrytrinder in #78
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Update snippets.json schema version by @waldekmastykarz in #36
- Update schema URLs to v0.14.1 by @garrytrinder in #40
- Add proxy installation check by @garrytrinder in #42
- Update Node.js version to 21.x by @garrytrinder in #45
- Add version check by @garrytrinder in #43
- Add proxy version to status bar by @garrytrinder in #47
- Add config schema version check by @garrytrinder in #48
- Add proxy running detection by @garrytrinder in #49
- Add publish workflow by @garrytrinder in #50
New Contributors
- @waldekmastykarz made their first contribution in #36
- @garrytrinder made their first contribution in #40
Full Changelog: https://github.com/garrytrinder/dev-proxy-toolkit/commits/v0.2.0
v0.1.0
Dev Proxy is a command line tool that helps you simulate behaviors and errors of cloud APIs.
Dev Proxy Toolkit extension for Visual Studio Code makes it easy to create and update configuration files.
- Snippet:
devproxy-config-file
- Dev Proxy config file - Snippet:
devproxy-config-file-schema
- Dev Proxy config file schema - Snippet:
devproxy-mocks-file
- Dev Proxy mocks file - Snippet:
devproxy-mocks-file-schema
- Dev Proxy mocks file schema - Snippet:
devproxy-mock
- Dev Proxy mock - Snippet:
devproxy-request
- Dev Proxy request - Snippet:
devproxy-response
- Dev Proxy response - Snippet:
devproxy-response-header
- Dev Proxy response header - Snippet:
devproxy-plugin-caching-guidance
- CachingGuidancePlugin instance - Snippet:
devproxy-plugin-caching-guidance-config
- CachingGuidancePlugin config section - Snippet:
devproxy-plugin-crud-api
- CrudApiPlugin instance - Snippet:
devproxy-plugin-crud-api-config
- CrudApiPlugin config section - Snippet:
devproxy-plugin-crud-api-file
- CrudApiPlugin API file - Snippet:
devproxy-plugin-crud-api-file-schema
- CrudApiPlugin API file schema - Snippet:
devproxy-plugin-crud-api-action
- CrudApiPlugin action - Snippet:
devproxy-plugin-dev-tools
- DevToolsPlugin instance - Snippet:
devproxy-plugin-dev-tools-config
- DevToolsPlugin config section - Snippet:
devproxy-plugin-execution-summary
- ExecutionSummaryPlugin instance - Snippet:
devproxy-plugin-execution-summary-config
- ExecutionSummaryPlugin config section - Snippet:
devproxy-plugin-generic-random-error
- GenericRandomErrorPlugin instance - Snippet:
devproxy-plugin-generic-random-error-config
- GenericRandomErrorPlugin config section - Snippet:
devproxy-plugin-generic-random-error-file
- GenericRandomErrorPlugin errors file - Snippet:
devproxy-plugin-generic-random-error-file-schema
- GenericRandomErrorPlugin errors file schema - Snippet:
devproxy-plugin-graph-beta-support-guidance
- GraphBetaSupportGuidancePlugin instance - Snippet:
devproxy-plugin-graph-client-request-id-guidance
- GraphClientRequestIdGuidancePlugin instance - Snippet:
devproxy-plugin-graph-mock-response
- GraphMockResponsePlugin instance - Snippet:
devproxy-plugin-graph-random-error
- GraphRandomErrorPlugin instance - Snippet:
devproxy-plugin-graph-random-error-config
- GraphRandomErrorPlugin config section - Snippet:
devproxy-plugin-graph-sdk-guidance
- GraphSdkGuidancePlugin instance - Snippet:
devproxy-plugin-graph-select-guidance
- GraphSdkGuidancePlugin instance - Snippet:
devproxy-plugin-latency
- LatencyPlugin instance - Snippet:
devproxy-plugin-latency-config
- LatencyPlugin config section - Snippet:
devproxy-plugin-graph-minimal-permissions-guidance
- MinimalPermissionsGuidancePlugin instance - Snippet:
devproxy-plugin-graph-minimal-permissions-guidance-config
- MinimalPermissionsGuidancePlugin config section - Snippet:
devproxy-plugin-graph-minimal-permissions
- MinimalPermissionsPlugin instance - Snippet:
devproxy-plugin-graph-minimal-permissions-config
- MinimalPermissionsPlugin config section - Snippet:
devproxy-plugin-mock-generator
- MockGeneratorPlugin instance - Snippet:
devproxy-plugin-mock-response
- MockResponsePlugin instance - Snippet:
devproxy-plugin-mock-response-config
- MockResponsePlugin config section - Snippet:
devproxy-plugin-mock-response-schema
- MockResponsePlugin schema - Snippet:
devproxy-plugin-odata-paging-guidance
- ODataPagingGuidancePlugin instance - Snippet:
devproxy-plugin-graph-odsp-search-guidance
- ODSPSearchGuidancePlugin instance - Snippet:
devproxy-plugin-open-api-spec-generator
- OpenApiSpecGeneratorPlugin instance - Snippet:
devproxy-plugin-rate-limiting
- MockResponsePlugin instance - Snippet:
devproxy-plugin-rate-limiting-config
- RateLimitingPlugin config section - Snippet:
devproxy-plugin-rate-limiting-file
- Dev Proxy rate limiting file - Snippet:
devproxy-plugin-rate-limiting-file-schema
- Dev Proxy rate limiting file schema - Snippet:
devproxy-plugin-retry-after
- RetryAfterPlugin instance - Config diagnostic: Check for empty
urlsToWatch
- Config diagnostic: Check for missing
configSection
property in plugin instance for plugins that require configuration - Config diagnostic: Check for missing
configSection
when defined in plugin instance
Full Changelog: https://github.com/garrytrinder/dev-proxy-toolkit/commits/v0.1.0