lex-conditioner 0.3.4 → 0.3.5

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: e410713095495288bdfa16d6c28e16bf5c91b0237ac0fc2a66261cc19da54222
4
- data.tar.gz: 549d7480678640d62d5db32b10c731c0b765fb2aab6a8fa254b583c256c7fda6
3
+ metadata.gz: 1e1a877ff8394192d0e8c23c2fc04c3d2d3f59ca3f5a2897093ced7d81dbbbe1
4
+ data.tar.gz: 728495dace93786ae2fe526e2af36a0cad4c1567bf61751bd549e91fccc6d6d8
5
5
  SHA512:
6
- metadata.gz: a03e3e36d2fe342689417bb51e36e59916aa326cc6bb74b0c5a23465905f9a307f61c7c893e31734d7aa89d40b9f7fc75827963766cfa93003a894ed16d5f0e6
7
- data.tar.gz: ab4d6e1c2dbd451a154007a8ab1a2a7c8e01d7b66829146a6aa7c5864848ee0fa60dafd98c931cfde9d31ef941843f290927440ddbd3d1ae422593e1dcaa5b6d
6
+ metadata.gz: 2fcfd1ac9c724dbb893aa264a43f6d3dc0ac5158eb4efafdec87887442f8e204669abbb6ea589345c277fda3f589fd03881620528fd892f8b00250fba8d9f347
7
+ data.tar.gz: a5b68093b34e2fdcd95858a0363fb973c3eead249e743f4e1d1dd28c0a42aee833cc93804e15a0b74be7e79bd229c4c8ec2748e7ffec82bd5850f79516823018
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.5] - 2026-04-13
4
+
5
+ ### Added
6
+ - `:engine` to `send_task` whitelist — conditioner now forwards the engine field from the relationship hash to the downstream SubTask message
7
+
3
8
  ## [0.3.4] - 2026-03-30
4
9
 
5
10
  ### Added
@@ -41,7 +41,7 @@ module Legion
41
41
 
42
42
  def send_task(**opts)
43
43
  subtask_hash = {}
44
- %i[runner_routing_key relationship_id chain_id trigger_runner_id trigger_function_id function_id function runner_id runner_class transformation debug task_id results].each do |column| # rubocop:disable Layout/LineLength
44
+ %i[runner_routing_key relationship_id chain_id trigger_runner_id trigger_function_id function_id function runner_id runner_class transformation engine debug task_id results].each do |column| # rubocop:disable Layout/LineLength
45
45
  subtask_hash[column] = opts[column] if opts.key? column
46
46
  end
47
47
 
@@ -3,7 +3,7 @@
3
3
  module Legion
4
4
  module Extensions
5
5
  module Conditioner
6
- VERSION = '0.3.4'
6
+ VERSION = '0.3.5'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lex-conditioner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esity