Summary of changes
- Default configuration parser accepts now custom file readers. File formats accepted:
.json.toml.yaml.yml.properties.props.prop.hcl
- Replace the
httppackage bytransport. Getting ready for gRPC? (oops, spoiler) - Do not close a nil body (on the proxy layer)
- Expose the HTTP server construction
- Delay endpoint method sanitization until required
- Sequential proxy merger
- Add error details into the HTTP response
- Bugfix: HTTP client timeout was set to 15 maximum seconds (no limit now)
- Updated brand, new logo!
Between 0.6 and 0.7, we have published an intermediate release 0.6.1 with:
- Support for HTTP2/HTTPS
- FIX: query string parameters works now with arrays and repeated variables (e.g.:
?a[]=a1&a[]=a2&b=b1&b=b2) - Added Go 1.11 to the build matrix