Releases: KSDaemon/wampy.js
Releases · KSDaemon/wampy.js
v6.3.1
v6.3.0
v5.0.2
v6.2.2
v6.2.1
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
v6.1.0
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
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
v5.0.0
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