New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cap-js-community/event-queue

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cap-js-community/event-queue - npm Package Versions

1
8

1.6.3

Diff

Changelog

Source

v1.6.3 - 2024-08-07

Fixed

  • [openTelemetry] avoid empty traces for persist-event-status
  • [openTelemetry] more resilient for finished spans
smax
published 1.6.2 •

Changelog

Source

v1.6.2 - 2024-08-31

Fixed

  • pass correct tenant to fetch authInfo
smax
published 1.6.1 •

Changelog

Source

v1.6.1 - 2024-07-30

Changed

  • upgrade to @sap/xssec 4
  • Testing with cds 8

Added

  • Export WorkerQueue for monitoring purposes to provide insights into the running load of the application.
  • JSDocs: added addEntryToProcessingMap for EventQueueProcessorBase
  • Enhanced Event Processing: Events will continue to be processed even if the initial processing time is exceeded. Events are now broadcast, allowing different application instances to pick them up. The existing worker queue is used to ensure proper load balancing.
smax
published 1.6.0 •

Changelog

Source

v1.6.0 - 2024-07-09

Added

  • Added an option to events to specify which application instance should process the event. See documentation.

Fixed

  • Avoid issues with not connected CAP service and open events
  • fix clear timeout tenant unsubscribe
smax
published 1.5.3 •

Changelog

Source

v1.5.3 - 2024-06-28

Changed

  • single tenant performance improvements

Added

  • better test coverage for single tenant
smax
published 1.5.2 •

Changelog

Source

v1.5.2 - 2024-06-26

Added

  • Added tracing to redis pub/sub

Fixed

  • Workaround for memory issues due to bug in node.js with timers: https://github.com/nodejs/node/pull/53337
smax
published 1.5.1 •

Changelog

Source

v1.5.1 - 2024-06-19

Fixed

  • Bug in CDS 7.9.2: Introduced a bug affecting the instant processing of events. This release includes a temporary workaround until the bug is fixed.
  • Memory Leaks: Fixed memory leaks caused by setTimeout returning an object instead of a primitive value
smax
published 1.4.7 •

smax
published 1.5.0 •

Changelog

Source

v1.5.0 - 2024-06-13

Added

  • Telemetry instrumentation for processing events. This can be enabled with the enableCAPTelemetry setting.
  • Additional types.
  • allow to use skipInsertEventsBeforeCommit in publishEvent function.

Fixed

  • cds.build.register may be undefined if @sap/cds-dk is not installed locally or globally.
  • Double release of locks for periodic event processing.
smax
published 1.4.6 •

Changelog

Source

v1.4.6 - 2024-05-28

Added

  • federate unsubscribe events via redis to all application instances and allow to register custom handler for unsubscribe events
  • types for event-queue config

Fixed

  • upgrade dependencies
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc