Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@valga valga released this 11 Mar 06:14
· 8 commits to master since this release

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.