@@ -11,31 +11,37 @@ Please refer to [Releases pre-certification-results](https://github.com/Lora-net
1111
1212## [ Unreleased]
1313
14- ## [ 4.5.0-rc.1 ] - 2020-11-24
14+ ## [ 4.4.6 ] - 2020-12-18
1515
1616### General
1717
18- - Release based on "LoRaWAN specification 1.0.4" and "LoRaWAN Regional Parameters 2-1.0.1"
19- - GitHub reported issues corrections. Please refer to [ Release Version 4.5.0] ( https://github.com/Lora-net/LoRaMac-node/milestone/5 )
20-
21- ### Added
22-
23- - Added implementation of LoRaWAN 1.0.4 changes
24- - Added implementation for new Certification protocol specification
25- - Added GitHub repository and firmware examples version definitions
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"**
2621
2722### Changed
2823
29- - 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 `
3032
3133### Fixed
3234
33- - 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
3441- Fixed ` AU915_MAX_RX1_DR_OFFSET ` value to 5 instead of 6
3542
3643### Removed
3744
38- - Removed NvmCtxCallback calls as they should only be done when a modification happens.
3945- Removed ClassA, ClassB and ClassC examples.
4046
4147## [ 4.4.5] - 2020-10-14
@@ -61,6 +67,7 @@ Please refer to [Releases pre-certification-results](https://github.com/Lora-net
6167- Changed hard coded ` JoinAccept ` max payload size (33) by ` LORAMAC_JOIN_ACCEPT_FRAME_MAX_SIZE ` definition.
6268- Moved radio operating mode management to specific board implementation
6369- Changed radio ` IsChannelFree API ` in order to provide reception bandwidth
70+ - AS923 default downlink dwell time setting changed to disabled
6471- Back port 1.0.4 region implementation improvements
6572- Changed ` RegionCommonComputeSymbolTimeLoRa ` , ` RegionCommonComputeSymbolTimeFsk ` and ` RegionCommonComputeRxWindowParameters `
6673 API implementations to use integer divisions instead of double division.
0 commit comments