Skip to content

Releases: fetchq/node-client

Grappa

22 Jun 06:21
f9a3d7d

Choose a tag to compare

v4.1.1

Update package.json

Baldo

22 Jun 05:59

Choose a tag to compare

  • Add symbol fetchq into the Worker's context.
    (client is now deprecated and will be removed in 5.0)

Novegno

03 Jun 10:52

Choose a tag to compare

v4.0.0

  • Updates Fetchq library to v4.0.0
  • Updates dependencies
  • doc.pushMany() supports string based syntax +1s or plain dates as text or js object
  • Add tests for doc.reschedule()
  • Add skipUpsertFetchq configuration flag
  • Add skipUpsertQueues configuration flag
  • Improve docs on other initialization feature flags

Cornetto

21 Feb 11:11
fc0537b

Choose a tag to compare

  • Update Fetchq library to 3.2.0
  • added skipEmitter option
  • 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

03 Oct 10:22
c11e77e

Choose a tag to compare

  • Implements Fetchq schema v3.1.0

cima12

30 Sep 05:31
52df942

Choose a tag to compare

  • Implements Fetchq schema v3.0.0
  • Default settings are tweaked for a fast execution queue
  • setErrorsRetention has been renamed to setLogsRetention

cima11

29 Sep 19:13

Choose a tag to compare

v2.9.1

Add push e2e

carega

22 Dec 12:55

Choose a tag to compare

  • Fix bug when passing nextIteration as date object
  • Add �workflow.trace() utility
  • Add doc.trace() utility

verona

04 Dec 08:42
26d6d59

Choose a tag to compare

  • Deprecated ctx in a worker's handler: fn(doc, { ctx, worker }) becomes fn(doc, { client, worker }
  • Added logging utility method: client.queue.logError(queue, subject, message, details = {}, refId = null)
  • Added queue property to the document passed down to a handler
  • Supports interval based nextIteration: +1s, + 1 DAY, ... when pushing and rescheduling documents