Skip to content

Commit b613995

Browse files
committed
3.1.0.beta1
- Test now raises `OpenapiFirst::Test::UnknownQueryParameterError` when it sees unknown query parameters. Note that `OpenapiFirst` ("core") still allows unknown query parameters. - Test does not track requests/responses unless the OAD was registered via Test.register (or OpenapiFirst.register)
1 parent d1950a5 commit b613995

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## Unreleased
44

5+
## 3.1.0.beta1
6+
57
### openapi_first/test
68

79
#### Changed
8-
- Test now raises a `OpenapiFirst::Test::UnknownQueryParameterError` when it sees unknown query parameters
10+
- Test now raises `OpenapiFirst::Test::UnknownQueryParameterError` when it sees unknown query parameters. Note that `OpenapiFirst` ("core") still allows unknown query parameters.
911
- Test does not track requests/responses unless the OAD was registered via Test.register (or OpenapiFirst.register)
1012

1113
## 3.0.1

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
PATH
88
remote: .
99
specs:
10-
openapi_first (3.0.1)
10+
openapi_first (3.1.0.beta1)
1111
drb (~> 2.0)
1212
hana (~> 1.3)
1313
json_schemer (>= 2.1, < 3.0)

lib/openapi_first/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OpenapiFirst
4-
VERSION = '3.0.1'
4+
VERSION = '3.1.0.beta1'
55
end

0 commit comments

Comments
 (0)