Skip to content

Releases: shareup/phoenix-apple

v4.5.1

22 Dec 11:32
3a99d61
Compare
Choose a tag to compare

Improve the resiliency of the tests.

v4.5.0

21 Dec 23:56
c024629
Compare
Choose a tag to compare

Add Socket.disconnectAndWait() and comprehensive logging.

v4.4.0

30 Nov 22:25
cd4128f
Compare
Choose a tag to compare

Create public member wise initializer for Channel.Message.

v4.3.0

08 Nov 17:42
b61ba3f
Compare
Choose a tag to compare

Expose Channel.leave() publicly.

v4.2.0

08 Nov 17:25
a912427
Compare
Choose a tag to compare

Include reply message with Channel.Event.join.

v4.1.0

07 Nov 14:14
Compare
Choose a tag to compare

Make Channel.Message's properties public.

v4.0.0

01 Nov 16:13
8256d24
Compare
Choose a tag to compare

Change OutgoingMessageEncoder to output RawOutgoingMessage instead of WebSocketMessage.
Change IncomingMessageDecoder to receive RawIncomingMessage as input instead of Data.

v3.2.1

01 Nov 12:44
fe819b3
Compare
Choose a tag to compare

Support encoding and decoding binary messages.

v3.2.0

31 Oct 22:50
dec2179
Compare
Choose a tag to compare

Add Socket.maximumMessageSize.

v3.1.2

30 Oct 17:57
606926f
Compare
Choose a tag to compare

Simplify the encoder/decoder logic inside of Socket and fix a bug in the way text messages are handled.