Skip to content

Releases: prof7bit/fpc-mqtt-client

Version 1.2

05 May 14:25
Compare
Choose a tag to compare

Fixes:

  • fix some range check errors when compiling with all runtime checks enabled
  • fix crash when server sends negative ConnAck packet (Reason <> 0), disconnect immediately instead.
  • fix access violation when using FPC-3-2-fixes and making use of correlation data, it will crash when freeing elements of a dynamic array of records which themselves contain non-empty dynamic arrays of byte. Strings seem no problem. Seems fixed in trunk but crashes in fpc-3.2-fixes. Workaround is to store these byte sequences in strings instead.

API-Breaking

  • correlation data is now a string and not an array of byte. Easier to handle anyways.

Version 1.1

25 Nov 13:24
Compare
Choose a tag to compare

New:

  • User properties for application messages
  • pass retain flag to app receive handler
  • ability to specify max QoS during subscribe

API-Breaking;

  • max QoS parameter in subscribe method

1.0

25 Nov 09:05
Compare
Choose a tag to compare
1.0
Version 1.0