Skip to content

Releases: palantir/conjure

4.31.0

14 Jun 09:29
adb15bc
Compare
Choose a tag to compare
Type Description Link
Improvement The --requireSafety parameter disallows legacy safety formats #1204

4.30.0

17 May 14:15
5835301
Compare
Choose a tag to compare
Type Description Link
Improvement The parser may enforce safety declarations using --requireSafety #1185

4.29.0

03 May 11:08
04c73bf
Compare
Choose a tag to compare
Type Description Link
Fix Improve incorrect safety usage error message to reference proper type. #1170

4.28.0

22 Apr 13:37
2ca0e3a
Compare
Choose a tag to compare
Type Description Link
Improvement Implement consistent endpoint argument safety declarations matching field, alias, and union safety #1153

4.27.0

12 Apr 17:21
a0c643e
Compare
Choose a tag to compare
Type Description Link
Improvement Conjure types may be declared with log-safety. Only conjure primitives (and wrappers around these primitives) may declare safety, complex types calculate safety based on the type graph. #1140

4.26.0

06 Apr 21:33
4bb8a50
Compare
Choose a tag to compare
Type Description Link
Fix Fix validation of deep complex types in map keys #1136

4.25.0

11 Mar 13:39
18994d0
Compare
Choose a tag to compare
Type Description Link
Fix Fix references with container prefixes set/list/optional #1099

4.24.0

01 Mar 16:03
33eec6d
Compare
Choose a tag to compare
Type Description Link
Improvement ImportNotFoundException indicates which file imported the missing file if possible. #1084

4.23.0

25 Feb 14:29
d133100
Compare
Choose a tag to compare

Automated release, no documented user facing changes

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