Releases: streamdal/plumber
Releases · streamdal/plumber
Maintenance release
- Fix multiple dropped errors. Thanks @alrs for the fixes!
- Deleting a tunnel from a plumber server now instantly removes it from your https://console.batch.sh destinations list
v1.5.2
Minor fix to plumber manage delete relay
subcommand in.
NATS Improvements
- Adding
--use-tls
flag to NATS backends - Adding examples for NATS JetStream to examples.md
- Documenting NATS relay envars
Manage server mode via CLI
You can now manage a running Plumber server instance via the CLI!
See the docs for instructions https://docs.batch.sh/plumber/server-mode/server-management/manage-via-cli
Bug fix for CLI relaying
- Fix to ensure all relay workers finish with their work and exit before allowing CLI relay mode to exit
Introducing Plumber Server
Plumber can now run in server mode, allowing you to have long running plumber instances on your infrastructure.
See details at: https://docs.batch.sh/plumber/server-mode
You can communicate to Plumber server using gRPC https://docs.batch.sh/plumber/server-mode/grpc-api-quickstart
Or you can use our terraform provider https://registry.terraform.io/providers/batchcorp/plumber/latest to manage connections/relays/tunnels
Bug fix for dynamic tunnels
Merge pull request #233 from batchcorp/blinktag/send_dynamic_id Passing DynamicID into dproxy's AuthRequest()
v1.3.0
Merge pull request #232 from batchcorp/blinktag/fix_typecast Fixing windows build
v1.2.1
Merge pull request #228 from batchcorp/dselans/azure-event-hub-fix tiny fix for azure-event-hub backend lookup
NATS + NATS JetStream + NATS Streaming relay support
- You can now relay messages from your NATS, NATS Streaming, or NATS JetStream instance to your Batch.sh collections!