Skip to content

Releases: cap-js-community/event-queue

v2.2.0

Choose a tag to compare

@soccermax soccermax released this 26 Jun 08:42
899adf7

What's Changed

  • Update actions/checkout action to v7 by @renovate[bot] in #488
  • Add feature to skip event processing by tenant entirely by @soccermax in #493

Full Changelog: v2.1.2...v2.2.0

v2.1.2

Choose a tag to compare

@soccermax soccermax released this 12 Jun 08:36
3f63a21

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

Choose a tag to compare

@soccermax soccermax released this 29 May 11:48
be98554

What's Changed

  • Adjust workflow by @soccermax in #455
  • feat(cap-outbox): support 'outboxed' as config alias + v2.1.1 release by @soccermax in #480
  • feat(authCache): authCacheExpiryReductionMaxPercent (random jitter) under v2.1.1 by @soccermax in #481

Full Changelog: v2.1.0...v2.1.1

2.1.0

Choose a tag to compare

@soccermax soccermax released this 06 Apr 19:21
  • [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

Choose a tag to compare

@soccermax soccermax released this 10 Mar 21:57
d5974d3

What's Changed

New Contributors

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

v2.1.0-beta.3

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

Choose a tag to compare

@soccermax soccermax released this 24 Feb 07:00
4b9c17a

What's Changed

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

v2.1.0-beta.2

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

Choose a tag to compare

@soccermax soccermax released this 22 Feb 07:59
ee66bea

What's Changed

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

v2.1.0-beta.1

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

Choose a tag to compare

@soccermax soccermax released this 12 Feb 15:29
39b932e

What's Changed

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

v2.1.0-beta.0

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

Choose a tag to compare

@soccermax soccermax released this 12 Feb 12:59
7baad75

What's Changed

New Contributors

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

v2.0.4

Choose a tag to compare

@oklemenz2 oklemenz2 released this 22 Jan 10:16

What's Changed

New Contributors

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