Files
smpp-js/CHANGELOG.md
T
lilleman 8f416c2bc4
Mirror / push (push) Successful in 5s
Test / lint (pull_request) Successful in 21s
Test / test (18) (pull_request) Successful in 19s
Test / test (20) (pull_request) Successful in 19s
Test / test (22) (pull_request) Successful in 24s
Test / test (24) (pull_request) Successful in 18s
Test / test (26) (pull_request) Successful in 19s
Name the peer and the stalled phase on a connect timeout, and quote an untyped value
2026-09-20 18:17:39 +02:00

13 lines
495 B
Markdown

# Changelog
## Unreleased
- `client()` takes `connectTimeout`, which gives up on a connect attempt the SMSC never completes —
the TLS handshake included — and reports it as an ordinary connect failure, so `reconnect` retries
it on its usual backoff. Leave it out and each attempt waits the operating system out, as before.
## 0.5.0
The TypeScript rewrite. What a 0.4.0 consumer has to change is in
[MIGRATION.md](https://gitea.larvit.se/larvit/smpp-js/src/branch/main/MIGRATION.md).