|
| 1 | +## 2.0.0-alpha.1, 2.0.0-alpha.2 |
| 2 | + |
| 3 | +### BREAKING CHANGES |
| 4 | + |
| 5 | +- Mesh support removed. 2.x+ DeviceOS releases no longer have Mesh capabilities [#2068](https://github.com/particle-iot/device-os/pull/2068) |
| 6 | +- Xenon platform support removed. 2.x+ DeviceOS releases no longer support Xenons [#2068](https://github.com/particle-iot/device-os/pull/2068) |
| 7 | +- Minimum ARM GCC version required increased to 9.2.1 [#2123](https://github.com/particle-iot/device-os/pull/2123) |
| 8 | + |
| 9 | +### FEATURES |
| 10 | + |
| 11 | +- [Gen 3] Warm bootup of cellular modems and cellular connectivity resumption [#2102](https://github.com/particle-iot/device-os/pull/2102) |
| 12 | +- Support for compressed / combined binaries in OTA updates [#2097](https://github.com/particle-iot/device-os/pull/2097) |
| 13 | +- ARM GCC 9 support [#2103](https://github.com/particle-iot/device-os/pull/2103) |
| 14 | +- Device-initiated describe messages [#2024](https://github.com/particle-iot/device-os/pull/2024) |
| 15 | +- Notify the cloud about planned disconnections [#1899](https://github.com/particle-iot/device-os/pull/1899) |
| 16 | + |
| 17 | +### ENHANCEMENTS |
| 18 | + |
| 19 | +- [Gen 3] System thread wakeup on cloud data [#2113](https://github.com/particle-iot/device-os/pull/2113) |
| 20 | +- [Argon] Hide unsupported WiFi wiring APIs [#2120](https://github.com/particle-iot/device-os/pull/2120) |
| 21 | +- [B5 SoM / Tracker] Disable 2G fallback for BG96-based devices [#2112](https://github.com/particle-iot/device-os/pull/2112) |
| 22 | +- [wiring] Changes default I2C timeouts when communicating with FuelGauge and PMIC to more manageable values [#2096](https://github.com/particle-iot/device-os/pull/2096) |
| 23 | +- [wiring] Propagate low-level I2C errors in `FuelGauge` methods [#2094](https://github.com/particle-iot/device-os/pull/2094) |
| 24 | +- [Gen 3] Network stack enhancements [#2079](https://github.com/particle-iot/device-os/pull/2079) |
| 25 | +- Send describe messages as confirmable CoAP messages [#2024](https://github.com/particle-iot/device-os/pull/2024) |
| 26 | +- [Argon] OTA adjustments [#2045](https://github.com/particle-iot/device-os/pull/2045) |
| 27 | +- Remove support for unused control requests [#2064](https://github.com/particle-iot/device-os/pull/2064) |
| 28 | +- RTC HAL refactoring to increase time-keeping precision [#2123](https://github.com/particle-iot/device-os/pull/2123) |
| 29 | +- Y2k38 `time_t` size change adjustments [#2123](https://github.com/particle-iot/device-os/pull/2123) |
| 30 | +- [wiring] Refactor wiring `Time` class to use reentrant versions of libc time functions [#2123](https://github.com/particle-iot/device-os/pull/2123) |
| 31 | + |
| 32 | +### BUGFIXES |
| 33 | + |
| 34 | +- [Cellular] Fixes the issue that FuelGauge doesn't work as expected after being woken up [#2116](https://github.com/particle-iot/device-os/pull/2116) |
| 35 | +- [Electron] Fixes buffer overrun in modem hal [#2115](https://github.com/particle-iot/device-os/pull/2115) |
| 36 | +- [WiFi] `WiFiCredentials::setSecurity()` should be taking wiring security type (e.g. `WPA2` instead of `WLAN_SEC_WPA2`) [#2098](https://github.com/particle-iot/device-os/pull/2098) |
| 37 | +- [Boron] Fixes SARA R4 power on sequence where the default attempt should be made with runtime baudrate [#2107](https://github.com/particle-iot/device-os/pull/2107) |
| 38 | +- [Gen 2] Fixes an issue with I2C bus pins driven low if building with JTAG/SWD enabled [#2080](https://github.com/particle-iot/device-os/pull/2080) |
| 39 | +- [Boron] Fixes an issue with SARA R4 modems on LTE Borons becoming unresponsive when sending substantial amount of network data continuously [#2100](https://github.com/particle-iot/device-os/pull/2100) |
| 40 | +- Fix session resumption in `AUTOMATIC` system mode [#2024](https://github.com/particle-iot/device-os/pull/2024) |
| 41 | + |
1 | 42 | ## 1.5.3-tracker.1
|
2 | 43 |
|
3 | 44 | ### FEATURES
|
|
0 commit comments