Skip to content

2.15.0 - Allow `send(_ binary:)` to accept `some DataProtocol`

Latest
Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 20 Mar 17:40
4232d34

What's Changed

Allow send(_ binary:) to accept some DataProtocol by @fizker in #146

This allows for passing in Data or ByteBufferView to send(_:), as well as the currently-supported [UInt8] type.

This patch was released by @0xTim

Full Changelog: 2.14.0...2.15.0