Releases: dry-rb/dry-monitor
Releases · dry-rb/dry-monitor
v1.0.1
v1.0.0
Changed
- This version is compatible with recently released dry-rb dependencies (@flash-gordon)
- Bumped version to 1.0.0 (@solnic)
v0.7.0
v0.6.3
Fixed
- Extensions were excluded from auto-loading. They to be loaded manually (addresses #49) (@flash-gordon)
v0.6.2
v0.6.1
v0.6.0
Added
- Zeitwerk integration 🎉 so that you can simply do
require "dry/monitor"
and other constants will be auto-loaded on demand (via #47) (@gmcgibbon)
v0.5.0
v0.4.0
v0.3.2
Fixed
- Ensure
Dry::Monitor::Rack::Middleware
is compatible withRack::Builder#use
(@jodosha)
Changed
- Performance improvements (@davydovanton)