All Versions
103
Latest Version
Avg Release Cycle
9 days
Latest Release
1041 days ago

Changelog History
Page 1

  • v7.1.3 Changes

    October 26, 2022
    • โœ… test(FanOutExchangeManager): test binding queues of different types (d2e287c)
    • ๐Ÿ›  fix(FanOutExchangeManager): forbid binding queues of different types (0df6bdc)
  • v7.1.2 Changes

    October 22, 2022
    • ๐Ÿ›  fix(FanOutExchangeManager): fix unbindQueue() transaction handling (dec63de)
    • ๐Ÿ›  fix(FanOutExchangeManager): fix bindQueue() transaction handling (afbdde6)
    • ๐Ÿ“„ docs(queues): fix typos (08f29c0)
    • ๐Ÿ“„ docs(queues): add queues.md reference, clean up (3219eb8)
    • ๐Ÿ“„ docs: improve documentation, add missing links (c740e11)
  • v7.1.1 Changes

    October 11, 2022
    • ๐Ÿ“„ docs(message-exchanges): update docs (19d7dd3)
    • ๐Ÿ“„ docs: update README (63b2fe6)
  • v7.1.0 Changes

    October 06, 2022
    • ๐Ÿ“„ docs: update README.md (8734e49)
    • โšก๏ธ build: update npm dependencies (4225c50)
    • โœ… test(FanOutExchangeManager): increase code coverage (df4c693)
    • ๐Ÿ”จ refactor(FanOutExchangeManager): improve unbindQueue() logic (c1440a5)
    • ๐Ÿ“„ docs: update docs (508430f)
    • ๐Ÿ›  fix: fix typing error (05c1575)
    • โœ… test: increase code coverage (c4ba4f3)
    • ๐Ÿ”จ refactor: rename saveExchange() to createExchange() (995ca03)
    • ๐Ÿ”จ refactor: improve TQueueSettings typing (413f4d3)
    • ๐Ÿ”จ refactor: bump up redis keys version (3389216)
    • refactor: add EQueueSettingType, remove KEY_QUEUE_SETTINGS_* keys (600199c)
    • ๐Ÿ”จ refactor(queue-manager): update queue.create() reply payload (f3a12d1)
    • feat(FanOutExchangeManager): add saveExchange(), deleteExchange() (1ce22cc)
    • ๐Ÿ”จ refactor(redis-keys): clean up validateRedisKey() (e921540)
    • ๐Ÿ›  fix(FanOutExchange): fix bindingParams validation (327d045)
    • โœ… test(exchange): increase code coverage (f5f5d95)
    • feat(exchange): allow retrieving fanout exchange list (8a96b17)
    • ๐Ÿ”จ refactor(exchange): improve exchange tag naming (a089738)
    • ๐Ÿ”จ refactor(message): improve message.exchange typing (9ce281a)
    • ๐Ÿ”จ refactor(queue-manager): clean up (ce5ab8e)
    • ๐Ÿ“„ docs(message): update MessageMetadata references (5041a85)
    • ๐Ÿ“‡ test(message): update MessageMetadata references (9888918)
    • ๐Ÿ“‡ refactor(message): rename MessageMetadata to MessageState, clean up (2de18b4)
    • ๐Ÿ“„ docs(exchange): improve documentation (718a80a)
    • ๐Ÿ“„ docs(producer): update docs (1965a75)
    • ๐Ÿ“„ docs(exchange): fix typos (93b4c8e)
    • โœ… test(exchange): test exchanges with unmatched queues (d836eab)
    • fix(exchange): return an error for exchanges with unmatched queues (e89ce06)
    • ๐Ÿ“„ docs(message): add missing method references (c723ec2)
    • ๐Ÿ“„ docs(exchange): update docs (1dc02a4)
    • ๐Ÿ”จ refactor(exchange): rename FanOutExchangeManager methods (f981241)
    • ๐Ÿ“„ docs(exchange): add FanOutExchangeManager reference (9cecc89)
    • โšก๏ธ test(exchange): update fanout-exchange tests (be75519)
    • feat(exchange): add FanOutExchangeManager (f8168a4)
    • ๐Ÿ”จ refactor(exchange): rename files (fd9d906)
    • โšก๏ธ build: update workflow names (7b1b545)
    • ๐Ÿ“„ docs(readme): display the status of codeql.yml workflow (94eb97a)
    • perf(redis-keys): fix inefficient regex complexity (dcb4f1f)
    • ๐Ÿ— build: set up code scanning (be0dd02)
    • ๐Ÿ“„ docs(exchange): update message-exchanges.md (49436af)
    • โœ… test(exchange): fix test errors (f3aa786)
    • ๐Ÿ“„ docs(exchange): fix typos (a62a732)
    • ๐Ÿ›  fix(redis-keys): enforce a redis key to start with a letter (a-z) (ecb7493)
    • ๐Ÿ“„ docs(exchange): update docs (wip) (6d3eaee)
    • ๐Ÿ›  fix(exchange): export DirectExchange/TopicExchange/FanOutExchange classes (c070f3c)
    • โœ… test(exchange): increase code coverage (063582c)
    • ๐Ÿ”จ refactor(exchange): add and use InvalidExchangeDataError (482e093)
    • ๐Ÿ“„ docs(readme): add reference to current release documentation (747e4e3)
    • ๐Ÿ“„ docs(producer): update producer.produce() parameters (938976e)
    • ๐Ÿ›  fix: fix various typings issues (9c51445)
    • โšก๏ธ chore: update examples (3628813)
    • ๐Ÿ”จ refactor: update tests (1456c5a)
    • โœ… test(exchange): test fanout and topic exchanges (54c081b)
    • feat(queue-manager): allow to bind/unbind a queue to an exchange (cd91109)
    • ๐Ÿ”จ refactor(exchange): remove code redundancies and clean up (2dc2cba)
    • chore: bump up redis-smq-common to v1.0.4 (5181ad7)
    • feat(exchange): implement missing methods of TopicExchange class (e2119b5)
    • feat(redis-keys): allow redis keys to include a dot (92b8b05)
    • perf(queue-manager): use sscan instead of smembers (8f491f4)
    • feat(exchange): implement direct, fanout, and topic exchanges (1617e9b)
    • chore: bump up redis-smq-common to 1.0.3 (d7f4aba)
    • chore: clean up (ee88201)
  • v7.0.7 Changes

    August 10, 2022
    • โฌ†๏ธ Bump up redis-smq-common to v1.0.2 (ff385ad)
    • โšก๏ธ Update docs (3871e8f)
  • v7.0.6 Changes

    August 08, 2022
    • ๐Ÿ‘Œ Improve consumer/producer shutdown handling (36278ce)
    • โšก๏ธ Update docs (51dfd16)
    • โšก๏ธ Update examples (208934b)
    • ๐Ÿ›  Fix tests (573e340)
    • โž• Add and use ProducerNotRunningError error class (e89facd)
    • ๐Ÿ›  Fix a potential MaxListenersExceededWarning exception throwing (011a21b)
    • ๐Ÿ‘‰ Make producers to be run manually before producing messages (c989449)
  • v7.0.5 Changes

    July 20, 2022
    • โœ‚ Remove code redundancies (55eec79)
    • โšก๏ธ Update event listeners docs (e308848)
    • ๐Ÿ”จ Refactor IEventListener interface, clean up (14dbf30)
  • v7.0.4 Changes

    July 14, 2022
    • ๐Ÿ›  Fix dev dependencies (e42d072)
    • โšก๏ธ Update installation info (12c6170)
    • ๐Ÿ‘‰ Make redis-smq-common as a peer dependency (ade08af)
  • v7.0.3 Changes

    July 13, 2022
    • ๐Ÿ›  Fix consuming-messages/test00012 (4c9dfb8)
  • v7.0.2 Changes

    July 13, 2022
    • โฌ†๏ธ Bump up redis-smq-common to v1.0.1 (e3fbb10)
    • โฌ†๏ธ Bump up typescript to v4.7.4 (0f69254)
    • ๐Ÿ›  Fix npm vulnerability warnings (9925be0)
    • Clean up examples (72ea0fb)