Skip to content

Releases: risingwavelabs/eris

v1.3.1

19 Sep 07:59
32ddf1e
Compare
Choose a tag to compare

feat: add PassThrough method to pass on the code and properties (#29)

v1.3.0

14 Jun 06:20
78185bb
Compare
Choose a tag to compare

feat: join error (#26)
feat: support join error match for eris.Is and eris.As (#27)
feat: support GetProperty (#24)

v1.2.3

09 Aug 08:51
3526f07
Compare
Choose a tag to compare
Merge pull request #21 from risingwavelabs/chuan/fix_is

fix: eris.Is() always returns true for two non-eris errors

v1.2.2

30 Jun 06:52
714d5f1
Compare
Choose a tag to compare

fix: start code from 0

v1.2.1

05 May 05:59
4f2f5b9
Compare
Choose a tag to compare

feat: eris.GetKVs()

v1.2.0

31 Mar 07:42
86eccf3
Compare
Choose a tag to compare
  • Fix eris.Wrap, its behavior will consistent with origin eris
  • Add new eris.With apis.

HTTP and GRPC mapping

14 Mar 08:23
bea618e
Compare
Choose a tag to compare
  • Version introduces HTTP and GRPC mapping
  • Version also changes Readme to inform users about the newly available functionality

Initial release

13 Mar 10:54
8893ebb
Compare
Choose a tag to compare

This is the initial version of the risingwave/eris library. It includes the following:

  • Extend rotisserie/eris to include error codes and additional parameters
  • Stay compatible with rotisserie/eris. This library is an extension of rotisserie/eris and aims to be a drop-in replacement
  • Add README
  • Adjust unit tests, code comments and examples
  • Update README