Pitaya v1.1.3 Release Notes

Release Date: 2020-12-10 // over 3 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.