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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
14
## [ 0.3.0] - 2024-04-25
9
15
10
16
### Added:
@@ -43,17 +49,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
49
44
50
## [ 0.2.0] - 2024-02-15
45
51
46
- ### Added:
52
+ ### Added
47
53
48
54
- Dev Proxy detection: Check if installed
49
55
- Dev Proxy detection: Check if latest is installed
50
56
- Dev Proxy detection: Check if running
51
57
- Plugins: Documentation Code Lens
52
58
- Config diagnostic: Check that schema matches installed version of Dev Proxy
53
59
- Config diagnostic: Code action to update schema to correct version
54
- - CI: Add publish workflow
60
+ - CI: Add publish workflow
55
61
56
- ### Changed:
62
+ ### Changed
57
63
58
64
- Snippet: ` devproxy-plugin-graph-select-guidance ` corrected ` name ` property to ` GraphSelectGuidancePlugin `
59
65
- 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 = {
130
130
instance : 'devproxy-plugin-rate-limiting' ,
131
131
config : {
132
132
name : 'devproxy-plugin-rate-limiting-config' ,
133
- required : true ,
133
+ required : false ,
134
134
} ,
135
135
} ,
136
136
RetryAfterPlugin : {
You can’t perform that action at this time.
0 commit comments