Skip to content

v2.0.0

Choose a tag to compare

@codibrebot codibrebot released this 07 Jan 23:38
· 12 commits to master since this release

2.0.0 (2023-01-07)

Features

  • adding legacy grpc lib support (#9) (45a7f3d)

BREAKING CHANGES

  • The library contract needed to be changed in order to keep functionalities compatible between both versions.
    Although the contract must be almost equal some things like error catching have behaved differently between them. Due to that,
    we chose an approach that works for both packages, but we need to break the contract.