Skip to content

Releases: linxGnu/gosmpp

v0.1.4

11 Nov 04:33
Compare
Choose a tag to compare

Version 0.1.4 contains broken changes. The changes are needed to make SMPP Client easier to use.

Some highlights:

  • Event-driven programming
  • Fully-managed SMPP Session, Connection, Error
  • Automatic failover

v0.1.4.rc30

14 Sep 08:59
7d0352f
Compare
Choose a tag to compare
  • Unit test no longer depends on smsc provided by melroselabs (#86)

v0.1.4-rc29

14 Oct 09:16
a587369
Compare
Choose a tag to compare
  • NO-ISSUE Rename parse Body -> Param (#79)

v0.1.4-rc25

14 Apr 23:17
d5df377
Compare
Choose a tag to compare
  • Fix ShortMessage display (#69)

v0.1.4-rc24

25 Mar 01:23
Compare
Choose a tag to compare
  • Fix linter warning

v0.1.4-rc23

25 Mar 01:13
7f8b392
Compare
Choose a tag to compare
  • Support custom data encoding (#65)

v0.1.4-rc22

18 Mar 09:28
188a1e1
Compare
Choose a tag to compare
  • Support Binary messages (#58)

v0.1.4-rc21

18 Mar 04:52
416b3cd
Compare
Choose a tag to compare
  • Fix handling logic of Receiver and Transmitter (#61)
    • Related issue: #57
  • Invalid settings are now reported through Session constructor (#61)

v0.1.4-rc20

02 Nov 04:33
5e77364
Compare
Choose a tag to compare
  • 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

23 Oct 10:11
c8e20f1
Compare
Choose a tag to compare
  • Code refactoring