We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac8d64 commit 0c42433Copy full SHA for 0c42433
2 files changed
CHANGELOG.md
@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Changed
11
12
+## [0.1.11] - 2026-01-28
13
+
14
+### Changed
15
16
+- **Dev**: Added jscpd task/config and refactored repeated helpers in tests and codegen
17
18
+### Fixed
19
20
+- **Fix**: Restore request logs in Puma cluster mode by reopening SemanticLogger in forked workers
21
+- **Fix**: Normalize ActiveJob and GoodJob timestamps to real wall clock time
22
+- **Fix**: Tagged logging now emits `msg` instead of `message` for AMS-style logs
23
24
## [0.1.10] - 2026-01-23
25
26
### Added
lib/log_struct/version.rb
@@ -2,5 +2,5 @@
2
# frozen_string_literal: true
3
4
module LogStruct
5
- VERSION = "0.1.10"
+ VERSION = "0.1.11"
6
end
0 commit comments