Tags give the ability to mark specific points in history as being important
Release 2.2.0 Added - New method `errors.netbox_wait_async` to wait for `netbox.fututre`.
Release 2.1.5 Fixed - Enhance error messages of `errors.netbox_call/eval` - supply it with the connection URI.
Release 2.1.4 Fixed - Enhance `errors.pcall()` performance (about 30%) by eliminating unnecessary closures creation and `unpack()` which breaks JIT traces. - Fix building scm-1 version from source.
Release 2.1.3 Added - Now function `is_error_obj(err)` is a part of public API Changed - Rename netbox error classes to conform the naming conventions: "Net.box eval failed" -> "NetboxEvalError", "Net.box call failed" -> "NetboxCallError".
Release 2.1.2 Fixed - Remove duplicate stack trace from `error.str` field
Release version 2.0.1 Fixed - Avoid chaining errors - Rock installation
Release version 2.0.0 Added - Implement `net.box` wrappers - Ldoc-based API documentation - Significantly refactor unit tests Removed - Monkey-patching `net.box`
Release version 1.0.0 Added: - Error classes - pcall wrapper - net.box monkeypatching