Skip to content

Releases: cap-js-community/event-queue

2.1.0

06 Apr 19:21

Choose a tag to compare

  • [CAP Queue] Add support for event chaining: register #succeeded and #failed successor handlers that are automatically triggered based on the outcome of an event handler. See documentation.
  • [CAP Queue] Add #done unconditional successor — fires after every event regardless of success or failure, analogous to a finally block. Useful for cleanup that must always run (releasing locks, audit events, etc.).
  • [CAP Queue] Successor handlers (#succeeded, #failed, #done) can be configured independently in the events section of the service's queued configuration, including event-specific variants (e.g. orderCreated/#succeeded).
  • [Telemetry] Add opt-in event queue metrics (collectEventQueueMetrics). When enabled together with Redis and an OpenTelemetry MeterProvider, the module publishes cap.event_queue.jobs.pending, cap.event_queue.jobs.in_progress, and cap.event_queue.stats.refresh_age as Observable Gauges, broken down by namespace. See documentation.

v2.0.5

10 Mar 21:57
d5974d3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.1.0-beta.3

24 Feb 07:00
4b9c17a

Choose a tag to compare

v2.1.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.0-beta.2...v2.1.0-beta.3

v2.1.0-beta.2

22 Feb 07:59
ee66bea

Choose a tag to compare

v2.1.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.0-beta.1...v2.1.0-beta.2

v2.1.0-beta.1

12 Feb 15:29
39b932e

Choose a tag to compare

v2.1.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.0-beta.0...v2.1.0-beta.1

v2.1.0-beta.0

12 Feb 12:59
7baad75

Choose a tag to compare

v2.1.0-beta.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.1.0-beta.0

v2.0.4

22 Jan 10:16

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

11 Dec 09:46
2a20451

Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

01 Dec 11:05

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

24 Nov 09:42

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1