Skip to content

[0.6.0] - 2020-09-11

Compare
Choose a tag to compare
@jhecking jhecking released this 11 Sep 04:26
· 53 commits to master since this release
  • Bug Fixes

    • Shrink connection buffers to avoid unbounded memory allocation. (#83) Thanks to @soro!
  • New Features

    • Big update for operations: (#79) Thanks to @jonas32!
      • Added operation contexts for nested operations.
      • Added missing list operations, list policies, and ordered lists.
      • Added missing map operations.
      • Added bitwise operations.
      • CAUTION: This is a breaking change. The policy and return types for Lists require additional parameters for the cdt op functions.
  • Updates

    • Restrict Travis CI tests to stable/beta/nightly. (#84)