github windkh/node-red-contrib-telegrambot v18.0.0-beta.3
V18.0.0-beta.3

latest release: v18.0.0-beta.4
pre-release6 hours ago

V18.0.0-beta.3 ๐Ÿงช

Third public beta of the V18 line. Published under the beta dist-tag; users on latest stay on V17 and are unaffected.

npm install node-red-contrib-telegrambot@beta

Change since beta.2

  • Per-bot undici dispatcher (#466 / #465). The dispatcher (plain undici Agent, or fetch-socks socksDispatcher for SOCKS) is now scoped to each bot via lib v1.1.1's request.fetchOptions.dispatcher, instead of the process-global globalThis[undici.globalDispatcher.1] symbol used in beta.1/beta.2. This restores per-bot pool/proxy isolation (each telegram bot config node gets its own pool again, like V17) and removes the process-global side effect. The #442 keep-alive recovery defence is now genuinely per-bot, and the previous dispatcher is closed on re-instantiation so pools don't leak.

No flow/config changes โ€” proxy and address-family settings work exactly as before.

Requirements

  • Node.js โ‰ฅ 20.

Help us test

Especially welcome: SOCKS proxy setups and multi-bot instances (multiple telegram bot config nodes), plus redeploys. Report against #457 or a new issue.

See MIGRATION.md. Tracking: PR #453, #448.

Don't miss a new node-red-contrib-telegrambot release

NewReleases is sending notifications on new releases.