connectanum 1.1.4 connectanum: ^1.1.4 copied to clipboard
This is a WAMP client (Web Application Messaging Protocol) implementation for the dart language and flutter projects.
1.1.4 #
- changed arguments and argumentsKeyword signature to make subtype access easier.
1.1.3 #
- completed payload transparency
- added json binary strings format, fix #25
1.1.2 #
- realm may
null
- channel binding is just
null
not 'null'
1.1.1 #
- fixed cryposign export
- update pinacl deps
1.1.0 #
- support wamp cryptosign
- support several key loading mechanism
- added support for dynamic reconnect options (!client.connect has an api change)
1.0.13 #
- add custom subscribe options
- fixed msgpack serialization issue
- some more docs comments
1.0.12 #
- fixed an issue with the msgpack serializer
- added more unit tests
1.0.11 #
- added msgpack serializer by @liquidiert
1.0.10 #
- fix socket transport close throws exception
1.0.9 #
- fix authenticate serialization
1.0.8 #
- fixed error when abort is to be sent by the authentication method
- added integration test for wamp scram
- fixed call
AbstractAuthentication.hello
before sending initial hello - inline docs for the authentication methods
1.0.7 #
- make it possible to allow self signed certificates with socket transport
- update pointy castle dependency to latest version
1.0.4 #
- added pedantic package
- fixed linting issues
- added public api docs
1.0.2 #
- library is out of beta state
- added subscription revocation
1.0.1-beta.2 #
- added travis builds
- added code coverage report
- added several unit tests
- fixed scram authentication error when the nonce was null
1.0.1-beta.1 #
- update version to make this one the latest.
1.0.0-beta.1 #
- fixed on connection lost and on disconnect events
- fixed good bye message handling in serializer
1.0.0-dev.10 #
- found a way to handle disconnects in regular io WebSocket transport
1.0.0-dev.9 #
- added reconnect and server loss behavior
- client has a close future that may be subscribed to. It's resolved when
transport.close()
is called - fixed message length calculation in socket helper
Breaking changes
client.connect()
now returns a stream instead of a future to support reconnect.
1.0.0-dev.8 #
- added session close
- fixed serializer to handle incoming abort messages and serialize outgoing auth details
- added example code
- fixed publish
- added some missing tests
1.0.0-dev.7 #
- better stub import for WebSocket transport
- fixed SCRAM authentication
1.0.0-dev.6 #
- fixed hello.details serialization code
- added error in serializer for incoming messages
- added serializer logging for wrong incoming messages
- more cleanup code to meet pana analysis requirements
1.0.0-dev.5 #
- more cleanup code to meet pana analysis requirements
1.0.0-dev.4 #
- more cleanup code to meet pana analysis requirements
- added a working unit test for websocket transport in the vm
1.0.0-dev.3 #
- more cleanup code to meet pana analysis requirements
1.0.0-dev.2 #
- cleanup code to meet pana analysis requirements
1.0.0-dev.1 #
- initial deployment to https://pub.dev