Releases: shareup/phoenix-apple
Releases · shareup/phoenix-apple
v5.0.0
Remove PhoenixDynamic dynamic library.
v4.9.0
Expose PhoenixDynamic dynamic library in addition to the static library.
v4.8.1
Consume DispatchTimerDynamic instead of the statically-linked version.
v4.8.0
Consume SynchronizedDynamic dynamic library instead of the statically-linked version
v4.7.2
- Reconnect to socket after the heartbeat timer times out
- Improve our usage of
DispatchQueue
by parenting our queues to the "non-overcommit global queue", which will hopefully prevent thread explosion
- Extract
Timer
into DispatchTimer
v4.7.1
Limit the length of Payload._debugDescription
.
v4.7.0
Make Channel.Reply.init()
public.
v4.6.1
Stop sending Channel.Reply
to the channel subscriber.
v4.6.0
Make OutgoingMessage.init()
public to facilitate testing in consumers of phoenix-apple
.
v4.5.2
Change the test server to use port 4003.