Skip to content

What's new in Layrz Protocol

This page is the Changelog of Layrz Protocol, but only for Major and Minor releases. For Patch releases, please check the CHANGELOG.md file in our GitHub repository.

v3.2

Released on 2026-05-04, this is a minor release includes a reorganization of the Dart code, and implementations of servers of all languages. Full changelog can be found on Our GitHub Release.

Added

  • TCP and HTTP server implemented on C++, Go, Dart and Python

Changed

  • Re-organization of the Dart code.

Deprecated

  • Nothing deprecated in this release.

v3.1

Released on 2026-05-02, this is a minor release that brings some improvements and bug fixes to the protocol. Full changelog can be found on Our GitHub Release.

Added

  • Added support for C++ programming language.

Changed

  • Improved support for Go.
  • Fully implementation of tests along all languages

Deprecated

  • Nothing deprecated in this release.

v3.0

Released on 2025-08-28, this is a major release that brings significant changes to the protocol regarding of the way the device communicates with the server.

Added

  • Nothing new in this release.

Changed

  • Changed the communication workflow on
    TCP
    , now, the device needs to authenticate first before sending any data.

Deprecated

  • The Au packet is now deprecated, as the server will always expect the device to authenticate first.

Removed

  • Nothing removed in this release.

Previous releases

For other releases, please check the CHANGELOG.md file in our GitHub repository.