bdurand/sidekiq-transaction_guard

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.3

### Changed

- Updated Middleware to include Sidekiq::ClientMiddleware for Sidekiq 7.0 compatibility


## 1.0.2

### Changed

- Updated database cleaner dependency to use database_cleaner-active_record instead of deprecated database_cleaner gem.
- Added YARD doc param and return types.

## 1.0.1

### Added

- Sidekiq 6.0 compatibility

## 1.0.0

### Added

- Initial release