๐ฉ 2.3.0
Eventum 2.3.0 minor release โ Kafka, TCP, and UDP output plugins, free-threaded Python 3.14t, multithreaded architecture.
Released March 3, 2026
A minor release bringing three new output plugins for network-based event delivery, a move to Python 3.14t (free-threaded), and a reworked multithreaded core architecture.
๐ New features
- Kafka output plugin โ full Apache Kafka integration with SASL authentication, SSL/mTLS, compression (gzip, snappy, lz4, zstd), and batching.
- TCP output plugin โ send events over persistent TCP connections with SSL/TLS support and automatic reconnection.
- UDP output plugin โ send events as UDP datagrams.
โก Performance
- Python 3.14t โ migrated to free-threaded Python 3.14 for improved concurrency.
- Multithreaded architecture โ the core pipeline has been reworked to leverage multithreading for better performance and reliability.
๐งช Testing
- Expanded test coverage with integration and performance tests.
๐ Other changes
- Expanded template plugin documentation.
- Added blog to the documentation site.