Skip to content

Commit

Permalink
release: update changlog for 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbellone committed Apr 19, 2024
1 parent 19311b3 commit 4676726
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1,688 deletions.
22 changes: 12 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,34 @@ Types of changes:
- `Security` in case of vulnerabilities.

## [0.4]
- Update repository configurations (vscode, github, dependabot, editorconfig)
- Prune dependencies (go mod tidy -compat=1.17)
- Bump several dependencies for security updates
- [@janwytze]: [PR#21] Fix parent transaction linking, add more details to transactions and update to newest Sentry SDK
- [@janwytze]: [PR#20] Add option to disable capturing the request body
- [@paulbrittain]: [PR#18] Add option to set operation name override.

## [0.3]

### Changed

- Update to v0.20 version of Sentry SDK (and indirects).
- Update to v1.54.0 version of gRPC SDK (and indirects).
- Update to v1.4.0 version of gRPC Middleware (and indirects).

## [0.2]

### Fixed

- [@GTB3NW]: [PR#4] passes the span and context as intended by Sentry SDK.

## [0.1]

### Fixed

- [@slavaromanov]: [PR#3] exports functions and option types for client/server interceptors.

[Unreleased]: https://github.com/johnbellone/grpc-middleware-sentry/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/johnbellone/grpc-middleware-sentry/compare/v0.4.0...HEAD
[0.3]: https://github.com/johnbellone/grpc-middleware-sentry/tree/v0.3.0
[0.2]: https://github.com/johnbellone/grpc-middleware-sentry/tree/v0.2.0
[0.1]: https://github.com/johnbellone/grpc-middleware-sentry/tree/v0.1.0
[@slavaromanov]: https://github.com/slavaromanov
[@GTB3NW]: https://github.com/GTB3NW
[@paulbrittain]: https://github.com/paulbrittain
[@janwytze]: https://github.com/janwytze
[PR#21]: https://github.com/johnbellone/grpc-middleware-sentry/pull/21
[PR#20]: https://github.com/johnbellone/grpc-middleware-sentry/pull/20
[PR#18]: https://github.com/johnbellone/grpc-middleware-sentry/pull/18
[PR#4]: https://github.com/johnbellone/grpc-middleware-sentry/pull/4
[PR#3]: https://github.com/johnbellone/grpc-middleware-sentry/pull/3
Loading

0 comments on commit 4676726

Please sign in to comment.