Skip to content

v0.6.1

Choose a tag to compare

@Ezveus Ezveus released this 30 Mar 11:22
· 121 commits to master since this release

Fixed

  • Fix crash on transient network errors (DNS resolution, connection refused) during issue polling. The rescue clause caught only AutodevError instead of StandardError, letting Socket::ResolutionError and similar exceptions kill the process.