legion-llm 0.4.8 → 0.5.0
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 +2 -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: 7cb093f5c8a346040be8cdcb466da4bf5ac79ef45abb4981dfeb077e6ca52185
|
|
4
|
+
data.tar.gz: 2f9b9a2832d48324bb9a50050e3bdde4bb91c4ca612d8b2d0378e142db8bd9ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4423d71ca5b3d094368423966e0164f8a665c6ada34f42956a91af6404b5e4e31200bc45ece9e60ce9799c25c2e91b15ef6ef7329af85b2acf5e56aa928566f8
|
|
7
|
+
data.tar.gz: db245493e395d23f4e3ece05243992d705bf1e589baffd7e0737a980d239d0b62304b023f29b91be7747c900cca206fac0e61207dca20617303b087962302952
|
data/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Legion LLM Changelog
|
|
2
2
|
|
|
3
|
-
## [0.
|
|
3
|
+
## [0.5.0] - 2026-03-24
|
|
4
4
|
|
|
5
5
|
### Changed
|
|
6
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
|
+
- Minor version bump: this is the culmination of Plans 1-6, Phase B governance, and consumer migration Waves 0-5 across 48 call sites in 9 repos
|
|
7
8
|
|
|
8
9
|
### Added
|
|
9
10
|
- Pre-rollout integration test suite (20 specs) covering caller propagation, profile skip lists, streaming, conversation round-trip, error typing, and graceful degradation
|
data/lib/legion/llm/version.rb
CHANGED