n8n/packages/@n8n/syslog-client
n8n-assistant[bot] 6676eb33fe
🚀 Release 2.31.0 (#34117)
Co-authored-by: n8n-release-helper[bot] <265227495+n8n-release-helper[bot]@users.noreply.github.com>
2026-07-14 07:18:45 +00:00
..
src fix(core): Syslog message id RFC5424 compliance (#25321) 2026-02-04 14:28:28 +00:00
test fix(core): Syslog message id RFC5424 compliance (#25321) 2026-02-04 14:28:28 +00:00
eslint.config.mjs feat(core): Add TLS support to Syslog client (#23304) 2026-01-06 21:15:02 +01:00
package.json 🚀 Release 2.31.0 (#34117) 2026-07-14 07:18:45 +00:00
README.md feat(core): Add TLS support to Syslog client (#23304) 2026-01-06 21:15:02 +01:00
tsconfig.build.json chore: Create a lightweight version of pnpm reset (#32125) 2026-06-11 12:24:46 +00:00
tsconfig.json chore: Fix hoisted type errors on vite configurations (#33276) 2026-07-01 13:29:48 +03:00
vite.config.ts chore: Migrate @n8n/syslog-client from Jest to Vitest (no-changelog) (#30798) 2026-05-20 14:35:36 +00:00

This client is based upon the great work done in this project: https://github.com/paulgrove/node-syslog-client/tree/master

It was partially built with Claude Code. However, many of the tests were verified and / or added manually.