8000 Releases · futurehomeno/fimpgo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: futurehomeno/fimpgo

v1.11.1

12 Aug 08:24
0d7ee62
Compare
Choose a tag to compare

Added time parser helper that is tolerant to multiple variations of RFC3339 format.

v1.11.0

27 Jul 21:03
294ebf9
Compare
Choose a tag to compare

Add function Options() and SetOptions() to retrieve and set connection options before starting MQTT client.

v1.10.0

20 Jul 13:18
c8e2102
Compare
Choose a tag to compare

Reconciliation of diverged branches

  • add state filtering on pointer types
  • add mqtt transport to prime api client
  • force global topic prefix on connections from the connection pool
  • subscribe to topics when using connection pooling
  • set global site prefix before subscribing and publishing on connections
  • add changes from state filtering
  • improvements in edge apps discovery client
  • race condition fixes in prime fimp api-client
  • revert of allowing auto-decompression of messages
  • added automatic message compression and decompression if payload type is set to j1c1
  • added mutex to json compressor
  • added automatic compression and fixed a bug related to decompression logic
  • added missing configurable response payload type in prime fimp api client
  • removed connection pool support from sync client and from prime fimp api client. Now they only accept mqtt connection as parameter. Connection polling must be initiated outside and borrowed connection must be passed as parameter during creation. In cloud setup one client instance must be configured per site.
  • fixed compressor bug in mqtt_transport
  • added global-prefix to sync client and to prime fimp api client.
  • remove commented code and cleanup

Co-authored-by: Vlad Datcu vlad.datcu@gmail.com
Co-authored-by: Aleksandrs Livincovs aleksandrs.livncovs@gmail.com

Introduces the following backward incompatible changes:

  • removal of sync client V3
  • removal of optional auto decompression option - decompression is done automatically
  • change of method signature for sync client V2

v1.9.1

18 Jul 10:46
c61d03e
Compare
Choose a tag to compare

Additional message props getters.

v1.9.0

09 May 12:22
ba9c300
Compare
Choose a tag to compare

Allow auto-decompression of messages.

v1.8.2

18 Feb 11:29
62a0296
Compare
Choose a tag to compare

Additional helpers for service properties.

v1.8.1

14 Feb 14:04
91187bf
Compare
Choose a tag to compare

Additional helpers for managing thing inclusion report and service specification.

v1.8.0

02 Feb 09:33
571e23e
Compare
Choose a tag to compare

Option to specify default source for published messages.

Vinculum State enhancements

23 Jun 12:09
54a1337
Compare
Choose a tag to compare
  • option builder for Vinculum API
  • extra methods for site state and structure

Device mode enhancement

06 Jan 11:48
4f402ee
Compare
Choose a tag to compare
  • Add type to the Device model
0