Skip to content

v0.10.6

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 18:36
· 49 commits to main since this release
ce02577

Bug fix

  • fixed an code panic issue where malformed RIB dump entry with non-existing peer ID causes a panic
    • also removed a number of unwraps in the code to handle errors more gracefully
    • see issue #158 for details. thanks @mbUSC for the bug report