Skip to content

Commit

Permalink
prepare new release (#200)
Browse files Browse the repository at this point in the history
* prepare new release

* wip

---------

Co-authored-by: Max Gruenfelder <maximilian.gruenfelder@sap.com>
  • Loading branch information
soccermax and Max Gruenfelder committed Jun 19, 2024
1 parent 174de1c commit 2d18c1c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 25 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 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

## v1.5.0 - 2024-06-13

### Added
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js-community/event-queue",
"version": "1.5.0",
"version": "1.5.1",
"description": "An event queue that enables secure transactional processing of asynchronous and periodic events, featuring instant event processing with Redis Pub/Sub and load distribution across all application instances.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 2d18c1c

Please sign in to comment.