File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Unreleased
2
+
3
+ ## 1.2.0
4
+
5
+ - [ Technically breaking] Use github.com/srvc/fail v4.1.1 https://github.com/srvc/grpc-errors/pull/21
6
+
7
+ ## 1.1.0
8
+
9
+ - Use go mod instead of dep https://github.com/srvc/grpc-errors/pull/20
10
+
11
+ ## 1.0.0
12
+
13
+ - [ Breaking] Expand error handler interfaces https://github.com/srvc/grpc-errors/pull/11
14
+ - Add new error handler for catching reportable errors for unary server https://github.com/srvc/grpc-errors/pull/12
15
+ - [ Behavioral change] Use codes.Unknown on WithStatusCodeMap when a status code is unknown https://github.com/srvc/grpc-errors/pull/14
16
+ - [ Behavioral change] Map status code only when grpc/codes.Code has not been set https://github.com/srvc/grpc-errors/pull/15
17
+ - [ Behavioral change] WithStatusCodeMap: return original error when no code is found https://github.com/srvc/grpc-errors/pull/16
18
+ - Add ` WithGrpcStatusUnwrapper ` https://github.com/srvc/grpc-errors/pull/16
19
+ - Add error handler for stream servers https://github.com/srvc/grpc-errors/pull/17
20
+ - Move from izumin5210/grpc-errors to srvc/grpc-errors https://github.com/srvc/grpc-errors/pull/19
21
+ - [ Breaking] Use srvc/fail instead of creasty/apperrors https://github.com/srvc/grpc-errors/pull/18
22
+
23
+
24
+ ## 0.2.0
25
+
26
+ - Add ` WithAppErrorHandler ` https://github.com/srvc/grpc-errors/pull/7
27
+ - [ Breaking] Make error handlers receive request contexts https://github.com/srvc/grpc-errors/pull/8
28
+ - [ Breaking] Add new status code mapper handler impl https://github.com/srvc/grpc-errors/pull/9
29
+ - Improve readme https://github.com/srvc/grpc-errors/pull/10
30
+
31
+ ## 0.1.0
32
+
33
+ Initial release.
You can’t perform that action at this time.
0 commit comments