Skip to main content

March 2023

New Access Control Permissions: Teams and Roles

Memfault added new concepts for access control: Teams are a flexible way to group members of an organization. They can reflect an actual company structure with functions such as “quality assurance” or “firmware engineering.” Alternatively, with Roles, administrators can design teams solely to manage permissions more conveniently when assigning dedicated roles on a per-project level.

Teams and Roles allow for configuration scenarios such as “read-only access for this department” or “OTA must only ever be performed by these four people.” They further allow for sophisticated setups such as “these five contractors may only ever see this one project and nothing else” or “newly invited members of the organization can do anything with our playground project but are otherwise limited to read-only access.”

Using this new system is strictly optional as all members of an organization are part of the group “everyone” that grants permission to all of Memfault’s features by default.

General

MCU

SDK versions 0.41.1, 0.41.2, 0.42.0 were released. Some highlights:

  • Added: Capturing all of RAM in a coredump as an option to the examples/nrf-connect/nrf5
  • Added: Option to capture full thread stacks for classifying stack overflows and determining stack high watermarks.
  • Improved: Quality of life improvements for scripts/memfault_gdb.py (Support for exporting data from GCC 12 compiled symbol files and arguments to override device serial ID, software type, software version, and hardware revision)
  • Fixed: Issue in Memfault Logging backend causing coredump saving to fail when building with Zephyr versions before 3.0 (nRF-Connect SDK < 2.0)
  • Fixed: Compilation error in the ESP32 example app when targeting ESP-IDF <=4.4,<4.4.3
  • Changed: Integer-type metrics (signed/unsigned) will reset to NULL when not set during a heartbeat interval. See SDK documentation for further information.

Android

  • Added: Support for updating hardware_version with the value in the MAR files
  • SDK version 4.5.0 of the Android Bort SDK was released. Some highlights:
    • Added: Metric for Fleet Sampling resolutions
    • Added: Support for changing the project key at runtime via intent broadcast
    • Improved: All on-device rate limits can now be bypassed via Dev Mode (previously only WTF rate limits)
    • Fixed: Socket error when running in Client/Server mode
    • Fixed: MemfaultDumpster crash when Continuous Logging Mode enabled
    • Changed: Limit max storage age of MAR files to 7 days (down from 30)

Linux

CLI

  • We did not publish a new version of the memfault-cli in March.