Skip to content

Releases: J0/phoenix_gen_socket_client

Release 4.0.0

07 Feb 16:40
@J0 J0
Compare
Choose a tag to compare
  • Allow passing options to serializer for decoding based on the opcode (:text or :binary). Thanks @cabol

Release 3.1.0

02 Oct 08:41
4a16eb2
Compare
Choose a tag to compare
  • Fix timeout typespec in GenSocketClient call function. Thanks @matt-mazzucato
  • Add support for optional terminate callback

Release 3.0.0

30 Jun 17:15
11573c3
Compare
Choose a tag to compare
  • The provided Json serializer uses Jason rather than Poison. This is a breaking change and the cause of the major version bump.
  • Minor fixes to doc and tests
  • Tests against more recent Elixir (1.10) and Erlang (22) versions
  • Dropping support for Elixir versions prior to 1.8 and Erlang prior to 22.