Skip to content

Commit

Permalink
8.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weyoss committed Nov 27, 2023
1 parent 7c899f8 commit 2ee02ef
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@


## [8.0.0-rc.2](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.1...v8.0.0-rc.2) (2023-11-27)


### ⚠ BREAKING CHANGES

* **events:** use typed events, remove legacy events
* add message status, return message IDs for produced messages

### Features

* add message status, return message IDs for produced messages ([56566bf](https://github.com/weyoss/redis-smq/commit/56566bf77d180a3b8a2baf0659f9bfc4861c71b3))
* **events:** use typed events, remove legacy events ([5f5a34f](https://github.com/weyoss/redis-smq/commit/5f5a34f11b51949c761a83301a087a682a105a89))


### Documentation

* **README.md:** update features description ([4ac300e](https://github.com/weyoss/redis-smq/commit/4ac300e71ef758d30f24810205732fd8b1d61b55))
* update configuration.md ([83ce680](https://github.com/weyoss/redis-smq/commit/83ce680d4ba06901d4b524c542036d8f661a8af4))
* use typed events, remove legacy events ([7c899f8](https://github.com/weyoss/redis-smq/commit/7c899f81f3eb66084d1b94b818d549800d453334))


### Tests

* add message status, return message IDs for produced messages ([8e3c228](https://github.com/weyoss/redis-smq/commit/8e3c22854940e7de3ab911e99cba64793b6ef7a5))
* use typed events, remove legacy events ([5d85cb0](https://github.com/weyoss/redis-smq/commit/5d85cb006b49cae97a214012e0f249399357c76a))

## [8.0.0-rc.1](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.0...v8.0.0-rc.1) (2023-11-21)


Expand Down
6 changes: 6 additions & 0 deletions docs/api/type-aliases/TRedisSMQEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@
> `messageUnacknowledged`: (`cause`: [`EConsumeMessageUnacknowledgedCause`](../enumerations/EConsumeMessageUnacknowledgedCause.md), `messageId`: `string`, `queue`: [`IQueueParams`](../interfaces/IQueueParams.md), `messageHandlerId`: `string`, `consumerId`: `string`) => `void`
>
> }

| col1 | col2 | col3 |
| ------ | ------ | ------ |
| | | |
| | | |
4 changes: 2 additions & 2 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": "redis-smq",
"version": "8.0.0-rc.1",
"version": "8.0.0-rc.2",
"description": "A simple high-performance Redis message queue for Node.js.",
"author": "Weyoss <weyoss@protonmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 2ee02ef

Please sign in to comment.