Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow disabling middleware from configuration #151

Merged
merged 3 commits into from
Jan 7, 2025

Conversation

subzero10
Copy link
Member

@subzero10 subzero10 commented Dec 28, 2024

Status

READY

Description

Closes: #148.
Introduces a new config array, middleware, which allows users to define the middleware that should be registered by the package. By default and for backwards compatibility, the AssignRequestId middleware is registered, even if the configuration does not exist.

@subzero10 subzero10 self-assigned this Dec 28, 2024
@subzero10 subzero10 requested a review from stympy December 28, 2024 07:21
@subzero10 subzero10 merged commit e49ae78 into master Jan 7, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow disabling or enabling the AssignRequestId middleware through configuration
2 participants