Releases: palantir/conjure-verification
Releases · palantir/conjure-verification
0.19.0
No documented user facing changes
0.18.5
Type |
Description |
Link |
Improvement |
Additional negative test cases ensure deserialization isn't too lenient for list & map-like types. |
#330 |
0.18.4
Type |
Description |
Link |
Fix |
Conjure bindings for AutoDeserializeServicecorrectly correctly reflect the the verifier's implementation |
#326 |
0.18.3
Type |
Description |
Link |
Improvement |
Servers under test can now confirm the requests they receive using a strongly typed confirm endpoints in addition to the existing /confirm endpoint |
#295 |
0.18.2
Type |
Description |
Link |
Improvement |
Don't try to deserialize applicaiton/octet-stream and handle it as a binary stream |
#276 |
0.18.1
Type |
Description |
Link |
Fix |
Send deserialized bytes for binary types |
#273 |
0.18.0
Automated release, no documented user facing changes
0.17.0
No documented user facing changes
0.16.7
Fix contradictory 'any' nullability verification (#141)
any
values inside a container can't be deserialized from a JSON value of null
.
If this behaviour is desired, wrap the any in an optional, e.g. list<optional<any>>
0.16.6
- Fix MapEnumExampleAlias test case (#114)