Skip to content

Latest commit

 

History

History
341 lines (151 loc) · 12.6 KB

File metadata and controls

341 lines (151 loc) · 12.6 KB

2.6.23 (2026-03-13)

Bug Fixes

2.6.22 (2026-02-21)

Bug Fixes

2.6.21 (2026-01-29)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (6710ecd)

2.6.20 (2025-12-01)

Bug Fixes

2.6.19 (2025-11-18)

Bug Fixes

2.6.18 (2025-09-11)

Bug Fixes

  • raise minimum amqplib version for fix (76c6278)

2.6.17 (2025-09-04)

Bug Fixes

  • deps: bump amqplib from 0.10.8 to 0.10.9 (faff747)

2.6.16 (2025-05-09)

Bug Fixes

  • deps: bump amqplib from 0.10.7 to 0.10.8 (5404fe8)

2.6.15 (2025-03-31)

Bug Fixes

  • deps: bump amqplib from 0.10.5 to 0.10.7 (1348832)

2.6.14 (2024-11-25)

Bug Fixes

  • deps: bump amqplib from 0.10.4 to 0.10.5 (6784562)

2.6.13 (2024-04-12)

Bug Fixes

  • deps: bump amqplib from 0.10.3 to 0.10.4 (5da4df4)

2.6.12 (2023-02-08)

Bug Fixes

  • deps: bump json5 from 2.1.3 to 2.2.3 (2d266c5)

2.6.11 (2022-09-02)

Bug Fixes

  • deps: bump amqplib from 0.10.2 to 0.10.3 (9de5477)

2.6.10 (2022-08-22)

Bug Fixes

  • deps: bump amqplib from 0.10.1 to 0.10.2 (e7205cd)

2.6.9 (2022-07-27)

Bug Fixes

  • deps: bump amqplib from 0.10.0 to 0.10.1 (2819b0d)

2.6.8 (2022-06-08)

Bug Fixes

  • deps: bump semver-regex from 3.1.3 to 3.1.4 (695c272)

2.6.7 (2022-06-03)

Bug Fixes

  • deps: bump amqplib from 0.9.1 to 0.10.0 (c3d989c)

2.6.6 (2022-05-23)

Bug Fixes

  • deps: bump amqplib from 0.9.0 to 0.9.1 (08b63b0)

2.6.5 (2022-05-11)

Bug Fixes

  • deps: bump amqplib from 0.8.0 to 0.9.0 (fe254d6)

2.6.4 (2022-04-04)

Bug Fixes

  • deps: bump minimist from 1.2.5 to 1.2.6 (fdc830a)

2.6.3 (2022-02-28)

Bug Fixes

  • deps: bump node-fetch from 2.6.2 to 2.6.7 (0256384)

2.6.2 (2022-02-28)

Bug Fixes

  • deps: bump url-parse from 1.5.7 to 1.5.10 (e232a35)

2.6.1 (2022-02-21)

Bug Fixes

  • deps: bump url-parse from 1.5.3 to 1.5.7 (d05e581)

2.6.0 (2021-09-24)

Features

  • add basic metrics to the connection instance (88cba45)

2.5.1 (2021-07-16)

Bug Fixes

  • npm: include js and d.ts files in NPM package (5174079)

2.5.1-develop.1 (2021-07-16)

Bug Fixes

  • npm: include js and d.ts files in NPM package (5174079)

2.5.0 (2021-07-15)

Features

  • update amqplib to 0.8.0 (9ef47cf)

2.4.2 (2021-05-11)

Bug Fixes

  • deps: run npm audit fix (5fef092)

2.4.1 (2021-03-22)

Bug Fixes

  • update typescript type for options in activateConsumer (acfd9db)

2.4.0 (2021-03-22)

Features

  • add message properties to consumer options (6d73eb5)

2.3.0 (2021-03-12)

Features

  • set Timestamp of message when not given by user (b576a56)

2.2.1 (2021-03-10)

Bug Fixes

  • don't send auto reply when consumer handler does not return a value (aa0a6e1)

2.2.0 (2021-03-09)

Features

  • add declareQueueAsync and declareExchangeAsync (0e52d9a)

2.1.0 (2021-03-03)

Bug Fixes

Features

  • add ExchangeType to prevent wrong exchange type (e80a01e)

2.0.0 (2021-02-01)

Code Refactoring

  • replac eunused options interface with amqplib interface (679359c)

BREAKING CHANGES

  • removes StartConsumerOptions export.
  • Queue.activateConsumer and Exchange.activateConsumer now takes the AmqpLib.Options.Consume interface instead of the StartConsumerOptions. The interfaces look the same so no special actions should be needed.

Also adds JSDOC comments on public queue methods and properties.

1.3.2 (2020-11-20)

Bug Fixes

  • export ReconnectStrategy (c9baa02)

1.3.1 (2020-10-15)

Bug Fixes

  • suppress "content is not a buffer" (284b492)

1.3.0 (2020-09-28)

Features

  • emit jsdoc in transpiled js (27c5619)

1.2.1 (2020-09-28)

Bug Fixes

  • implement AmqpProperties for librrary consumers and add documentation (e28d535)

1.2.0 (2020-09-28)

Features

  • add generic getJsonContent method to Message (931d40e)

1.1.1 (2020-09-28)

Bug Fixes

  • re-export Amqp property type (2b8b887)

1.1.0 (2020-09-28)

Features

  • set type of Message properties (b7c965c)
  • deps: update amqplib to 0.6.0 (8106b1c)

1.0.3 (2020-05-25)

Bug Fixes

1.0.2 (2020-04-15)

Bug Fixes

  • make message content public again (8f19be1)
  • make properties of Message public again (7b3b6ef)
  • make type constructor arg for Exchange optional again (6cbeae5)

1.0.1 (2020-04-14)

Bug Fixes

  • add publishConfig to mark to package public (a97ba95)

1.0.0 (2020-04-14)

Features

  • remove winston and add logger factory (75c5cd1)
  • update amqplib to 0.5.5 (ffc3d42)