Skip to content

v1.0.0

Compare
Choose a tag to compare
@a8bot a8bot released this 08 Mar 16:50
· 36 commits to master since this release
  • Switched Amalgam8 sidecar to use Envoy proxy from Lyft. (https://github.com/lyft/envoy)

  • Support for HTTP/2, gRPC proxying (downstream and upstream).

  • Support for gRPC bridging over HTTP/1.1.

  • Support for configuring circuit breakers, bulkheads, timeouts, retries.

  • Support for different load balancing algorithms (round robin, least conn, random). (PR#494)

  • Deeper integration with Kubernetes: rules are now stored as third party resources. (PR#534)

  • A fully revamped Go based cross platform CLI (a8ctl). (PR#396)

  • Assorted bug fixes.

  • NOTE: breaking changes:

    • Removed the bulk set API. (PR#537)
    • Removed a8ctl service-list command. (PR#536)
    • Removed a8ctl traffic-set, traffic-step, and traffic-abort commands. (PR#535)