Skip to content

Releases: shareup/phoenix-apple

v5.0.0

03 Jun 20:55
3b19b6c
Compare
Choose a tag to compare

Remove PhoenixDynamic dynamic library.

v4.9.0

19 May 19:02
a0d0751
Compare
Choose a tag to compare

Expose PhoenixDynamic dynamic library in addition to the static library.

v4.8.1

10 Apr 17:08
Compare
Choose a tag to compare

Consume DispatchTimerDynamic instead of the statically-linked version.

v4.8.0

10 Apr 10:06
Compare
Choose a tag to compare

Consume SynchronizedDynamic dynamic library instead of the statically-linked version

v4.7.2

17 Mar 10:01
3390f29
Compare
Choose a tag to compare
  • 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

28 Jan 09:01
Compare
Choose a tag to compare

Limit the length of Payload._debugDescription.

v4.7.0

20 Jan 14:37
30e799a
Compare
Choose a tag to compare

Make Channel.Reply.init() public.

v4.6.1

20 Jan 01:06
df588b0
Compare
Choose a tag to compare

Stop sending Channel.Reply to the channel subscriber.

v4.6.0

14 Jan 16:23
40707da
Compare
Choose a tag to compare

Make OutgoingMessage.init() public to facilitate testing in consumers of phoenix-apple.

v4.5.2

08 Jan 14:43
fb978f8
Compare
Choose a tag to compare

Change the test server to use port 4003.