Skip to content

fix: Skips record path validation if not recording #4482

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

Closed
wants to merge 1 commit into from

Conversation

IDisposable
Copy link

Prevents validation errors for record path parameters
when recording is not enabled.

Fixes #4481

Prevents validation errors for record path parameters
when recording is not enabled.

Fixes bluenviron#4481
@IDisposable
Copy link
Author

I am open to this being entirely the wrong approach, but I hope it's the simplest way to revert safely back to 1.11.3 behavior while still having the new changes.

Should I update the test cases?

@aler9
Copy link
Member

aler9 commented May 1, 2025

#4481 (comment)

@aler9 aler9 closed this May 1, 2025
@IDisposable IDisposable deleted the fix-validation branch May 2, 2025 01:32
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.

Validation of the path.RecordPath parameters is throwing errors even if Record is false
2 participants