connectanum 1.0.9 copy "connectanum: ^1.0.9" to clipboard
connectanum: ^1.0.9 copied to clipboard

outdated

This is a WAMP client (Web Application Messaging Protocol) implementation for the dart language and flutter projects.

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.6 #

  • #14 add support for event retention
  • added some more code comments

1.0.5 #

  • #13 changed meta dependency to match latest flutter dependencies

1.0.4 #

  • added pedantic package
  • fixed linting issues
  • added public api docs

1.0.3 #

  • #11 fixed a null pointer issue
  • added example for error handling

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 #

9
likes
0
pub points
68%
popularity

Publisher

verified publisherdart.konsultaner.de

This is a WAMP client (Web Application Messaging Protocol) implementation for the dart language and flutter projects.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

logging, meta, pedantic, pointycastle, saslprep

More

Packages that depend on connectanum