KrakenD v0.7.0 Release Notes

Release Date: 2018-12-08 // over 5 years ago
  • Summary of changes

    • ๐Ÿ”ง Default configuration parser accepts now custom file readers. File formats accepted:
      • .json
      • .toml
      • .yaml
      • .yml
      • .properties
      • .props
      • .prop
      • .hcl
    • Replace the http package by transport. 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