|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## Release 7.0.0 |
| 4 | + |
| 5 | + * Bug Fixes |
| 6 | + * MQTT MTP |
| 7 | + * GH#30: MQTT publish QoS cannot be configured (stuck at 0) |
| 8 | + * For MQTTv3.x MTP, Agent should subscribe to wildcarded agent topic and publish to topic containing '/reply-to=' |
| 9 | + * When changing a subscription's topic, The agent was unsubscribing from the new topic (not the old topic) |
| 10 | + * For MQTTv5 MTP, Agent should subscribe to topic from CONNACK, if available |
| 11 | + * MQTT exponential backoff reconnect time was 1 second too long |
| 12 | + * libmosquitto subscribe/unsubscribe functions were being called unnecessarily (and failing) |
| 13 | + * MQTT_DeleteSubscription() was being called unnecessarily (and failing) |
| 14 | + * Memory leak when unescaping a received MQTT response topic |
| 15 | + * MQTT subscription topic must be unique |
| 16 | + * MQTT subscription topic must be non empty string |
| 17 | + * When disabling the agent's MQTT client, the MQTT DISCONNECT frame is not sent and socket stays open |
| 18 | + * Missing mutex protection in some MQTT functions |
| 19 | + |
| 20 | + * WebSocket MTP |
| 21 | + * Agent's websocket server is not restarted after IP address change or initial failure |
| 22 | + * Requirement for libwebsockets version >= 4.1.0 made explicit in configure.ac |
| 23 | + |
| 24 | + * USP Spec and Test Plan modifications |
| 25 | + * MQTT Content Type property changed to usp.msg (changed R-MQTT.27) |
| 26 | + * A USP Set referencing zero instances returns an empty success (changed TP-469 conformance test 1.23) |
| 27 | + * Errors in received USP packets should be handled according to requirements in R-MTP.5 |
| 28 | + * USP Record should be ignored if the protobuf cannot be unpacked |
| 29 | + |
| 30 | + * Miscellaneous |
| 31 | + * GH#55: Updated Dockerfile to use Ubuntu Kinetic which includes the required versions of libmosquitto and libwebsockets |
| 32 | + * GH#64: Crash if PeriodicNotifInterval is set to 0 |
| 33 | + * GetResponse optimized for large numbers of object instances |
| 34 | + * If 'obuspa -c get' truncates the printing of a parameter value, this is now indicated |
| 35 | + * OnBoardRequest notification should be retried, if corresponding NotifyResponse not received |
| 36 | + * Adding a Controller MTP object fails, if Protocol is not specified and CoAP is disabled ('configure --disable-coap') |
| 37 | + * Default value for RebootCause would be better as "FactoryReset" |
| 38 | + * Alias should be registered as a unique key for LocalAgent.Certificate |
| 39 | + * GetSupportedDM response should indicate that parameters registered with USP_REGISTER_DBParam_SecureWithType() are readable |
| 40 | + * Added note that the start_transaction vendor hook must never return a failure, as it is not possible for OBUSPA to handle the failure in all cases |
| 41 | + |
| 42 | + |
3 | 43 | ## Release 6.0.0 |
4 | 44 | * New Features |
5 | 45 | * USP 1.2 Spec Enhancements |
|
0 commit comments