Releases: fetchq/node-client
Releases · fetchq/node-client
Grappa
Baldo
Novegno
v4.0.0
- Updates Fetchq library to v4.0.0
- Updates dependencies
doc.pushMany()supports string based syntax+1sor plain dates as text or js object- Add tests for
doc.reschedule() - Add
skipUpsertFetchqconfiguration flag - Add
skipUpsertQueuesconfiguration flag - Improve docs on other initialization feature flags
Cornetto
- Update Fetchq library to 3.2.0
- added
skipEmitteroption - added
onConnectError() - added
onInitError() - added
onStartError() - added
onBootError() - added "big-data" example
- added "on-error" example
- validates queue name in
doc.push() - validates queue name in
doc.append()
Pasubio
cima12
cima11
carega
verona
- Deprecated
ctxin a worker's handler:fn(doc, { ctx, worker })becomesfn(doc, { client, worker } - Added logging utility method:
client.queue.logError(queue, subject, message, details = {}, refId = null) - Added
queueproperty to the document passed down to a handler - Supports interval based nextIteration:
+1s,+ 1 DAY, ... when pushing and rescheduling documents