legion-llm 0.4.7 → 0.4.8
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 +11 -0
- data/lib/legion/llm/settings.rb +1 -1
- data/lib/legion/llm/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 419dbfe987cf49b1862daeec19b1ab7b52bfa399d38429abac4fee1741f924aa
|
|
4
|
+
data.tar.gz: cb258ecc6af85a941b2fcc6d836842ee64eb675955f15c5f73f3c2cc135285e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13df909b1d9bc64a7705f1a4e02f74fb22f91642975257158f6de7cc7fd7dee8091f3a09ff54cf0da3cb630eaa80743a8fbf2303500c1a28dd9f2b31ce26c685
|
|
7
|
+
data.tar.gz: 355aa6e608fac232d6a6a18f14dfe0488a5ac0c1ca374cd209275ee400d4c9fd7087145c854de0622bd08b67ad119304dc1a8cd3f1f100d0568de9ca772d4512
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Legion LLM Changelog
|
|
2
2
|
|
|
3
|
+
## [0.4.8] - 2026-03-24
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- **Pipeline enabled by default** (`pipeline_enabled: true`) — all `Legion::LLM.chat(message:)` calls now route through the 18-step pipeline with RBAC, classification, billing, audit, and tracing
|
|
7
|
+
|
|
8
|
+
### Added
|
|
9
|
+
- Pre-rollout integration test suite (20 specs) covering caller propagation, profile skip lists, streaming, conversation round-trip, error typing, and graceful degradation
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- OpenInference spec compatibility with pipeline-enabled default
|
|
13
|
+
|
|
3
14
|
## [0.4.7] - 2026-03-23
|
|
4
15
|
|
|
5
16
|
### Fixed
|
data/lib/legion/llm/settings.rb
CHANGED
data/lib/legion/llm/version.rb
CHANGED