lex-transformer 0.3.6 → 0.3.7

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: 10e195224847a9d3119c19f1569959d35b68201f84e30ca0ec4cf8627e674be0
4
- data.tar.gz: 414298a96a53d1f5ad820444bc6e73f0eb271dbe707aa61b3cc2eecf1532bc95
3
+ metadata.gz: d45ae08feaf4e17a4a31b92d0e50d294cbd6a427e01b988554f8c6e850a4a212
4
+ data.tar.gz: 896baf395dd7e9e00fc87cbc1f0408ada3e1d3d3e3d21a924efc84df7dfb3af8
5
5
  SHA512:
6
- metadata.gz: 18888c7c12edbc4776272f958088a096d6106d776c5c43af9bb772c31694dc4473b7d098c8c79e9eac3e45e3f65a796e2a2eb485fa25a70f515586232417c614
7
- data.tar.gz: 9bfbe539fe75e4283c94b0913884c3012d22f1a03cc1a0dd33d06346898934b52386be4ce3f51e97acda2e2aa5d74b700981688749a0565a6710f5ad59f8c7ae
6
+ metadata.gz: 5ee84c27cb57e96f8a9ed7b7acd24bdee00260089532dea58ef3ba040653ebb7187e5289859c348cd2fac680371dcf522edf24a98e98b21ef5db4149780bcc0b
7
+ data.tar.gz: 2cdd8dce00fb93f6d4e80a32bb4f4ff7e9a18beefb5a36fca48db44dc15a6262fad7d37cc8026e0665239dca9d9e74125766f689722707427e85c84801030584
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.7] - 2026-04-13
4
+
5
+ ### Added
6
+ - `:engine` to `send_task` whitelist — transformer now forwards the explicit engine parameter from the relationship row to the downstream dispatch message
7
+
3
8
  ## [0.3.6] - 2026-03-30
4
9
 
5
10
  ### Changed
@@ -77,7 +77,7 @@ module Legion
77
77
 
78
78
  def send_task(**opts)
79
79
  payload = {}
80
- %i[task_id relationship_id trigger_function_id runner_class function_id function chain_id debug args].each do |thing|
80
+ %i[task_id relationship_id trigger_function_id runner_class function_id function chain_id debug engine args].each do |thing|
81
81
  payload[thing] = opts[thing] if opts.key? thing
82
82
  end
83
83
 
@@ -3,7 +3,7 @@
3
3
  module Legion
4
4
  module Extensions
5
5
  module Transformer
6
- VERSION = '0.3.6'
6
+ VERSION = '0.3.7'
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-transformer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esity