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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5aa74c584bdfa93c5203fd45c3d6b08050dcba02764c318b835cf77676544220
4
- data.tar.gz: 20d99377a3e05d8f91718cfce83f76cf7f42244358047268765b22d486f4f073
3
+ metadata.gz: 419dbfe987cf49b1862daeec19b1ab7b52bfa399d38429abac4fee1741f924aa
4
+ data.tar.gz: cb258ecc6af85a941b2fcc6d836842ee64eb675955f15c5f73f3c2cc135285e0
5
5
  SHA512:
6
- metadata.gz: e84f1a8069c65895aa130a4083add77e9c0441bc0bbc6843730e277cfb33a178393ad826f7667e4ca179fa8ab2902f0ce875841bfb3fc4a66f7da2e19f660649
7
- data.tar.gz: 0f4f615bbc3238726ff922bb8890db4cd67c7171210a1be35d71853d88dd6b59617ababb26cf1b86f023f96ea799386cb95a02941e3940cf107b415e7c20b4a6
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
@@ -8,7 +8,7 @@ module Legion
8
8
  {
9
9
  enabled: true,
10
10
  connected: false,
11
- pipeline_enabled: false,
11
+ pipeline_enabled: true,
12
12
  default_model: model_override,
13
13
  default_provider: nil,
14
14
  providers: providers,
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Legion
4
4
  module LLM
5
- VERSION = '0.4.7'
5
+ VERSION = '0.4.8'
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.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esity