Skip to content

Commit

Permalink
chore(main): release opentelemetry-instrumentation-grape 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 21, 2024
1 parent c95e919 commit f41b897
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"helpers/mysql": "0.0.0",
"helpers/sql_obfuscation": "0.0.0",
"instrumentation/gruf": "0.1.1",
"instrumentation/grape": "0.1.6",
"instrumentation/grape": "0.1.7",
"instrumentation/racecar": "0.3.0",
"instrumentation/rake": "0.2.1",
"instrumentation/rdkafka": "0.4.2",
Expand Down
19 changes: 19 additions & 0 deletions instrumentation/grape/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release History: opentelemetry-instrumentation-grape

## [0.1.7](https://github.com/yoheyk/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-grape-v0.1.6...opentelemetry-instrumentation-grape/v0.1.7) (2024-02-21)


### Features

* add Grape instrumentation ([#394](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/394)) ([98baa88](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/98baa88ed0979702f56b804b34f397debe9bbaad))
* Use Rack Middleware Helper ([#428](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/428)) ([78a137e](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/78a137e6e95e4f4358e9a0f46d5e3e929e9f35be))


### Bug Fixes

* Base config options ([#499](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/499)) ([7304e86](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/7304e86e9a3beba5c20f790b256bbb54469411ca))
* Fix opentelemetry-api version constraint in grape gemspec ([#604](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/604)) ([76c3eac](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/76c3eacf1e770f97ffd557ed694db929456a1db9))
* Grape Instrumentation handle status code symbol ([#448](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/448)) ([cf8982a](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/cf8982a595d06400dde814aad9818bf2a8218428))
* regex non-match with obfuscation limit (issue [#486](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/486)) ([#488](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/488)) ([6a9c330](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/6a9c33088c6c9f39b2bc30247a3ed825553c07d4))
* Remove dependency on ActiveSupport core extensions from Grape instrumentation ([#706](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/706)) ([c5f5c58](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/c5f5c5886295e2fdf06e162178f6a1af91630c70))
* remove redundant require statement for 'rack' from grape instrumentation ([#450](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/450)) ([caf47c1](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/caf47c1c92b465f734222347f0813ac4f0bb06bb))
* Set grape.formatter.type to 'custom' for non-Grape formatters ([#444](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/444)) ([673ab6e](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/673ab6e4af1f62de556a99be436a3e2f0179d094))

### v0.1.6 / 2023-11-23

* CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Instrumentation
module Grape
# Current gem version
VERSION = '0.1.6'
VERSION = '0.1.7'
end
end
end

0 comments on commit f41b897

Please sign in to comment.