Skip to main content

February 2026

Linked Devices Always Visible on Device Detail

A new Linked Devices bar on the Device Detail page makes related devices permanently visible without expanding the header. For products where a gateway, companion app, or companion hardware are paired to the primary device, this surfaces those relationships right where you need them during debugging.

Linked Devices bar on the Device Detail page

Log Explorer Copy Improvements

Copying from the Log Explorer now produces clean, tab-separated output (timestamp, level, message) ready to paste into a spreadsheet or bug report. Multi-row selection with keyboard shortcuts is also supported, making it faster to grab exactly the lines you need.

Log Explorer copy improvements
2026-04-07T05:00:04+00:00	INFO	Ready for sync with companion app	MFLT0000619	661431	1994933	Production	1.1.0	pvt	sync_prep:45
2026-04-07T05:00:04+00:00 INFO Ready for sync with companion app MFLT0000612 661431 1994270 Production 1.1.0 pvt sync_prep:45
2026-04-07T05:00:04+00:00 INFO Ready for sync with companion app MFLT0000631 Production 1.1.0 pvt sync_prep:45

General

  • A new Linked Devices bar on the Device Detail page shows paired devices at a glance without expanding the header.
  • Log Explorer copy now produces clean tab-separated output (timestamp, level, message); multi-row keyboard selection added.
  • Organization Auth Tokens can now be created with restricted permission sets, giving Org Admins finer-grained access control - especially useful for SSO integrations.
  • Alerts can now be archived, and the alerts UI can be hidden per-project as a contract setting.
  • Charts that previously supported only a single segment now have a segment selector in the footer, letting you switch the applied comparand without recreating the chart.
  • The nRF Cloud Pricing Calculator is now available at nrfcloud.com/pricing/calculator, using the same logic as invoicing and the Cost Control Center.

Device SDK Updates

Android: [v5.6.0] - 2026-02-04

See the full Android SDK changelog.

  • Added support for Android 7.1
  • Fixed missing Bluetooth metrics coming from statsd

CLI: [1.7.2] - 2026-02-05

See the full CLI changelog.

  • Fix a bug where upload-yocto-symbols and upload-elf-symbols would fail on Python 3.14 with tarfile.AbsoluteLinkError when extracting tarballs that contain absolute symlinks (e.g. Yocto's /etc/localtime).