Skip to content

Commit 4676726

Browse files
committed
release: update changlog for 0.4
1 parent 19311b3 commit 4676726

File tree

2 files changed

+13
-1688
lines changed

2 files changed

+13
-1688
lines changed

CHANGELOG.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,34 @@ Types of changes:
1414
- `Security` in case of vulnerabilities.
1515

1616
## [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.
1723

1824
## [0.3]
19-
20-
### Changed
21-
2225
- Update to v0.20 version of Sentry SDK (and indirects).
2326
- Update to v1.54.0 version of gRPC SDK (and indirects).
2427
- Update to v1.4.0 version of gRPC Middleware (and indirects).
2528

2629
## [0.2]
27-
28-
### Fixed
29-
3030
- [@GTB3NW]: [PR#4] passes the span and context as intended by Sentry SDK.
3131

3232
## [0.1]
33-
34-
### Fixed
35-
3633
- [@slavaromanov]: [PR#3] exports functions and option types for client/server interceptors.
3734

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
3936
[0.3]: https://github.com/johnbellone/grpc-middleware-sentry/tree/v0.3.0
4037
[0.2]: https://github.com/johnbellone/grpc-middleware-sentry/tree/v0.2.0
4138
[0.1]: https://github.com/johnbellone/grpc-middleware-sentry/tree/v0.1.0
4239
[@slavaromanov]: https://github.com/slavaromanov
4340
[@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
4446
[PR#4]: https://github.com/johnbellone/grpc-middleware-sentry/pull/4
4547
[PR#3]: https://github.com/johnbellone/grpc-middleware-sentry/pull/3

0 commit comments

Comments
 (0)