Releases: envato/rack-ecg
Releases · envato/rack-ecg
v0.3.0
Changes
Added
Removed
- Breaking: Dropped support for Ruby versions < 2.7.0
New Contributors
- @andyjdavis made their first contribution in #51
- @floere made their first contribution in #53
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Added
- The
staticcheck, which uses the provided check parameters to return the same result every time.
Changed
- Breaking: The Redis check now requires being configured with an instance of the Redis client, via the named
instanceparameter - Deprecated: The
git_revisioncheck will be removed in rack-ecg version 1.0.0. For a suggested replacement, see the GitRevision Check Replacement example, which uses thestaticcheck to memoize the value.
Removed
- Breaking: Dropped support for Ruby versions < 2.6.0
v0.1.0
Added
- YARD-based gem documentation
Changed
-
Breaking: The Rack::ECG initializer now uses named options, instead of an options hash.
If you manually initialized an instance, you may need to use the
**operator to pass these options. (e.g.Rack::ECG.new(nil, **options))
Removed
- Breaking: Dropped support for Ruby versions < 2.5.0