Changelog ========= ## 2.2.0 07/06/2023 * Stop using the follows from relationship for sidekiq job executions ## 2.1.0 11/29/2022 * Fix compatibility issues in server & client middleware by removing deprecated #log in favor of #log_kv ## 2.0.0 09/26/2022 * Update for Ruby 3 compatibiity * Middlewares now take positional arguments rather than using keywords ## 1.2.2 09/08/2020 * Add optional after_trace hook to ClientMiddleware ## 1.2.1 07/09/2020 * Ensure child spans are nested under the root Sidekiq span in the trace ## 1.2.0 05/28/2020 * Ignore active scope in consumers ## 1.1.0 05/27/2020 * Set up build pipeline with circleci and gem-publisher * Fixed linting issues * Renamed gem to `sidekiq-instrumentation`