Changes for version 0.02 - 2026-04-29
- Hardened TLS (hostname verification) and NKey auth (CRC + prefix fixes; both were latently broken in 0.01).
- JetStream / KV / ObjectStore protocol fixes.
- Expanded tests; CI now runs JS + TLS + NKey suites.
Modules
High-performance asynchronous NATS client using EV
JetStream API client for EV::Nats
Key-Value store on top of NATS JetStream
Chunked object store on top of NATS JetStream
Examples
- eg/chat.pl
- eg/circuit_breaker.pl
- eg/config_watcher.pl
- eg/distributed_lock.pl
- eg/event_sourcing.pl
- eg/health_checker.pl
- eg/jetstream.pl
- eg/js_pull_worker.pl
- eg/kv_store.pl
- eg/leader_election.pl
- eg/log_aggregator.pl
- eg/monitoring.pl
- eg/nkey_auth.pl
- eg/object_cli.pl
- eg/pubsub.pl
- eg/queue_workers.pl
- eg/rate_limiter.pl
- eg/reconnect.pl
- eg/replay.pl
- eg/request_reply.pl
- eg/task_pipeline.pl
- eg/tls.pl