Skip to content

Conversation

@utah-KT
Copy link
Contributor

@utah-KT utah-KT commented Sep 1, 2025

Since v0.133.0, empty string values have been incorrectly treated as nil. This caused validation to fail for required (non-nullable) parameters that should accept an empty string.

This PR fixes this behavior:

  • Empty strings ("") are no longer converted to nil during parameter decoding.
  • Validation for non-nullable parameters now passes correctly when an empty string is provided.

@utah-KT
Copy link
Contributor Author

utah-KT commented Oct 1, 2025

Hi team,
I would appreciate it if you could take a look when you have a moment.
Please let me know if there is anything I can do to help move this forward.
Thank you!

@fenollp fenollp merged commit 6a04fdf into getkin:master Oct 2, 2025
5 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.

2 participants