Skip to content

Releases: KSDaemon/wampy.js

v6.3.1

17 Mar 17:14
Compare
Choose a tag to compare

Patch release with security fixes and updated msgpack.

v6.3.0

28 Oct 13:22
Compare
Choose a tag to compare

Actually, it's not a real minor release, but we added publisher identification to subscriber features, so it should be marked explicitly.
Also updated docs to latest 6.x version

v5.0.2

01 Nov 19:03
Compare
Choose a tag to compare

Small update to v5 branch:

  • Fixed msgpack support in browser (thnx @penenin)

v6.2.2

14 May 09:29
Compare
Choose a tag to compare

This is minor release, providing few fixes and improvements.

  • Fixed _isPlainObject check (thnx @danelowe)
  • Temporary fix for React Native environment (see #107 for details)

v6.2.1

15 Nov 09:39
Compare
Choose a tag to compare

Minor update with some additions and fixes:

  • Pass welcome details to onConnect() and onReconnectSuccess() (thanks to @azamat-sharapov)
  • Updated docs with TLS examples
  • Fixed bug in call() when no payload passed

v6.2.0

14 May 15:11
Compare
Choose a tag to compare

This release include options for specifying additional HTTP headers and tls.connect options when using in node.js enviroment

v6.1.0

22 Jan 11:56
Compare
Choose a tag to compare

Welcome new release!

6.1.0 version was extended to support more WAMP features and refactored.

This release includes:

  • Progressive results RPC registration (#50)
  • Fixed URI validation (allowing one-leter per part uris) (#54)
  • Dropped bower support
  • Added call trust levels to supported features
  • Added publication trust levels to supported features
  • Allowed to subscribe and call meta api uris (begining with wamp.)
  • Implemented patter-based subscribe
  • Implemented patter-based RPC registration
  • Implemented Shared RPC Registration

Also, thanks to @421p for creating automated integration tests with crossbar in travis.

v6.0.0

05 Jul 15:04
Compare
Choose a tag to compare

Welcome new release!

6.0.0 version was extended and refactored, so there are backward incompatible changes. Please refer to migrating guide.

This release include:

  • all API callbacks receive one argument, which is an object, containing all necessary data
  • all API error callbacks receive one argument, which is an object, containing all necessary data
  • Prevent wampy from trying to connect to router on instance creation if no url provided
  • New error message "Serializer with unsupported type provided!"
  • Refactored serializer switching based on server response
  • Fixed attribute naming in invocation exception logic
  • various bugfixes and improvements

v5.0.1

19 May 13:24
Compare
Choose a tag to compare

Small, but important update.

  • Session request IDs now are incremented by 1 beginning with 1 due to WAMP spec
  • Fixed error, when wampy does not analize server choosed ws protocol

v5.0.0

20 Mar 16:33
Compare
Choose a tag to compare

This is huge update! Many improvements, code restructuring and refactoring, including some bugfixes.

Attention! There are some backward incompatibilities. Please read Migrating.md for more info.

  • Registered PRC now can receive 3 arguments (as described in WAMP spec)
  • Fixed window scheme check before it's actually needed (issue #28)
  • Updated to WAMP spec: requestIDs are in range (0 - Number.MAX_SAFE_INTEGER)
  • Fixed error: null value in argList during rpc invocation (issue #29)
  • Detailed docs about error handling during rpc processing (thanks to @samson84)
  • Overall code refactoring and restructuring (thanks to @421p)
  • Added docs about using custom serializers
  • Removed standalone browser version from repo/package