# Release History: opentelemetry-instrumentation-grape ### v0.2.0 / 2024-07-02 * ADDED: Make the install of rack instrumentation by grape instrumentation optional ### v0.1.8 / 2024-05-14 * DOCS: Instrumentation Authors Guide ### v0.1.7 / 2024-04-30 * FIXED: Bundler conflict warnings ### v0.1.6 / 2023-11-23 * CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727) ### v0.1.5 / 2023-10-31 * FIXED: Remove dependency on ActiveSupport core extensions from Grape instrumentation ### v0.1.4 / 2023-08-02 * FIXED: Fix opentelemetry-api version constraint in grape gemspec ### v0.1.3 / 2023-06-05 * FIXED: Base config options ### v0.1.2 / 2023-05-02 * FIXED: Grape Instrumentation handle status code symbol ### v0.1.1 / 2023-04-26 * FIXED: Set grape.formatter.type to 'custom' for non-Grape formatters ### v0.1.0 / 2023-04-17 * Initial release.