Skip to content

Error handling and fixes

Compare
Choose a tag to compare
@mschae mschae released this 17 Feb 16:52
· 41 commits to master since this release
  • Enhancements
    • Better error handling. Bolt errors (connection or otherwise) should now
      return a somewhat descriptive Boltex.Error. Unsupported data formats
      in the PackStream encoder will raise a Boltex.PackStream.EncodeError.
  • Fixes
    • Attempted to fix an error for larger payloads.