Skip to content

Releases: codedge-llc/kadabra

v0.3.7

09 Jan 06:36
Compare
Choose a tag to compare
  • Fixed: noproc crash caused by race condition on recv GOAWAY

v0.3.6

02 Jan 22:42
Compare
Choose a tag to compare
  • Fixed: ES flag properly set on certain HEADERS frames

v0.3.5

02 Jan 22:42
f390361
Compare
Choose a tag to compare
  • Fixed: Memory leak on connection crashes
  • New supervision structure. Kadabra.open/2 now returns a supervisor pid,
    but the API for making requests remains unchanged.

v0.3.4

31 Oct 16:46
Compare
Choose a tag to compare
  • Fixed: connections properly respect settings updates

v0.3.3

24 Oct 03:15
Compare
Choose a tag to compare
  • Fixed: hpack memory leak on connection close

v0.3.2

24 Oct 03:03
Compare
Choose a tag to compare
  • Fixed: Connection settings defaults are now actually default

v0.3.1

26 Aug 23:19
Compare
Choose a tag to compare
  • Fixed: Sending payloads larger than the stream window

v0.3.0

11 Aug 18:22
Compare
Choose a tag to compare
  • Minimum requirements are now Elixir 1.4/OTP 19
  • Performance improvements for individual streams
  • Fixed: multiple connections now supported per host
  • Request responses now return with new %Stream.Response{} struct
  • Push promises can be intercepted with {:push_promise, %Stream.Response{}} messages

v0.2.0

22 Jul 18:22
Compare
Choose a tag to compare
chore: bumped to v0.2.0