Skip to content

Releases: envato/rack-ecg

v0.3.0

08 Sep 01:46
v0.3.0
68f1e19
Compare
Choose a tag to compare

Changes

Added

  • (#53) Add a configuration option for the unhealthy status code - thanks @floere!

Removed

  • Breaking: Dropped support for Ruby versions < 2.7.0

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

21 Feb 04:19
v0.2.0
Compare
Choose a tag to compare

Added

  • The static check, 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 instance parameter
  • Deprecated: The git_revision check will be removed in rack-ecg version 1.0.0. For a suggested replacement, see the GitRevision Check Replacement example, which uses the static check to memoize the value.

Removed

  • Breaking: Dropped support for Ruby versions < 2.6.0

v0.1.0

17 Dec 23:40
v0.1.0
d1aebcc
Compare
Choose a tag to compare

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