Skip to content

Releases: weyoss/redis-smq

Release 8.0.0-rc.18

24 Mar 11:17
Compare
Choose a tag to compare
Release 8.0.0-rc.18 Pre-release
Pre-release

8.0.0-rc.18 (2024-03-24)

⚠ BREAKING CHANGES

Documentation

  • update documentation and API reference (3baaee6)

Codebase Refactoring

Release 8.0.0-rc.17

30 Jan 19:20
Compare
Choose a tag to compare
Release 8.0.0-rc.17 Pre-release
Pre-release

8.0.0-rc.17 (2024-01-30)

Documentation

  • add missing error classes (753331e)
  • simplify and unify class/method naming and referencing (0299b31)

Codebase Refactoring

  • improve MessageHandler error handling (957d257)

Release 8.0.0-rc.16

28 Jan 15:05
Compare
Choose a tag to compare
Release 8.0.0-rc.16 Pre-release
Pre-release

8.0.0-rc.16 (2024-01-28)

Features

  • allow running/sandboxing message handlers using worker threads (53095bd)

Bug Fixes

  • export message handler errors (26d2689)

Documentation

  • ConsumeMessageWorker: update docs and clean up (140322e)
  • fix broken links (aad9010)
  • update messages and queues documentation (7c3d06e)

Codebase Refactoring

  • ConsumeMessageWorker: improve typings (66c6ca9)

Tests

  • allow running/sandboxing message handlers using worker threads (79e6886)

Release 8.0.0-rc.15

25 Jan 22:55
Compare
Choose a tag to compare
Release 8.0.0-rc.15 Pre-release
Pre-release

8.0.0-rc.15 (2024-01-25)

Features

  • add Pub/Sub delivery model, refactor and clean up (47affa1)

Documentation

  • add a notification about the latest release, clean up (904f196)
  • add Pub/Sub delivery model, refactor and clean up (32db9dd)
  • clean up (c7d13a6)

Misc

  • bump up redis-smq-common to v3.0.0-rc.8 (d411849)
  • bump up redis-smq-common to v3.0.0-rc9 (d372e9d)

Release 8.0.0-rc.14

03 Jan 12:03
Compare
Choose a tag to compare
Release 8.0.0-rc.14 Pre-release
Pre-release

8.0.0-rc.14 (2024-01-03)

Documentation

  • add new diagrams and update existing ones (f5182b1)
  • event-listeners: add a link to IRedisSMQConfig interface (a7635c5)
  • scale down diagrams (c3b37e4)
  • update exchange diagrams (9dc05d6)

Codebase Refactoring

  • event-listeners: clean up (d9195e4)
  • exchanges: improve typings (97665fe)
  • message: handle various errors when deleting a message (a4505ae)

Tests

  • message: handle various errors when deleting a message (ecf301b)

Release 8.0.0-rc.13

23 Dec 12:10
Compare
Choose a tag to compare
Release 8.0.0-rc.13 Pre-release
Pre-release

8.0.0-rc.13 (2023-12-23)

⚠ BREAKING CHANGES

  • event-listeners: unify consumer/producer event listeners

Documentation

  • event-listeners: update documentation (71100d3)

Codebase Refactoring

  • event-listeners: unify consumer/producer event listeners (9e1a181)

Tests

  • event-listeners: unify consumer/producer event listeners (2d14a07)

Release 8.0.0-rc.12

18 Dec 20:46
Compare
Choose a tag to compare
Release 8.0.0-rc.12 Pre-release
Pre-release

8.0.0-rc.12 (2023-12-18)

Misc

Release 8.0.0-rc.11

18 Dec 20:51
Compare
Choose a tag to compare
Release 8.0.0-rc.11 Pre-release
Pre-release

8.0.0-rc.11 (2023-12-18)

Documentation

  • IConsumableMessage: clean up (5b5ce3a)

Codebase Refactoring

  • MessageEnvelope: clean up (72140f6)
  • rename _createRMessage to _createConsumableMessage (7a138fd)

Tests

  • ConsumableMessage: increase code coverage (3960c6e)

Release 8.0.0-rc.10

18 Dec 20:52
Compare
Choose a tag to compare
Release 8.0.0-rc.10 Pre-release
Pre-release

8.0.0-rc.10 (2023-12-17)

⚠ BREAKING CHANGES

  • add ProducibleMessage/ConsumableMessage/MessageEnvelope

Features

  • add ProducibleMessage/ConsumableMessage/MessageEnvelope (4a3eec7)

Documentation

  • add ProducibleMessage/ConsumableMessage/MessageEnvelope (55aa68e)
  • QueueMessages: fix outdated class reference (e6ae499)
  • update examples (bbccf7c)

Tests

  • add ProducibleMessage/ConsumableMessage/MessageEnvelope (2961a22)

Misc

Release 8.0.0-rc.9

18 Dec 20:52
Compare
Choose a tag to compare
Release 8.0.0-rc.9 Pre-release
Pre-release

8.0.0-rc.9 (2023-12-11)

Documentation

Codebase Refactoring

  • MessageEnvelope: improve setPriority/getPriority typings (91c44f0)

Tests

  • MessageEnvelope: improve setPriority/getPriority typings (20fd6e5)