All Versions
23
Latest Version
Avg Release Cycle
60 days
Latest Release
1310 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.0.0 Changes
August 30, 2017๐ This release contains significant architectural changes and API incompatibilities.
๐ Changed
- โ Added single
SMPPEX.Session
behavior instead of seperateSMPPEX.ESME
andSMPPEX.MC
behaviours. SMPPEX.Session
callbacks are moreGenServer
compliant.- Most of
SMPPEX.Session
callbacks are allowed to return stop indicating tuple. - Most of
SMPPEX.Session
callbacks are allowed to return a list of PDUs to send. - ๐ All methods interacting with
SMPPEX.Session
are synchronous.
โ Added
- ๐ Elixir 1.5 builds in CI.
โ Removed
- Usage of a separate process for ESME/MC connections.
- Usage of
ranch
supervisor of launching ESME connections. - Special methods for sending PDU replies to ESME/MC in favor of
Pdu.as_reply_to/2
method.
- โ Added single
-
v1.0.1 Changes
August 30, 2017๐ Changed
- โก๏ธ
ex_doc
updated to 1.x.
- โก๏ธ
-
v1.0.0 Changes
August 30, 2017๐ This is the first stable release introduced from numerous 0.x.x versions. Although this library has been already used in production for quite a while, it's only purpose is to designate the divergence from 2.x.x branch.
โ Added
- ESME functionality.
- MC functionality.
- ๐ Synchronous ESME client.