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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 419dbfe987cf49b1862daeec19b1ab7b52bfa399d38429abac4fee1741f924aa
4
- data.tar.gz: cb258ecc6af85a941b2fcc6d836842ee64eb675955f15c5f73f3c2cc135285e0
3
+ metadata.gz: 7cb093f5c8a346040be8cdcb466da4bf5ac79ef45abb4981dfeb077e6ca52185
4
+ data.tar.gz: 2f9b9a2832d48324bb9a50050e3bdde4bb91c4ca612d8b2d0378e142db8bd9ad
5
5
  SHA512:
6
- metadata.gz: 13df909b1d9bc64a7705f1a4e02f74fb22f91642975257158f6de7cc7fd7dee8091f3a09ff54cf0da3cb630eaa80743a8fbf2303500c1a28dd9f2b31ce26c685
7
- data.tar.gz: 355aa6e608fac232d6a6a18f14dfe0488a5ac0c1ca374cd209275ee400d4c9fd7087145c854de0622bd08b67ad119304dc1a8cd3f1f100d0568de9ca772d4512
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.4.8] - 2026-03-24
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Legion
4
4
  module LLM
5
- VERSION = '0.4.8'
5
+ VERSION = '0.5.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: legion-llm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esity