From 37d89b997904e1c1764291607c95c2695386fd1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:10:54 +0000 Subject: [PATCH] chore(main): release opentelemetry-instrumentation-que 0.8.0 --- .release-please-manifest.json | 2 +- instrumentation/que/CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4f2fb0487..50187e85b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -33,7 +33,7 @@ "instrumentation/mysql2": "0.25.0", "instrumentation/net_http": "0.22.4", "instrumentation/pg": "0.26.1", - "instrumentation/que": "0.7.1", + "instrumentation/que": "0.8.0", "instrumentation/rack": "0.24.0", "instrumentation/rails": "0.30.0", "instrumentation/redis": "0.25.3", diff --git a/instrumentation/que/CHANGELOG.md b/instrumentation/que/CHANGELOG.md index 6e7ffc785..f1e8a98c9 100644 --- a/instrumentation/que/CHANGELOG.md +++ b/instrumentation/que/CHANGELOG.md @@ -1,5 +1,35 @@ # Release History: opentelemetry-instrumentation-que +## [0.8.0](https://github.com/flywirecorp/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-que-v0.7.1...opentelemetry-instrumentation-que/v0.8.0) (2024-02-27) + + +### ⚠ BREAKING CHANGES + +* Move shared sql behavior to helper gems ([#529](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/529)) +* Drop support for EoL Ruby 2.7 ([#389](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/389)) +* Remove parent repo libraries ([#3](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/3)) + +### Features + +* add support for `job_options` argument ([#57](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/57)) ([47812af](https://github.com/flywirecorp/opentelemetry-ruby-contrib/commit/47812af5fc67b22ada1d4749ecdf52532ccf107a)) +* Drop support for EoL Ruby 2.7 ([#389](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/389)) ([233dfd0](https://github.com/flywirecorp/opentelemetry-ruby-contrib/commit/233dfd0dae81346e9687090f9d8dfb85215e0ba7)) + + +### Bug Fixes + +* Base config options ([#499](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/499)) ([7304e86](https://github.com/flywirecorp/opentelemetry-ruby-contrib/commit/7304e86e9a3beba5c20f790b256bbb54469411ca)) +* broken test file requirements ([#1286](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/1286)) ([3ec7d8a](https://github.com/flywirecorp/opentelemetry-ruby-contrib/commit/3ec7d8a456dbd3c9bbad7b397a3da8b8a311d8e3)) +* Drop Rails dependency for ActiveSupport Instrumentation ([#242](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/242)) ([c571ece](https://github.com/flywirecorp/opentelemetry-ruby-contrib/commit/c571ecee6283e877fb7df3ea2b01acf722410551)) +* **que:** Correctly set bulk_enqueue job options ([#573](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/573)) ([cf5f236](https://github.com/flywirecorp/opentelemetry-ruby-contrib/commit/cf5f236e91252bf9d399f8862de6f06d36b5d03d)) +* regex non-match with obfuscation limit (issue [#486](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/486)) ([#488](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/488)) ([6a9c330](https://github.com/flywirecorp/opentelemetry-ruby-contrib/commit/6a9c33088c6c9f39b2bc30247a3ed825553c07d4)) +* remove `job_options` when using `bulk_enqueue` ([#205](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/205)) ([6e89c92](https://github.com/flywirecorp/opentelemetry-ruby-contrib/commit/6e89c92f189bc6e187da06ea2af4e38531b93601)) + + +### Code Refactoring + +* Move shared sql behavior to helper gems ([#529](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/529)) ([c89d681](https://github.com/flywirecorp/opentelemetry-ruby-contrib/commit/c89d6814f167f6adf3d2f1105e62e5987c8f5f49)) +* Remove parent repo libraries ([#3](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/3)) ([3e85d44](https://github.com/flywirecorp/opentelemetry-ruby-contrib/commit/3e85d4436d338f326816c639cd2087751c63feb1)) + ### v0.8.0 / 2024-02-08 * BREAKING CHANGE: Move shared sql behavior to helper gems