You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Features
- (commercial feature only) Added support for enabling/disabling bootstrapping from a SIM card in runtime
- Added support for T-Mobile DevEdge IoT Developer Kit
Improvements
- Disabled nRF GNSS priority mode before disconnecting
- Added proper support for realtime clock on devices that use the POSIX clock API for that
- Reversed dependency between ``ANJAY_ZEPHYR_GPS`` and ``ANJAY_ZEPHYR_GPS_{platform}`` Kconfig options for easier configuration; NOTE: this is a breaking change that may require updating your project configuration files
- Reduced number of logs produced when NTP server can't be reached
- Changed the default value of `ANJAY_ZEPHYR_GPS_NRF_PRIO_MODE_PERMITTED` Kconfig option to `n`
- Unified persistence saving and loading order
- Added a separate workqueue to perform library-related works
Bugfixes
- Fixed reboot-related bug that occurred when stopping Anjay while processing the A-GPS request
- Fixed invalid memory access when logging errors related to A-GPS requests
- Retained location services result codes between objects creation/deletion
- (commercial feature only) Fixed compatibility of the Core Persistence feature with the Zephyr TLS socket backend
- (commercial feature only) Made sure that Core Persistence data is removed after each attempted use, to prevent old data from being used
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,38 @@
1
1
# Changelog
2
2
3
+
## 3.5.0 (September 7th, 2023)
4
+
5
+
### Features
6
+
- (commercial feature only) Added support for enabling/disabling bootstrapping from a SIM card in runtime
7
+
- Added support for T-Mobile DevEdge IoT Developer Kit
8
+
9
+
### Improvements
10
+
- Disabled nRF GNSS priority mode before disconnecting
11
+
- Added proper support for realtime clock on devices that use the POSIX clock API for that
12
+
- Reversed dependency between ``ANJAY_ZEPHYR_GPS`` and ``ANJAY_ZEPHYR_GPS_{platform}`` Kconfig options for easier configuration; NOTE: this is a breaking change that may require updating your project configuration files
13
+
- Reduced number of logs produced when NTP server can't be reached
14
+
- Changed the default value of `ANJAY_ZEPHYR_GPS_NRF_PRIO_MODE_PERMITTED` Kconfig option to `n`
15
+
- Unified persistence saving and loading order
16
+
- Added a separate workqueue to perform library-related works
17
+
18
+
### Bugfixes
19
+
- Fixed reboot-related bug that occurred when stopping Anjay while processing the A-GPS request
20
+
- Fixed invalid memory access when logging errors related to A-GPS requests
21
+
- Retained location services result codes between objects creation/deletion
22
+
- (commercial feature only) Fixed compatibility of the Core Persistence feature with the Zephyr TLS socket backend
23
+
- (commercial feature only) Made sure that Core Persistence data is removed after each attempted use, to prevent old data from being used
24
+
3
25
## 3.4.1 (June 23rd, 2023)
4
26
5
27
### Features
6
28
- (commercial feature only) Added support for bootstrapping from SIM card on
7
29
nRF9160-based devices
8
-
- Added support for nRF700x Wi-FI IC
30
+
- Added support for nRF700x Wi-Fi IC
9
31
- Added Light Control object for LED handling
10
32
- Added persistence of attribute storage
11
33
- Added support for FOTA of application and modem firmware for nRF9160 using
0 commit comments