Skip to content

Conversation

@soartec-lab
Copy link
Member

fix #2478

Removed the override.fetch.explode option that was kept only for compatibility.

Summary

Removed the override.fetch.explode option.
This parameter was maintained solely for backward compatibility. Since compatibility maintenance is no longer required in major versions, it has been removed. Users should now specify explode directly in their OpenAPI specification files.

# Specify explode in OpenAPI specification
parameters:
  - name: tags
    in: query
+   explode: true
    schema:
      type: array

@melloware melloware added the breaking change Breaking change on upgrade label Oct 26, 2025
@soartec-lab soartec-lab marked this pull request as ready for review October 26, 2025 12:02
@soartec-lab soartec-lab added enhancement New feature or request fetch Fetch client related issue labels Oct 26, 2025
@soartec-lab soartec-lab added this to the 8.0.0-rc.0 milestone Oct 26, 2025
@melloware melloware merged commit 7fd6f6f into orval-labs:master Oct 26, 2025
2 checks passed
zhu-hong pushed a commit to zhu-hong/orval that referenced this pull request Oct 29, 2025
…-labs#2481)

* feat: remove `override.fetch.explode` option (BREAKING CHANGE)

* docs: remove override.fetch.explode documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change Breaking change on upgrade enhancement New feature or request fetch Fetch client related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8.0.0: breaking changes

2 participants