Skip to content

Releases: nshafer/phx

v0.2.2

03 May 16:59
Compare
Choose a tag to compare

Changes

  • Add changelog links.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

03 May 16:46
Compare
Choose a tag to compare

Changes

  • Fixed rare panic due to concurrent access to callback bindings.
  • Fixed clearing of Push reply handler on error.
  • Updated some documentation to be clearer, such as providing custom Dialer in NewSocket.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 Jun 19:18
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes

  • All callbacks are now called in a new goroutine, so that if they block or take too long, it does not interfere with other callbacks or important parts of the library, such as heartbeats.

Full Changelog: v0.1.5...v0.2.0