Releases: codedge-llc/kadabra
Releases · codedge-llc/kadabra
v0.6.1
v0.6.0
v0.5.0
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
- Send exactly number of allowed bytes on initial connection WINDOW_UPDATE
- Default settings use maximum values for MAX_FRAME_SIZE and INITIAL_WINDOW_SIZE
- Incoming PING and WINDOW_UPDATE frames are now validated, closing the
connection if an error is encountered - Fixed: can no longer accidentally send 0-size WINDOW_UPDATE frames
- Fixed: don't send WINDOW_UPDATE frames larger than remote server's available
connection flow window
v0.4.0
- Support for
http
URIs - Requests are now buffered with GenStage
- Added
Kadabra.head/2
andKadabra.delete/2
Kadabra.open/3
replaced withKadabra.open/2
.- Scheme, host and port are now automatically parsed from the URI string.
See the README for examples. - Socket options passed as
:tcp
/:ssl
, respectively
- Scheme, host and port are now automatically parsed from the URI string.
- Removed
:reconnect
functionality