Changelog
0.11.9
hull.asUser(user)
client.as
alias and deprecation noticeChangelog
0.11.8
client.asUser({ id, email }).logger("incoming.user.success");
Changelog
0.11.7
firehoseUrl
option to the Hull API clientfirehoseUrl
param, if not set defaults to ${protocol}://firehose.${domain}
Hull-Organization
header to firehose callsnotifHandler
working with handlers returning promise rejected to undefined valueChangelog
0.11.6
bull
adapter try 3 times before failing a job and cleaning completed jobsundefined
in segments
param while parsing batch requestChangelog
0.11.5
bull
queue adapter using OptimalBits/bull libraryqueueUiRouter
to allow working with different adaptersip
and time
context param to traits callChangelog
0.11.4
queueName
as first argument to the connector.startWorker
methodqueueName
as option to the ctx.enqueue
methodChangelog
0.11.3
timeout
and retry
to client api calls options; when defined thogether timeout specifies number of miliseconds after which the connection would be timeouted and retry specifies number of miliseconds when the retry will be done after the timeoutclient.get
method retries twice calls when error 503 is returned