Skip to content

Commit b03a344

Browse files
github-actions[bot]opentelemetrybotkaylareopelle
authored
release: Release opentelemetry-instrumentation-grpc 0.2.0 (#1466)
* release: Release opentelemetry-instrumentation-grpc 0.2.0 (initial release) First release of the gRPC instrumentation gem from the OpenTelemetry account. Previously, this gem was owned by @hibachrach. * chore: Update CHANGELOG, version * chore: Add hibachrach to cspell --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent ed25fee commit b03a344

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.cspell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ words:
3838
- gemfile
3939
- Gitter
4040
- gruf
41+
- hibachrach
4142
- HTTPX
4243
- httpx
4344
- instrumenter

instrumentation/grpc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History: opentelemetry-instrumentation-grpc
22

3+
### v0.2.0 / 2025-04-02
4+
5+
* ADDED: Add gRPC trace demonstration
6+
* ADDED: Migrate gRPC instrumentation to OpenTelemetry tooling
7+
* ADDED: Transferred ownership of the gem from @hibachrach to OpenTelemetry
8+
39
### v0.1.3 / 2024-09-11
410

511
* FIXED: Fix error in handling of non-gRPC errors

instrumentation/grpc/lib/opentelemetry/instrumentation/grpc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module Grpc
10-
VERSION = '0.1.3'
10+
VERSION = '0.2.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)