Releases: wso2-extensions/esb-connector-smpp
1.1.3 Released
Update JSMPP to v3.0.0-wso2v3.
1.1.2 Released
Update JSMPP SDK to v3.0.0-wso2v2 to support connection timeouts.
1.0.9 Released
Update JSMPP SDK to v3.0.0-wso2v2 to support connection timeouts.
1.1.1 Released
Fix thread hanging issue due to delayed session creation, to fix this I used a java double-locking mechanism with a separate locking object for each key. This is done by maintaining a map of locks, each corresponding to a key so that one session creation is not blocked with other session creation.
Also, use sessionBindingTimeout parameter to avoid the thread waiting for a long time to create a session.
1.0.8 Released
Fix thread hanging issue due to delayed session creation, to fix this I used a java double-locking mechanism with a separate locking object for each key. This is done by maintaining a map of locks, each corresponding to a key so that one session creation is not blocked with other session creation.
Also, use sessionBindingTimeout parameter to avoid the thread waiting for a long time to create a session.
1.1.0 Released!
Upgrade the connector model to initiate the session upon first usage of the component
Change the SMPP library to org.smpp v3.0.0
Change max character length for UCS2 alphabet
Add a new parameter charset
to use when converting the message into bytes and vice versa
Handling ESM class within the connector, if its not set by the user.
1.0.7 Released!
Fix multiple session creation handling during issues when concurrent invocations
1.0.6 Released!
Add support to send long SMS using UDH
1.0.5 Released!
Fix issues related to scheduleDeliveryTime and connection expiration.
1.0.4 Released!
Adds sendBulkSMS operation to the connector.