2.8.32
Release date: December 2024
New Features and Improvements
We improved error control in lambda processes. Now, the lambda interpreter searches for an error handler for a specific type and code. If it finds one, it uses this handler when an error of the same type and code occurs. If no handler is found for a particular type/code and the "ZZZ" code (generic error) is available, it uses this handler for any error code of that type that occurs.
Fixes
We fixed a templateId validation for the soft repeaters that was preventing the parsing of these components from completing.