Releases: farhadi/node-smpp
Releases · farhadi/node-smpp
0.6.0-rc.4
0.6.0-rc.4
0.6.0-rc.3
0.6.0-rc.3
0.6.0-rc.2
v0.6.0-rc.2
0.6.0-rc.1
v0.6.0-rc.1
0.6.0-rc.0
v0.6.0-rc.0 0.6.0-rc.0
0.5.1
v0.5.0
Fixes
- Fix infinite loop reading from Stream (#153) thanks to @ihusejnovic
New
- Auto enquire_link (#55) thanks to @buraktamturk
v0.4.0
Fixes
New
Changed
- UDH headers in short_message and message_payload are split and returned as an array (without total udh length)
v0.3.0
Changes in v0.3.0:
- Support for TLS secured connections added. (Thanks to Nicholas Terrell)
- New API for smpp.connect() using connection url.
- Ability to provide more options other than host and port when connecting.
- Callback parameter added to smpp.connect() method.