Skip to content

v6.7.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 04 Nov 18:31
· 425 commits to develop since this release
a86c7dc
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 for
the 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