v1.49.0

nats-io/nats-serverv1.49.0Jun 18, 2026by Vanilagy

AI Summary

This release introduces a new Logging singleton for controlling Mediabunny log levels and adds ID3v2 read support for FLAC files, alongside a minor cleanup of a forgotten console.log statement.

Key Highlights

  • Added Logging singleton to control Mediabunny log levels
  • Added ID3v2 read support for FLAC files
  • Removed forgotten console.log in range request warning path

New Features

  • Logging singleton for Mediabunny
  • ID3v2 read support for FLAC files
  • Console.log removal

Full Release Notes

- Added a new `Logging` singleton that can be used to control the log level of Mediabunny. Great for silencing console output for CLI applications. (#415)
- Added ID3v2 read support for FLAC files (#417)
- Removed forgotten `console.log` in range request warning path