Releases: valga/fbns-react
Releases · valga/fbns-react
Release 0.3.1
Release 0.3.0
-
Remove vendored React MQTT Client classes
-
Bump ramsey/uuid version (#8)
Release 0.2.3
Reset client ID to default one when device ID is empty
Release 0.2.2
Fix 'Call to a member function close() on null' error
Release 0.2.1
Compatibility with PHP 7.2 is fixed.
Release 0.2.0
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
toFbns
. - 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.