1
1
Changelog
2
2
=========
3
3
4
- v1.4.2 - XX/XX/202X
4
+ v1.5.0 - 08/08/2024
5
5
-------------------
6
6
7
7
* Support for new hardware variants:
@@ -12,27 +12,42 @@ v1.4.2 - XX/XX/202X
12
12
* XBee RR TH Pro/Non-Pro
13
13
* XBee 3 Cellular Global Cat 4
14
14
* XBee 3 Cellular North America Cat 4
15
- * XBee XR 900 TH
16
15
* XBee XR 868 TH
16
+ * XBee XR 900 TH
17
17
* XBee 3 BLU
18
18
* Support to retrieve XBee statistics.
19
19
* Send/receive explicit data in 802.15.4.
20
20
(XBee 3 modules support this feature)
21
- * Support for local and remote firmware update of XBee XR 868 and 900.
22
- * Remove 'pysrp' dependency:
21
+ * Firmware/profile update support for:
23
22
24
- * The library includes support to generate salt and verifier required to
25
- configure '$S', '$V', '$W', '$X', and '$Y' XBee parameters to establish
26
- Bluetooth password.
23
+ * XBee RR MMT/SMT/TH Pro/Non-Pro (XBPL-384)
24
+ * XBee XR 868 MMT/SMT/TH, local and remote (LCG-398)
25
+ * XBee XR 900 MMT/SMT/TH, local and remote (LCG-398)
26
+ * XBee 3 BLU, local (XBPL-391)
27
27
* Support for sending BLE Generic Access Profile (GAP) scans.
28
- (Only XBee 3 BLU modules support this feature)
28
+ (Only XBee 3 BLU modules support this feature) (XBPL-391)
29
+ * Remove ``pysrp `` dependency.
30
+
31
+ The library includes support to generate salt and verifier required to
32
+ configure ``$S ``, ``$V ``, ``$W ``, ``$X ``, and ``$Y `` XBee parameters to
33
+ establish Bluetooth password.
29
34
* Bug fixing:
30
35
36
+ * Fix ``TransmitOptions.ENABLE_UNICAST_TRACE_ROUTE `` value.
37
+ * Python 3.10 compatibility: Fix removed deprecated ``collections `` module.
38
+ See `collections.abc <https://docs.python.org/3.10/whatsnew/3.10.html#collections-abc >`_,
39
+ `Removed <https://docs.python.org/3.10/whatsnew/3.10.html#removed >`_, and
40
+ `Changes in the Python API <https://docs.python.org/3.10/whatsnew/3.10.html#changes-in-the-python-api >`_
41
+ sections at `What’s New In Python 3.10 <https://docs.python.org/3.10/whatsnew/3.10.html >`_
42
+ (DAL-5918)
31
43
* Fix order of nodes when creating a Zigbee source route (#278)
32
- * Salt/verifier generation using 'pysrp' was not working with certain
44
+ * Firmware update: Do not check XBee region for 'skip' code in XML firmware
45
+ file (XBPL-394)
46
+ * Salt/verifier generation using ``pysrp `` was not working with certain
33
47
passwords (see https://github.com/cocagne/pysrp/issues/55)
34
- Solved by removing ' pysrp' dependency and implementing the code to
48
+ Solved by removing `` pysrp `` dependency and implementing the code to
35
49
generate them.
50
+ * Several minor bug fixes.
36
51
37
52
v1.4.1 - 12/22/2021
38
53
-------------------
0 commit comments