Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix CHANGELOGs to reflect a past breaking change #1038

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

### v0.6.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.5.2 / 2023-08-03

Expand Down
4 changes: 2 additions & 2 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@

### v0.50.1 / 2023-09-07

* FIXED: Align messaging instrumentation operation names (Resque)
* BREAKING CHANGE: Align messaging instrumentation operation names (Resque)

### v0.50.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.40.0 / 2023-08-07

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/aws_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### v0.5.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.4.2 / 2023-08-03

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/bunny/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

### v0.21.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.20.1 / 2023-06-05

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/delayed_job/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

### v0.21.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.20.1 / 2023-06-05

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/que/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### v0.7.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.6.2 / 2023-08-07

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/racecar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### v0.3.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.2.1 / 2023-06-05

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/rails/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

### v0.28.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.27.1 / 2023-06-05

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/rdkafka/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

### v0.4.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.3.2 / 2023-07-21

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/ruby_kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### v0.21.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.20.2 / 2023-08-09

Expand Down
4 changes: 2 additions & 2 deletions instrumentation/sidekiq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

### v0.25.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names

* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
*
### v0.24.4 / 2023-08-07

* FIXED: Allow traces inside jobs while avoiding Redis noise
Expand Down