@@ -14,32 +14,34 @@ Types of changes:
14
14
- ` Security ` in case of vulnerabilities.
15
15
16
16
## [ 0.4]
17
+ - Update repository configurations (vscode, github, dependabot, editorconfig)
18
+ - Prune dependencies (go mod tidy -compat=1.17)
19
+ - Bump several dependencies for security updates
20
+ - [ @janwytze ] : [ PR #21 ] Fix parent transaction linking, add more details to transactions and update to newest Sentry SDK
21
+ - [ @janwytze ] : [ PR #20 ] Add option to disable capturing the request body
22
+ - [ @paulbrittain ] : [ PR #18 ] Add option to set operation name override.
17
23
18
24
## [ 0.3]
19
-
20
- ### Changed
21
-
22
25
- Update to v0.20 version of Sentry SDK (and indirects).
23
26
- Update to v1.54.0 version of gRPC SDK (and indirects).
24
27
- Update to v1.4.0 version of gRPC Middleware (and indirects).
25
28
26
29
## [ 0.2]
27
-
28
- ### Fixed
29
-
30
30
- [ @GTB3NW ] : [ PR #4 ] passes the span and context as intended by Sentry SDK.
31
31
32
32
## [ 0.1]
33
-
34
- ### Fixed
35
-
36
33
- [ @slavaromanov ] : [ PR #3 ] exports functions and option types for client/server interceptors.
37
34
38
- [ Unreleased ] : https://github.com/johnbellone/grpc-middleware-sentry/compare/v0.2 .0...HEAD
35
+ [ Unreleased ] : https://github.com/johnbellone/grpc-middleware-sentry/compare/v0.4 .0...HEAD
39
36
[ 0.3 ] : https://github.com/johnbellone/grpc-middleware-sentry/tree/v0.3.0
40
37
[ 0.2 ] : https://github.com/johnbellone/grpc-middleware-sentry/tree/v0.2.0
41
38
[ 0.1 ] : https://github.com/johnbellone/grpc-middleware-sentry/tree/v0.1.0
42
39
[ @slavaromanov ] : https://github.com/slavaromanov
43
40
[ @GTB3NW ] : https://github.com/GTB3NW
41
+ [ @paulbrittain ] : https://github.com/paulbrittain
42
+ [ @janwytze ] : https://github.com/janwytze
43
+ [ PR#21 ] : https://github.com/johnbellone/grpc-middleware-sentry/pull/21
44
+ [ PR#20 ] : https://github.com/johnbellone/grpc-middleware-sentry/pull/20
45
+ [ PR#18 ] : https://github.com/johnbellone/grpc-middleware-sentry/pull/18
44
46
[ PR#4 ] : https://github.com/johnbellone/grpc-middleware-sentry/pull/4
45
47
[ PR#3 ] : https://github.com/johnbellone/grpc-middleware-sentry/pull/3
0 commit comments