Skip to content

Latest commit

 

History

History
68 lines (59 loc) · 3.21 KB

CHANGELOG.rst

File metadata and controls

68 lines (59 loc) · 3.21 KB

CHANGELOG

1.3.1

  • bugfix:Issue:#67
  • bugfix:Fixed a dead lock issue when client async API is called within the event callback
  • bugfix:Updated README and API documentation to provide clear usage information on sync/async API and callbacks
  • improvement:Added a new sample to show API usage within callbacks

1.3.0

  • bugfix:WebSocket handshake response timeout and error escalation
  • bugfix:Prevent GG discovery from crashing if Metadata field is None
  • bugfix:Fix the client object reusability issue
  • bugfix:Prevent NPE due to shadow operation token not found in the pool
  • improvement:Split the publish and subscribe operations in basicPubSub.py sample
  • improvement:Updated default connection keep-alive interval to 600 seconds
  • feature:AWSIoTMQTTClient:New API for username and password configuration
  • feature:AWSIoTMQTTShadowClient:New API for username and password configuration
  • feature:AWSIoTMQTTClient:New API for enabling/disabling metrics collection
  • feature:AWSIoTMQTTShadowClient:New API for enabling/disabling metrics collection

1.2.0

  • improvement:AWSIoTMQTTClient:Improved synchronous API backend for ACK tracking
  • feature:AWSIoTMQTTClient:New API for asynchronous API
  • feature:AWSIoTMQTTClient:Expose general notification callbacks for online, offline and message arrival
  • feature:AWSIoTMQTTShadowClient:Expose general notification callbacks for online, offline and message arrival
  • feature:AWSIoTMQTTClient:Extend offline queueing to include offline subscribe/unsubscribe requests
  • feature:DiscoveryInfoProvider:Support for Greengrass discovery
  • bugfix:Pull request:#50
  • bugfix:Pull request:#51
  • bugfix:Issue:#52

1.1.2

  • bugfix:Issue:#28
  • bugfix:Issue:#29
  • bugfix:Pull request:#32
  • improvement:Pull request:#38
  • bugfix:Pull request:#45
  • improvement:Pull request:#46

1.1.1

  • bugfix:Issue:#23
  • bugfix:README documentation

1.1.0

  • feature:AWSIoTMQTTClient:last will configuration APIs
  • bugfix:Pull request:#12
  • bugfix:Pull request:#14
  • Addressed issue:#15

1.0.1

  • bugfix:Pull request:#9

1.0.0

  • feature:AWSIoTMQTTClient:basic MQTT APIs
  • feature:AWSIoTMQTTClient:auto-reconnection/resubscribe
  • feature:AWSIoTMQTTClient:offline publish requests queueing and draining
  • feature:AWSIoTMQTTShadowClient:basic Shadow APIs