Releases: palantir/conjure-go
Releases · palantir/conjure-go
v6.14.0
v6.13.0
v6.12.0
v6.11.0
v6.10.0
v6.9.0
v6.8.0
v6.7.0
Type | Description | Link |
---|---|---|
Fix | Use github.com/ulikunitz/xz v0.5.8 to resolve vulnerability alert | #233 |
Fix | Generated servers correctly respond 204 for an empty optional response body. Server implementations consuming request body of optional<binary> (or alias thereof) now use *io.ReadCloser forthe go type of the body argument. Users must update their interface implementations to the new signature and intentionally handle when the pointer is nil (i.e. the client sent an absent optional value). |
#234 |
Fix | Respond 204 from endpoints with no return argument | #235 |
v6.6.0
Type | Description | Link |
---|---|---|
Improvement | Reimplement conjure-go using jennifer and updated type system. The resulting generated code is almost identical to the previous goastwriter implementation. Changes include: * alias<binary> and optional<binary> types are handled more correctly in (de)serizalization.* Some error messages are improved or wrapped in more context. * Some functionally-irrelevant formatting (e.g. import aliases, whitespace). |
#220 |