Skip to content

Commit d37d0b2

Browse files
committed
Fix RateLimitPlugin configSection check. Closes #81
Closes #81
1 parent fd723aa commit d37d0b2

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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`

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)