Skip to content

Releases: valga/fbns-react

Release 0.3.1

05 Jul 10:23
Compare
Choose a tag to compare

Reset client ID to default one when device ID is empty

Release 0.3.0

05 Jul 09:18
0f3ebb0
Compare
Choose a tag to compare
  • Remove vendored React MQTT Client classes

  • Bump ramsey/uuid version (#8)

Release 0.2.3

05 Jul 10:22
Compare
Choose a tag to compare

Reset client ID to default one when device ID is empty

Release 0.2.2

05 Jul 09:03
Compare
Choose a tag to compare

Fix 'Call to a member function close() on null' error

Release 0.2.1

17 Mar 04:34
6f64111
Compare
Choose a tag to compare

Compatibility with PHP 7.2 is fixed.

Release 0.2.0

11 Mar 06:14
Compare
Choose a tag to compare

This is a major update: almost everything has been rewritten from scratch. Main changes include:

  • Underlying MQTT libraries have been updated to recent versions, bringing PHP 7.2 with its strict types everywhere.
  • Root namespace has been changed from Fbns\Client to Fbns.
  • Apart from namespace change, there have been a notable number of renames for clarity.
  • Thrift handlers have been rewritten using generators to cover whole specification.
  • The library now includes a generic RTI client implementation that can be used to implement other RTI-powered things.
  • MQTT session ID generator now uses hrtime() when available to match real device behavior.
  • We have some tests now.