Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- **Changed.** Requires `rasuvaeff/openapi-contract` `^0.8`. That release
refuses documents 0.7 accepted — an unreadable subschema, a parameter
declared twice, a boolean written as a string — and reads several things
differently: `$ref` siblings by dialect, a `content` map by specificity, a
trailing slash as part of the path, a repeated parameter as a violation. The
generator builds documents this package controls, so nothing here changed
with it; the constraint moves so that `--prefer-lowest` exercises the
compiler this suite is written against.

- **Internal.** Two tests built documents `rasuvaeff/openapi-contract` no
longer accepts, so this suite went red against its development branch while
staying green against the release. The shared multipart fixture is a document
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"psr/http-factory": "^1.1",
"psr/http-message": "^1.1 || ^2.0",
"psr/http-server-handler": "^1.0",
"rasuvaeff/openapi-contract": "^0.7",
"rasuvaeff/openapi-contract": "^0.8",
"rasuvaeff/property-testing-core": "^0.5 || ^0.6"
},
"require-dev": {
Expand Down
Loading