Skip to content

Releases: palantir/conjure

4.22.0

19 Jan 16:38
7087cd7
Compare
Choose a tag to compare
Type Description Link
Improvement Replace regex validators by a faster equivalent implementation. #999

4.21.0

19 Jan 09:58
b579afd
Compare
Choose a tag to compare

Automated release, no documented user facing changes

4.20.0

09 Dec 14:18
a47a1ad
Compare
Choose a tag to compare
Type Description Link
Improvement Fix EOF handling and improve error messages of type parsing #994

4.19.0

09 Dec 13:51
780d436
Compare
Choose a tag to compare
Type Description Link
Improvement Late-resolve imports to enable circular type references #1010

4.18.0

01 Dec 18:12
3997e4c
Compare
Choose a tag to compare
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

01 Dec 11:25
2922006
Compare
Choose a tag to compare
Type Description Link
Fix Late-resolve imports to enable circular type references #948

4.16.1

26 May 09:09
7ad7ffe
Compare
Choose a tag to compare
Type Description Link
Fix Clean up duplicate name error message in CLI. #874
Fix Improve readability of JSON mapping errors. #875

4.16.0

24 May 19:33
9b5441a
Compare
Choose a tag to compare
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

07 Apr 15:29
c6d1a08
Compare
Choose a tag to compare
Type Description Link
Fix Users can no longer set protocol headers (Host, Accept, Content-Type). #835

4.15.1

07 Apr 15:13
2955226
Compare
Choose a tag to compare
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