Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 1.5 KB

Unreleased

1.2.0

  • [Technically breaking] Use github.com/srvc/fail v4.1.1 #21

1.1.0

  • Use go mod instead of dep #20

1.0.0

  • [Breaking] Expand error handler interfaces #11
  • Add new error handler for catching reportable errors for unary server #12
  • [Behavioral change] Use codes.Unknown on WithStatusCodeMap when a status code is unknown #14
  • [Behavioral change] Map status code only when grpc/codes.Code has not been set #15
  • [Behavioral change] WithStatusCodeMap: return original error when no code is found #16
  • Add WithGrpcStatusUnwrapper #16
  • Add error handler for stream servers #17
  • Move from izumin5210/grpc-errors to srvc/grpc-errors #19
  • [Breaking] Use srvc/fail instead of creasty/apperrors #18

0.2.0

  • Add WithAppErrorHandler #7
  • [Breaking] Make error handlers receive request contexts #8
  • [Breaking] Add new status code mapper handler impl #9
  • Improve readme #10

0.1.0

Initial release.