Pitaya v1.1.3 Release Notes
Release Date: 2020-12-10 // almost 4 years ago-
๐ Changed
- โ Add more information to remote call error logs
- ๐ฒ Do not log errors on empty messages because of EOF
- ๐ Fix race condition where agent heartbeat could write to closed channel
Previous changes from v1.1.2
-
โก๏ธ Update Pcall in order to log a better stacktrace.
On the previous implementation, the stacktrace would be logged as a debug
๐ฒ log and in multiple lines. This breaks tools like Kibana that consider
๐ line breaks as different logs.๐ฒ This version also changes the stacktrace log to be error instead of
debug.