Releases: reactphp/datagram
Releases · reactphp/datagram
v1.1.0
- Feature: Support promise cancellation (cancellation of underlying DNS lookup)
(#12 by @clue)
- Fix: Fix error reporting when trying to create invalid sockets
(#11 by @clue)
- Improve test suite and update dependencies
(#7, #8 by @clue)
v1.0.1
- Fix: Correct formatting for remote peer address of incoming datagrams when using IPv6
(#6 by @WyriHaximus)
- Improve test suite for different PHP versions
v1.0.0
This project has been migrated over from clue/datagram
which has originally been released in January 2013.
Upgrading from clue/datagram v0.5.0? Use namespace React\Datagram
instead of Datagram
and you're ready to go!