Files
2026-03-30 15:32:51 +08:00

1.8 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[v0.12.1]

  • Allow multilple RXC frames during RXC window (#217)
  • Individually feature-gate all regions (#216)
  • Fix log macro for error (commit)

[v0.12.0]

  • Fixes bug related to FCntUp and confirmed uplink (#182)
  • Extend PhyRxTx to support antenna gain and max power (#159)
  • Implement Class C functionality for async_device (#158)
  • Implement rapid subband acquisition, aka "Join Bias" for US915 & AU915 (#110 / #170 )
  • Develops async_device API to provide JoinResponse and SendResponse (#144)
  • Develops nb_device API around sending a join to be consistent with async_device (#144)
  • Refactor external-lora-phy in lorawan-device as lorawan-radio in lora-phy (#189)
  • Add Timer implementation based on embassy-time (#171)
  • Use radio timeout for end of RX1 and RX2 windows; preamble detection cancels timeout (#204)
  • Remove async feature-flag as async fn in traits is stable

Change tracking starting at version 0.11.0.