Added required param in BindStyledParameterWithLocation by iampavelkozlov · Pull Request #19 · oapi-codegen/runtime

deepmap-marcinr

This was referenced

Nov 14, 2023

deepmap-marcinr pushed a commit to deepmap-marcinr/oapi-codegen-runtime that referenced this pull request

Nov 14, 2023
Pull request oapi-codegen#19 introduced
an extra parameter into a widely used function, which would break existing
generated code with the next release.

Restore the previous function to its old signature, and add a new one
which takes additional options in an options structure.

jamietanna pushed a commit that referenced this pull request

Nov 14, 2023
Pull request #19 introduced
an extra parameter into a widely used function, which would break existing
generated code with the next release.

Restore the previous function to its old signature, and add a new one
which takes additional options in an options structure.

Co-authored-by: marcinromaszewicz <marcinromaszewicz@deepmap.ai>