|
| 1 | +# HISTORY |
| 2 | + |
| 3 | +## 2.0.3 : Changes for version 2.0.3 |
| 4 | + |
| 5 | +Enhancements or amendments: |
| 6 | + |
| 7 | +- Update 2.0 release description |
| 8 | +- Remove unnessary duplicate conversions between string and integer in time type |
| 9 | + |
| 10 | +Bug fixed: |
| 11 | + |
| 12 | +- Fix wrong task queue manipulation logic in mqtt client |
| 13 | + |
| 14 | +## 2.0.2 : Changes for version 2.0.2 |
| 15 | + |
| 16 | +Enhancements or amendments: |
| 17 | + |
| 18 | +- Documents update for STDK 2.0 |
| 19 | + |
| 20 | +## 2.0.1 : Changes for version 2.0.1 |
| 21 | + |
| 22 | +New Improvements or features: |
| 23 | + |
| 24 | +- Supporting ED25519 BLE Onboarding feature |
| 25 | + |
| 26 | +Enhancements or amendments: |
| 27 | + |
| 28 | +- Main task is working based on events instead of polling. |
| 29 | +- Remove Capability command arguments count limit. |
| 30 | +- Unmaintained porting layers and examples were deleted. |
| 31 | + -- Deleted examples |
| 32 | + -- posix |
| 33 | + -- raspberry |
| 34 | + -- Deleted porting layer |
| 35 | + -- MX Chips (emw3080, emw3166) |
| 36 | + -- Realtek (RTL8195, RTL8720c, RTL8721c) |
| 37 | + -- linux |
| 38 | + -- tizenrt |
| 39 | + -- openssl |
| 40 | + |
| 41 | +Bug fixed: |
| 42 | + |
| 43 | +- Unit test codes for the latest SDK code were updated. |
| 44 | +- Unit test cases were added and failed ones were modified. |
| 45 | + |
| 46 | +## 1.8.12 : Changes for version 1.8.12 |
| 47 | + |
| 48 | +New Improvements or features |
| 49 | + |
| 50 | + - Add new iot_bsp_wifi porting API to get auth mode |
| 51 | + - add caps helper for pH Measurement |
| 52 | + - Add support of network error code for user help contents |
| 53 | + - Add esp32 example |
| 54 | + - Add raspberry pi example |
| 55 | + - Apply backoff algorithm when MQTT reconnecting |
| 56 | + - Support Device Preference feature. |
| 57 | + |
| 58 | +Enhancements or amendments |
| 59 | + |
| 60 | + - Replace internal queue implement with internal data struct(Remove porting API) |
| 61 | + - Refactoring iot-main core logic |
| 62 | + -- st_conn_start do not block until onboarding done. |
| 63 | + - Update fanOscilationMode cap helper |
| 64 | + - Support esp-idf v5.0 |
| 65 | + |
| 66 | +## 1.7.0 : Changes for version 1.7.0 |
| 67 | + |
| 68 | +New Improvements or features |
| 69 | + |
| 70 | + - Add changing device name feature |
| 71 | + -- New API : st_change_device_name() added |
| 72 | + - Add 'esp32c3' bsp and modify related component.mk/cmake file |
| 73 | + - Add capability helper for 'mode' capability |
| 74 | + |
| 75 | +Enhancements or amendments |
| 76 | + |
| 77 | + - Add the history feed displaying control options of the struct iot_cap_attr_option_t |
| 78 | + -- To control whether the event should be displayed in the history feed of the mobile App |
| 79 | + |
| 80 | +Bug fixed |
| 81 | + |
| 82 | + - Fix Static Code Analysis report |
| 83 | + -- iot_api:iot_main: Uses 'type casting' to fit in printf format sepcifier |
| 84 | + - Fix multiple definition of main error for deps/json : prevent cJSON/test.c building |
| 85 | + |
| 86 | +## 1.4.7 : Changes for version 1.4.7 |
| 87 | + |
| 88 | +New Improvements or features |
| 89 | + |
| 90 | + - Allow to query device's wifi scanlist while easysetup device-to-device communication. |
| 91 | + |
| 92 | +Bug fixed |
| 93 | + |
| 94 | + - Fix memleak during easysetup |
| 95 | + |
| 96 | +## 1.4.6 : Changes for version 1.4.6 |
| 97 | + |
| 98 | +Enhancements or amendments |
| 99 | + |
| 100 | + - Add more detailed control of sntp service. |
| 101 | + - Send OS version to cloud. |
| 102 | + |
| 103 | +Bug fixed |
| 104 | + |
| 105 | + - Fixed error when calling nvs_partition_gen.py at stdk-keygen.py. |
| 106 | + - Fix build errors. |
| 107 | + - Fix easysetup failure issue when iot-core try to open not existing file. |
| 108 | + - Fix memleak at easysetup cgi handler. |
| 109 | + |
| 110 | +Supported Porting Layer |
| 111 | + |
| 112 | +BSP |
| 113 | + |
| 114 | + - ESP32, ESP32S2 |
| 115 | + - ESP8266 |
| 116 | + - RTL8915 |
| 117 | + - RTL8720C, RTL8721C |
| 118 | + - TizenRT - TizenRT has platform own hardware/bsp abstraction layer |
| 119 | + |
| 120 | +OS |
| 121 | + |
| 122 | + - FreeRTOS |
| 123 | + - Mocos |
| 124 | + - TizenRT |
| 125 | + |
| 126 | +## 1.4.5 : Changes for version 1.4.5 |
| 127 | + |
| 128 | +Supported Porting Layer |
| 129 | + |
| 130 | +BSP |
| 131 | + |
| 132 | + - ESP32, ESP32S2 |
| 133 | + - ESP8266 |
| 134 | + - RTL8915 |
| 135 | + - RTL8720C |
| 136 | + - RTL8721C |
| 137 | + - TizenRT - TizenRT has platform own hardware/bsp abstraction layer |
| 138 | + |
| 139 | +OS |
| 140 | + |
| 141 | + - FreeRTOS |
| 142 | + - Mocos |
| 143 | + - TizenRT |
| 144 | + |
| 145 | +## 1.1.0 : Changes for version 1.1.0 |
| 146 | + |
| 147 | + * Need to use over the Mobile's SmartThings Apps v1.7.43 (for Android) |
| 148 | + |
| 149 | +New Improvements or features: |
| 150 | + |
| 151 | + - Supports TizenRT based target - port TizenRT wrapper |
| 152 | + - The port number changed for httpd during easy-setup |
| 153 | + - Added new IOT_STAT_LV_CONN to notify it to user |
| 154 | + - Added implementation of iot_bsp_wifi_get_mac() |
| 155 | + - Supports rtl8720c bsp based target |
| 156 | + - Supports mbedTLS usage in posix solution (instead of openssl, you can use mbedTLS for posix) |
| 157 | + - Added rtl8721csm porting layer |
| 158 | + - Update keygen tool - v2.1 |
| 159 | + |
| 160 | +Enhancements or amendments: |
| 161 | + |
| 162 | + - Don't send MQTT ping during there is outstanding packet |
| 163 | + - Only support for dynamic buffer allocation in MQTT layer |
| 164 | + - Add a contributing guideline |
| 165 | + - Check the uuid validation |
| 166 | + - Change lookup_id removing timing |
| 167 | + - Increase the maximum number of sacn results |
| 168 | + - Make iot_mqtt.h layer to import external MQTT solution |
| 169 | + - Separate internal network interface layer |
| 170 | + - Some function naming changed for httpd_init/deinit |
| 171 | + - Internal network function related code cleanup |
| 172 | + - Change auth mode to verify the certifcate |
| 173 | + |
| 174 | +Bug fixed: |
| 175 | + |
| 176 | + - Fix rtl-chipset not support web security type connection issue |
| 177 | + - Added easy-setup resources checking flag & deleting routine to avoid memory leaking |
| 178 | + - Fix rtl-chipset based "RTW API: Join bss timeout" issue |
| 179 | + - Fix wi-fi memory leak |
| 180 | + - Internal network related build error fix |
| 181 | + |
| 182 | +## 1.0.0 : Initial public release. |
0 commit comments