Releases: palantir/conjure
Releases · palantir/conjure
4.22.0
Type |
Description |
Link |
Improvement |
Replace regex validators by a faster equivalent implementation. |
#999 |
4.21.0
Automated release, no documented user facing changes
4.20.0
Type |
Description |
Link |
Improvement |
Fix EOF handling and improve error messages of type parsing |
#994 |
4.19.0
Type |
Description |
Link |
Improvement |
Late-resolve imports to enable circular type references |
#1010 |
4.18.0
Type |
Description |
Link |
Fix |
Revert late-resolve imports to enable circular type references as it can cause the service uniqueness validator to misfire. |
#1000 |
4.17.0
Type |
Description |
Link |
Fix |
Late-resolve imports to enable circular type references |
#948 |
4.16.1
Type |
Description |
Link |
Fix |
Clean up duplicate name error message in CLI. |
#874 |
Fix |
Improve readability of JSON mapping errors. |
#875 |
4.16.0
Type |
Description |
Link |
Fix |
Replace liche with lychee for markdown link checking |
#848 |
Improvement |
Clean up error messages generated from the CLI |
#873 |
4.15.2
Type |
Description |
Link |
Fix |
Users can no longer set protocol headers (Host, Accept, Content-Type). |
#835 |
4.15.1
Type |
Description |
Link |
Fix |
When an exception is hit while performing Parser.or, the exception is immediately thrown. Additionally, this current behaviour is causing tests to fail on master. Instead, store and re-throw any exceptions if no other parsers match. |
#812 |