@@ -11,18 +11,37 @@ Please refer to [Releases pre-certification-results](https://github.com/Lora-net
1111
1212## [ Unreleased]
1313
14+ ## [ 4.4.6] - 2020-12-18
15+
16+ ### General
17+
18+ - Release based on "LoRaWAN specification 1.0.3" and "LoRaWAN Regional Parameters v1.0.3revA"
19+ - GitHub reported issues corrections. Please refer to [ Release Version 4.4.6] ( https://github.com/Lora-net/LoRaMac-node/milestone/8 )
20+ - ** Release 4.4.6 is the last one supporting "LoRaWAN specification 1.0.3"**
21+
1422### Changed
1523
16- - Changed IMST boards default power source to USB_POWER
24+ - Refactored MAC layer and examples Non Volatile Memory data handling
25+ - Changed ` NewChannelReq ` amd ` DlChannelReq ` handling to ignore command for ` AU915 ` , ` CN470 ` and ` US915 ` regions
26+ - Updated behavior of ` SX126xSetLoRaSymbNumTimeout ` to round up the timeout to the nearest possible number of symbol.
27+ - Changed radio drivers floating point to integer computations
28+ - Improved ` GetNextLowerTxDr ` function implementation.
29+ - Changed SX1272 and SX1276 FSK FIFO handling by using ` FifoLevel ` IRQ instead of ` FifoEmpty ` IRQ
30+ ** WARNING** * DIO1 IRQ MCU pin detection has changed from ` RISING ` to ` RISING_FALLING ` edge.*
31+ - Changed IMST boards default power source to ` USB_POWER `
1732
1833### Fixed
1934
20- - Fixed an issue where the Join back off algorithm wasn't being applied when the duty-cycle enforcement was OFF.
35+ - Fixed certification test application handling
36+ - Fixed ` ping-pong ` and ` rx-sensi ` examples to use the right ` FSK_BANDWIDTH ` and ` FSK_AFC_BANDWIDTH ` parameters
37+ - Fixed one byte transmissions over I2C
38+ - Fixed ` RegionIN865RxParamSetupReq ` ` DrOffset ` verification
39+ - Fixed STM platforms IRQ handlers when using a C++ compiler
40+ - Fixed an issue where the Join back off algorithm wasn't being applied when the duty-cycle enforcement was OFF
2141- Fixed ` AU915_MAX_RX1_DR_OFFSET ` value to 5 instead of 6
2242
2343### Removed
2444
25- - Removed NvmCtxCallback calls as they should only be done when a modification happens.
2645- Removed ClassA, ClassB and ClassC examples.
2746
2847## [ 4.4.5] - 2020-10-14
@@ -48,6 +67,7 @@ Please refer to [Releases pre-certification-results](https://github.com/Lora-net
4867- Changed hard coded ` JoinAccept ` max payload size (33) by ` LORAMAC_JOIN_ACCEPT_FRAME_MAX_SIZE ` definition.
4968- Moved radio operating mode management to specific board implementation
5069- Changed radio ` IsChannelFree API ` in order to provide reception bandwidth
70+ - AS923 default downlink dwell time setting changed to disabled
5171- Back port 1.0.4 region implementation improvements
5272- Changed ` RegionCommonComputeSymbolTimeLoRa ` , ` RegionCommonComputeSymbolTimeFsk ` and ` RegionCommonComputeRxWindowParameters `
5373 API implementations to use integer divisions instead of double division.
0 commit comments