Skip to content

Releases: voryx/Thruway

0.6.1

18 Feb 06:48
Compare
Choose a tag to compare

Fix php 8 deprecations

0.6.0

12 Jun 16:13
b82fed2
Compare
Choose a tag to compare

Remove dependency on symfony/event-dispatcher

0.5.4

11 Jun 14:08
Compare
Choose a tag to compare
  • Bump thruway-common version past PublishMessage bug
  • Correct priority of WelcomeMessage handling - Issue #337
  • Testing cleanup

0.5.3

24 Apr 13:37
7039e87
Compare
Choose a tag to compare

Fix: 4b8bba0 Fixed bug where authid wasn't set when using NOCHALLENGE

Added support for react/event-loop 0.5

0.5.2

22 Jan 18:21
d576664
Compare
Choose a tag to compare

Fix: #281 Ensuring only valid roles are sent back in the WelcomeMessage

0.5.1

13 Dec 19:03
68c007a
Compare
Choose a tag to compare

Add support for Symfony 4

0.5.0

23 Oct 19:49
Compare
Choose a tag to compare

Updated to latest versions of Ratchet, Pawl and React

0.4.2

28 Jan 17:10
Compare
Choose a tag to compare
  • Notify InternalClients when the router is stopping

0.4.1

26 Jan 02:01
Compare
Choose a tag to compare
  • Added ability to abort with details during authentication
  • Fixed minor issues with client's ability to get abort details

0.4.0

19 Jan 02:12
Compare
Choose a tag to compare
  • EventDispatcher is now used for message processing
  • Router and Realm modules
  • Separation of Client and Router transports
  • Added setAttemptRetry to ClientInterface
  • Added WampErrorException to allow detailed errors
  • Improved disclose_publisher compatibility with AutobahnJS
  • Corrected behavior of exceptions in promise results
  • Removed Manager
  • Added Shared RPC Registrations: roundrobin, random, first, last (thanks @binaek89)