Skip to content

Commit 344a94c

Browse files
authored
0.2.0 (#31)
1 parent 16a7abe commit 344a94c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+

lib/sidekiq/memory_logger/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Sidekiq
44
module MemoryLogger
5-
VERSION = "0.1.1"
5+
VERSION = "0.2.0"
66
end
77
end

0 commit comments

Comments
 (0)