File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
lib/sidekiq/memory_logger Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.2.0]
4+
5+ - Fixed compatibility with ActiveJob, we now correctly report the wrapped class
6+ - Removed Rails logger test mocks in favor of real integration testing
7+
8+ ## [ 0.1.1]
9+
10+ - Renamed gem from ` sidekiq-memory-logger ` to ` sidekiq-memory_logger ` for consistency with Ruby naming conventions
11+
12+ ## [ 0.1.0]
13+
14+ - Object allocation tracking using ` GC.stat[:total_allocated_objects] `
15+ - Queue filtering configuration to selectively monitor specific queues
16+ - Performance benchmarking using sidekiqload tool
17+ - Support for custom callbacks (StatsD, New Relic, Datadog examples)
18+ at: ` [MemoryLogger] job=MyJob queue=default memory_mb=15.2 objects=12345 `
19+
Original file line number Diff line number Diff line change 22
33module Sidekiq
44 module MemoryLogger
5- VERSION = "0.1.1 "
5+ VERSION = "0.2.0 "
66 end
77end
You can’t perform that action at this time.
0 commit comments