Skip to content

Releases: linxGnu/gosmpp

v0.2.1

21 Mar 00:46
7ddd965
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #141
  • [BREAKING CHANGE] Add the possibility to change the addressRange maxLen with options. by @Hurtsich in #142
  • [BREAKING CHANGE] Update address range constructor by @linxGnu in #145

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 Jan 14:22
Compare
Choose a tag to compare

What's Changed

  • Add possibility to specify address range when binding with SMSC by @Hurtsich in #131

New Contributors

Full Changelog: v0.1.10...v0.2.0

v0.1.10

04 Jan 13:08
2657da5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.9...v0.1.10

v0.1.9

08 Nov 09:12
7bfd2f8
Compare
Choose a tag to compare

What's Changed

  • Ignore EOF error when unmarshaling submit_sm_resp with no message_id by @laduchesneau in #119
  • Bump golang.org/x/text from 0.13.0 to 0.14.0 by @dependabot in #116

Full Changelog: v0.1.8...v0.1.9

v0.1.8

18 Sep 11:21
07a9190
Compare
Choose a tag to compare

What's Changed

  • New OnAllPDU seeting that lets users choose to handle all PDUs from SMSC by @laduchesneau in #110
  • Bump golang.org/x/text from 0.12.0 to 0.13.0 by @dependabot in #111
  • Fix SubmitSMResp unmarshalling when CommandStatus != data.ESME_ROK by @linxGnu in #113

Full Changelog: v0.1.7...v0.1.8

v0.1.7

14 Aug 04:20
d095b83
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

21 Feb 03:00
65ab0f8
Compare
Choose a tag to compare

What's Changed

  • fix fail test in pdu/SubmitMulti_test.go by @goten4 in #93
  • feat: add descriptions to command status by @goten4 in #95
  • Bump golang.org/x/text from 0.6.0 to 0.7.0 by @dependabot in #97

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

28 Jan 23:41
Compare
Choose a tag to compare

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)