philiprehberger-structured_logger 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/README.md +1 -1
- data/lib/philiprehberger/structured_logger/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b3230eab6b7394adea5314bf091a3ae978189d02eaa09b5fc7257f1afe5796e
|
|
4
|
+
data.tar.gz: acf0e4296008ce95aed213327dd73735e10024c87c3d0e5617602ceafedde2cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a206cfb660dbae07990d99bc147684b78d46756c4ca247031a24716b5110038cac6271bb07133cbe7f647197f701e674dbc0e82b52a777f668aa0c76153abfbc
|
|
7
|
+
data.tar.gz: 39337e957f53ffbbcf80b80486a86d4cc7c7b70123b4c7c7aa99f3c252251457b4c3a60fb0230df9e4bf8508234979bbeb73e692b81c61350393be4d8fc088c5
|
data/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
## [0.3.2] - 2026-03-24
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Align README one-liner with gemspec summary
|
|
14
|
+
- Fix stray character in CHANGELOG formatting
|
|
15
|
+
|
|
16
|
+
## [0.3.1] - 2026-03-22
|
|
10
17
|
|
|
11
18
|
### Changed
|
|
12
19
|
- Update rubocop configuration for Windows compatibility
|
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://rubygems.org/gems/philiprehberger-structured_logger)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
7
|
-
Structured JSON logger with context
|
|
7
|
+
Structured JSON logger with context and child loggers
|
|
8
8
|
|
|
9
9
|
## Requirements
|
|
10
10
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: philiprehberger-structured_logger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Philip Rehberger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A zero-dependency Ruby gem for structured JSON logging with context merging,
|
|
14
14
|
child loggers, level filtering, and pluggable outputs.
|