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

release: Release 3 gems #513

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 5 additions & 0 deletions instrumentation/dalli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-dalli

### v0.11.0 / 2020-12-11

* ADDED: Add peer service config to dalli
* ADDED: Move utf8 encoding to common utils

### v0.10.0 / 2020-12-03

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Dalli
VERSION = '0.10.0'
VERSION = '0.11.0'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/mysql2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-mysql2

### v0.11.0 / 2020-12-11

* ADDED: Add peer service config to mysql

### v0.10.1 / 2020-12-09

* FIXED: Semantic conventions db.type -> db.system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Mysql2
VERSION = '0.10.1'
VERSION = '0.11.0'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-redis

### v0.11.0 / 2020-12-11

* ADDED: Accept config for redis peer service attribute
* ADDED: Move utf8 encoding to common utils

### v0.10.1 / 2020-12-09

* FIXED: Semantic conventions db.type -> db.system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Redis
VERSION = '0.10.1'
VERSION = '0.11.0'
end
end
end