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!: use a http lib agnostic version of the exception filter #8

Merged
merged 1 commit into from
Oct 24, 2023
Merged

feat!: use a http lib agnostic version of the exception filter #8

merged 1 commit into from
Oct 24, 2023

Conversation

micalevisk
Copy link
Contributor

@micalevisk micalevisk commented Oct 23, 2023

closes #7

this introduces a breaking change because we have a new mandatory parameter for HttpExceptionFilter

image

Copy link
Owner

@Fcmam5 Fcmam5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for your contribution!

I just have a few comments (documentation-related only):

Please update the examples in ./examples, and the main README file

libs/nest-problem-details-filter/README.md Outdated Show resolved Hide resolved
@micalevisk micalevisk changed the title feat!: use a http lib agnostic version the of the exception filter feat!: use a http lib agnostic version of the exception filter Oct 24, 2023
@Fcmam5 Fcmam5 merged commit 4530cfd into Fcmam5:develop Oct 24, 2023
5 checks passed
@micalevisk micalevisk deleted the feat/issue-7 branch October 26, 2023 14:42
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.

suggestion: use a platform-agnostic filter via HTTP adapter abstraction
2 participants