Skip to content

Commit 53f21c0

Browse files
fix: empty the changelog so that it can be picked up by toys
1 parent bc4650f commit 53f21c0

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

instrumentation/grpc/CHANGELOG.md

-27
Original file line numberDiff line numberDiff line change
@@ -1,28 +1 @@
11
# Release History: opentelemetry-instrumentation-grpc
2-
3-
### v0.2.0 / 2025-02-11
4-
5-
* First release of the gem after the donation
6-
7-
* BREAKING CHANGE: Set minimum supported version to Ruby 3.1
8-
9-
* BREAKING CHANGE: Manual stub instrumentation via interceptor setup is now obsolete. After OpenTelemetry is installed, every new stub instance is automatically instrumented. This aligns the instrumentation behavior with other libraries, eliminating the need for users to manually add interceptors.
10-
11-
* FIXED: Refactored instrumentation from patch-style to use interceptors.
12-
13-
### v0.1.3 / 2024-09-11
14-
15-
* FIXED: Fix error in handling of non-gRPC errors
16-
* FIXED: Fix error in method signature for OpenTelemetry::Instrumentation::Grpc.client_interceptor [#1](https://github.com/hibachrach/opentelemetry-instrumentation-grpc/pull/1)
17-
18-
### v0.1.2 / 2024-06-26
19-
20-
* FIXED: Align span naming with spec
21-
22-
### v0.1.1 / 2024-06-26
23-
24-
* FIXED: Fix `uninitialized constant Interceptors` error
25-
26-
### v0.1.0 / 2024-06-18
27-
28-
* Initial release

0 commit comments

Comments
 (0)