Skip to content

Releases: sklyar/docker-log-driver-telegram

v1.4.0

07 Jun 12:24
d697420

Choose a tag to compare

Maintenance

  • Refreshed Go toolchain, dependencies, Docker base images, CI, and golangci-lint v2 configuration

Documentation

  • Corrected README configuration details

Breaking Changes

  • None

v1.3.0

25 Nov 22:09
0925255

Choose a tag to compare

Features

  • Added configurable log batching mechanism with smart overflow handling
  • Added support for larger messages through character-based splitting

Configuration

  • batch-enabled (default: true) - enables/disables message batching
  • batch-flush-interval (default: 3s) - controls batch sending interval
  • max-buffer-size (default: 1m) - sets buffer size using Docker format (e.g., 32Mb, 1g)

Breaking Changes

  • Changed message size limits from bytes to characters
  • Modified buffer overflow behavior in non-blocking mode

v1.2.0

28 Dec 14:45
6446086

Choose a tag to compare

Upgrade go version and dependencies

v1.1.0

04 May 21:27

Choose a tag to compare

Add log truncation for logs that exceed maximum length

v1.0.0

03 May 20:15

Choose a tag to compare

Initial release