File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.3.1] - 2024-05-22
9+
10+ ### Fixed
11+
12+ - Fixed issue where ` configSection ` diagnostic check required ` RateLimitingPlugin ` to have a ` configSection `
13+
814## [ 0.3.0] - 2024-04-25
915
1016### Added:
@@ -43,17 +49,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4349
4450## [ 0.2.0] - 2024-02-15
4551
46- ### Added:
52+ ### Added
4753
4854- Dev Proxy detection: Check if installed
4955- Dev Proxy detection: Check if latest is installed
5056- Dev Proxy detection: Check if running
5157- Plugins: Documentation Code Lens
5258- Config diagnostic: Check that schema matches installed version of Dev Proxy
5359- Config diagnostic: Code action to update schema to correct version
54- - CI: Add publish workflow
60+ - CI: Add publish workflow
5561
56- ### Changed:
62+ ### Changed
5763
5864- Snippet: ` devproxy-plugin-graph-select-guidance ` corrected ` name ` property to ` GraphSelectGuidancePlugin `
5965- Snippet: ` devproxy-plugin-graph-minimal-permissions ` corrected ` name ` property to ` MinimalPermissionsPlugin `
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ export const pluginSnippets: PluginSnippets = {
130130 instance : 'devproxy-plugin-rate-limiting' ,
131131 config : {
132132 name : 'devproxy-plugin-rate-limiting-config' ,
133- required : true ,
133+ required : false ,
134134 } ,
135135 } ,
136136 RetryAfterPlugin : {
You can’t perform that action at this time.
0 commit comments