Skip to content

Latest commit

 

History

History
198 lines (89 loc) · 4.41 KB

CHANGELOG.md

File metadata and controls

198 lines (89 loc) · 4.41 KB

1.0.1 2022-11-17

Added

  • Extend Clock with support for configurable units (via #50) (@solnic)

Compare v1.0.0...v1.0.1

1.0.0 2022-11-04

Changed

  • This version is compatible with recently released dry-rb dependencies (@flash-gordon)
  • Bumped version to 1.0.0 (@solnic)

Compare v0.7.0...v1.0.0

0.7.0 2022-10-15

Changed

  • Bump dry-core to >= 0.9.0 (@flash-gordon)

Compare v0.6.3...v0.7.0

0.6.3 2022-08-11

Fixed

  • Extensions were excluded from auto-loading. They to be loaded manually (addresses #49) (@flash-gordon)

Compare v0.6.2...v0.6.3

0.6.2 2022-08-10

Fixed

  • Exclude VERSION constant from autoload (fixes #49) (@flash-gordon)

Compare v0.6.1...v0.6.2

0.6.1 2022-07-11

Fixed

  • Include dry-core's constants in Notifications (fixes #46) (@solnic)

Compare v0.6.0...v0.6.1

0.6.0 2022-07-10

Added

  • Zeitwerk integration 🎉 so that you can simply do require "dry/monitor" and other constants will be auto-loaded on demand (via #47) (@gmcgibbon)

Compare v0.5.0...v0.6.0

0.5.0 2021-09-12

Changed

  • [internal] Upgraded to new setting API provided in dry-configurable 0.13.0 (@timriley in #43)

Compare v0.4.0...v0.5.0

0.4.0 2021-04-09

Fixed

  • Compatibility with MRI 3.0 (@alex-damian-negru)

Compare v0.3.2...v0.4.0

0.3.2 2020-04-09

Fixed

  • Ensure Dry::Monitor::Rack::Middleware is compatible with Rack::Builder#use (@jodosha)

Changed

  • Performance improvements (@davydovanton)

Compare v0.3.1...v0.3.2

0.3.1 2019-06-18

Fixed

  • Uninitialized constant Dry::Monitor::Notifications::EMPTY_HASH when no payload given (@mensfeld)

Compare v0.3.0...v0.3.1

0.3.0 2019-01-29

Fixed

  • cannot load such file -- rack/utils (mensfeld)

Changed

  • Make rack logger into a plugin (mensfeld)
  • Make sql logger into a plugin (mensfeld)

Compare v0.2.0...v0.3.0

0.2.0 2018-01-21

Changed

  • Make rouge an optional dependency (davydovanton & mensfeld)

Compare v0.1.2...v0.2.0

0.1.2 2018-01-04

Fixed

  • Rack logger no longer prevents arbitrary payload in :error events (solnic)

Compare v0.1.1...v0.1.2

0.1.1 2018-01-03

Fixed

  • Query params containing arrays of primitives (e.g. ?ids[]=1&ids[]=2) no longer crash the logger (timriley)

Compare v0.1.0...v0.1.1

0.1.0 2018-01-02

Fixed

  • Query params are logged correctly via rack middleware (solnic)

Changed

  • Uses dry-events for notifications (solnic)

Compare v0.0.3...v0.1.0

0.0.3 2017-08-28

Changed

  • Update default theme setting for compatibility with latest version of rouge (alexandru-calinoiu)
  • Require latest version of rouge gem (timriley)

Compare v0.0.2...v0.0.3

0.0.2 2017-02-02

Added

  • Dry::Monitor::Rack::Middleware#on shortcut (solnic)
  • Dry::Monitor::Rack::Middleware#instrument shortcut (solnic)
  • Dry::Monitor::SQL::Logger can be configured with a custom message template (solnic)

Changed

  • Dry::Monitor::Rack::Logger#{subscribe=>attach} and now it accepts a rack middleware instance (solnic)
  • Dry::Monitor::Rack::Logger appends new lines when logging :rack.request.stop events (solnic)

Compare v0.0.1...v0.0.2

0.0.1 2017-02-01

First public release