@chainizer/support-executor
Advanced tools
Comparing version 1.0.0-alpha.33 to 1.0.0-alpha.37
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.0.0-alpha.37"></a> | ||
# [1.0.0-alpha.37](https://gitlab.com/chainizer/chainizer-support-node/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2018-05-23) | ||
### Features | ||
* handle headers when dealing from AMQP/HTTP requests and task metadata ([1750eb4](https://gitlab.com/chainizer/chainizer-support-node/commit/1750eb4)) | ||
<a name="1.0.0-alpha.33"></a> | ||
@@ -8,0 +19,0 @@ # [1.0.0-alpha.33](https://gitlab.com/chainizer/chainizer-support-node/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2018-05-23) |
export interface Metadata { | ||
messageId?: string; | ||
transactionId?: string; | ||
headers?: { | ||
[key: string]: any; | ||
}; | ||
[key: string]: any; | ||
@@ -5,0 +8,0 @@ } |
{ | ||
"name": "@chainizer/support-executor", | ||
"version": "1.0.0-alpha.33", | ||
"version": "1.0.0-alpha.37", | ||
"description": "Task executor.", | ||
@@ -5,0 +5,0 @@ "author": "Thibault Morin", |
@@ -6,2 +6,5 @@ import {logger} from '@chainizer/support-winston'; | ||
transactionId?: string; | ||
headers?: { | ||
[key: string]: any | ||
}; | ||
@@ -8,0 +11,0 @@ [key: string]: any; |
13891
340