Ace v0.15.8 Release Notes

Release Date: 2018-01-01 // over 6 years ago
  • โž• Added

    • ๐Ÿ“œ Ace.HTTP1.Parser extracts functionality to incrementally parse data into parts of a Raxx message.
    • Server module is checked to implement Raxx.Server behaviour when starting a service.
    • Client.stop/1 breaks connection established by a client.
    • Ace.HTTP.Service.child_spec/1 added so services can be added to supervision trees in standard manner.
    • ๐Ÿ‘ท Ace.HTTP.Worker module added to public api.

    โœ‚ Removed

    • Ace.Governor.Supervisor is no longer necessary.

    ๐Ÿ›  Fixed

    • Request has scheme of :http when transmitted over tcp connection.
    • ๐Ÿ‘ท Worker monitors endpoint and will stop when endpoint stops.