You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
## Upgrading Grape-swagger
2
2
3
+
### Upgrading to >= x.y.z
4
+
5
+
- Grape-swagger now documents array parameters within an object schema in Swagger. This aligns with grape's JSON structure requirements and ensures the documentation is correct.
6
+
- Previously, arrays were documented as standalone arrays, which could be incorrect based on grape's expectations.
7
+
- Check your API documentation and update your code or tests that use the old array format.
8
+
9
+
Attention: This update may require you to make changes to ensure your API integrations continue to work correctly.
10
+
For detailed reasons behind this update, refer to GitHub issue #666.
11
+
3
12
### Upgrading to >= 1.5.0
4
13
5
14
- The names generated for body parameter definitions and their references has changed. It'll now include the HTTP action as well as any path parameters.
0 commit comments