Skip to content

v5.6.1

Compare
Choose a tag to compare
@aldinokemal aldinokemal released this 09 May 14:37
· 83 commits to main since this release

Changes

🚀 Features

  • Protocol Buffer Updates - Updated protocol buffer definitions and related dependencies

🔧 Technical Changes

  • Updated Go module dependencies to support new protocol buffer specifications
  • Modified configuration settings to accommodate protocol updates
  • Enhanced dependency management with updated go.sum entries

📊 Summary

  • 3 files changed
  • 31 additions, 11 deletions
  • Net addition of 20 lines primarily in dependency management
  • Focus on protocol buffer compatibility and dependency updates

🛠️ Files Modified

  • src/config/settings.go - Configuration updates for new protocol support
  • src/go.mod - Updated module dependencies
  • src/go.sum - New dependency checksums

This patch release focuses on updating protocol buffer support with the latest specifications
while maintaining backward compatibility and ensuring all dependencies are properly managed.

Full Changelog: v5.6.0...v5.6.1