Skip to content

Releases: wso2-extensions/esb-connector-smpp

1.1.3 Released

12 Sep 05:00
073b10a
Compare
Choose a tag to compare

Update JSMPP to v3.0.0-wso2v3.

1.1.2 Released

29 Jan 15:22
f7b6b30
Compare
Choose a tag to compare

Update JSMPP SDK to v3.0.0-wso2v2 to support connection timeouts.

1.0.9 Released

19 Jan 09:34
379afb4
Compare
Choose a tag to compare

Update JSMPP SDK to v3.0.0-wso2v2 to support connection timeouts.

1.1.1 Released

11 Dec 10:43
b69f463
Compare
Choose a tag to compare

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

11 Dec 08:55
89d9de5
Compare
Choose a tag to compare

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!

07 Apr 03:34
c0ee3f8
Compare
Choose a tag to compare

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!

16 Mar 05:35
Compare
Choose a tag to compare

Fix multiple session creation handling during issues when concurrent invocations

1.0.6 Released!

13 Oct 03:21
b2f501e
Compare
Choose a tag to compare

Add support to send long SMS using UDH

1.0.5 Released!

03 Jan 19:21
a4afd25
Compare
Choose a tag to compare

Fix issues related to scheduleDeliveryTime and connection expiration.

1.0.4 Released!

23 Sep 08:29
7ba6e80
Compare
Choose a tag to compare

Adds sendBulkSMS operation to the connector.