Skip to content

2018.11.1, Forever Young

Compare
Choose a tag to compare
@jviki jviki released this 08 Jan 13:47
· 14 commits to master since this release
  • Added REST-UI & GWS protocol documentation and generating scripts
  • New REST-UI endpoints: gateway messages, device properties
  • REST-UI reports last activity timestamp of gateways
  • Fixed updating of control change status in database
  • REST-UI control change request API has changed and improved
  • Fixed timestamp update in device discovery status
  • GWS limits messages from gateways with limits per minute and per hour
  • Optimized receiving of message from gateways
  • GWS reports I/O stats into log
  • GWS uses all metadata from new-device reports
  • GWS accepts notice messages from gateways
  • GWS delivers refresh time to gateways for each device
  • GWS understands that all responses are ackable
  • Class GatewayConnection has been generalized
  • Unified logging of messages in GWS
  • Dropped useless GWPingRequest message
  • Fixed the way how AsyncGatewayRPC uses timeouts
  • Fixed Revogi and IQRF device definitions
  • Fixed an old read-after-free in DeviceServiceImpl
  • XML-UI fixed invite false positive in tests
  • Server performs a sort of security checks on startup
  • Using ThreadNamer to give names to threads
  • Using class RefreshTime in the whole server code base
  • Tests using ZeroMQ works (hopefully) without race conditions
  • CMakeLists.txt divided into modules
  • Linking to PocoDataSQLite is now optional
  • Loggers configuration is now generated by script
  • Script beeeon-db-admin has been extended