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
- OpenapiFirst::Test now raises `OpenapiFirst::Test::UnknownQueryParameterError` when it sees unknown query parameters. Note that `OpenapiFirst` ("core") still allows unknown query parameters.
- OpenapiFirst::Test does not track requests/responses unless the OAD was registered via `OpenapiFirst::Test.register` (or `OpenapiFirst.register`)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
## Unreleased
4
4
5
-
## 3.1.0.beta1
5
+
## 3.1.0
6
6
7
7
### openapi_first/test
8
8
9
9
#### Changed
10
-
- Test now raises `OpenapiFirst::Test::UnknownQueryParameterError` when it sees unknown query parameters. Note that `OpenapiFirst` ("core") still allows unknown query parameters.
11
-
- Test does not track requests/responses unless the OAD was registered via Test.register (or OpenapiFirst.register)
10
+
-OpenapiFirst::Test now raises `OpenapiFirst::Test::UnknownQueryParameterError` when it sees unknown query parameters. Note that `OpenapiFirst` ("core") still allows unknown query parameters.
11
+
-OpenapiFirst::Test does not track requests/responses unless the OAD was registered via `OpenapiFirst::Test.register` (or `OpenapiFirst.register`)
12
12
13
13
## 3.0.1
14
14
- Add missing gem dependency "drb", which is no longer installed by default with newer rubies. This is used in openapi_first/test to make parallel tests work.
0 commit comments