Changelog
0.12.1
req.hull.cache.wrap
and req.hull.cache.set
methods to set custom TTLHULL_ENV
env variable to mark the environment passed to Sentry integration (default to production when not set)Changelog
0.12.0
client.utils.extract.handle
replaced by ctx.helpers.handleExtract
client.utils.extract.request
replaced by ctx.helpers.requestExtract
lib/utils/batchHandler
in favour of lib/utils/notifHandler
service
param on Hull.Connector
in favor of custom middleware using .use
methodQueueAgent
instance now accepts QueueAdapter
instance instead of it's name. Load you adapter now like this:
import BullAdapter from "hull/lib/infra/queue/adapter/bull";
const queueAdapter = new BullAdapter(options);
const queue = new Queue(queueAdapter);
scopes
claim in auth tokensChangelog
0.11.12
notifHandler
should respond as soon as we have started to download and process JSON file. Otherwise in case of big extract files in may lead to response timeout