Skip to content

Batch.sh is now Streamdal.com!

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 21:37
· 100 commits to master since this release
3d63c40

Batch.sh is now Streamdal.com!

This release primarily addresses features and updates related to the streamdal.com platform (formerly batch.sh).

Bug fixes

  • #331 - Fix issue with piping data to plumber write on Arch linux

New features

  • Relays now accept an optional --dead-letter CLI flag or PLUMBER_RELAY_DEAD_LETTER=true envar, which will force all messages to be written to the collection's dead letter queueu

Breaking Changes

  • The default API token when running plumber in server mode is now streamdal instead of batchcorp. This should always be overridden with the PLUMBER_SERVER_AUTH_TOKEN environment variable
  • --batch-grpc-disable-tls is flag now --streamdal-grpc-disable-tls
  • --batch-grpc-timeout-seconds is flag now --streamdal-grpc-timeout-seconds
  • --batch-grpc-address is flag now --streamdal-grpc-address