Releases: linxGnu/gosmpp
Releases · linxGnu/gosmpp
v0.1.4
v0.1.4.rc30
- Unit test no longer depends on smsc provided by melroselabs (#86)
v0.1.4-rc29
- NO-ISSUE Rename parse Body -> Param (#79)
v0.1.4-rc25
- Fix ShortMessage display (#69)
v0.1.4-rc24
- Fix linter warning
v0.1.4-rc23
- Support custom data encoding (#65)
v0.1.4-rc22
- Support Binary messages (#58)
v0.1.4-rc21
v0.1.4-rc20
- Fix logic for calculating UDHL, if total UDH length > 255 return -1 to signify error.
- UDH.MarshalBinary() now only takes up to 255 bytes of data, subsequent Info Element at the tail will be truncated if this limit is reached.
- Simliarly for UDH.UnmarshalBinary(), only unmarshal from source up to 256 bytes.
v0.1.4-rc19
- Code refactoring