Tags

Tags give the ability to mark specific points in history as being important
  • 2.2.1

    13434dbf · Release v2.2.1 (#41) ·
    Release 2.2.1
    
    Fixed
    
    - Fix compatibility with tarantool 2.9.
  • 2.2.0

    21405a7c · Release v2.2.0 (#35) ·
    Release 2.2.0
    
    Added
    
    - New method `errors.netbox_wait_async` to wait for `netbox.fututre`.
  • 2.1.5

    4785bba3 · Release v2.1.5 (#28) ·
    Release 2.1.5
    
    Fixed
    
    - Enhance error messages of `errors.netbox_call/eval` - supply it with
      the connection URI.
  • 2.1.4

    56f8b140 · Release v2.1.4 (#24) ·
    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.
  • 2.1.3

    ae4b53d4 · Fix CI script ·
    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".
  • 2.1.2

    4d2b499c · Release v2.1.2 (#10) ·
    Release 2.1.2
    
    Fixed
    
    - Remove duplicate stack trace from `error.str` field
  • 2.1.1

    06b3c2e2 · Release v2.1.1 ·
    Release 2.1.1
    
    Fixed
    - `errors.new_class` options checking
  • 2.0.1

    cabbc769 · Release v2.0.1 ·
    Release version 2.0.1
    
    Fixed
    - Avoid chaining errors
    - Rock installation
  • 2.0.0

    d2632952 · Release v2.0.0 ·
    Release version 2.0.0
    
    Added
    - Implement `net.box` wrappers
    - Ldoc-based API documentation
    - Significantly refactor unit tests
    
    Removed
    - Monkey-patching `net.box`
  • 1.0.0

    fd1cc9b7 · Enable gitlab CI ·
    Release version 1.0.0
    
    Added:
    - Error classes
    - pcall wrapper
    - net.box monkeypatching