2.6.23 (2026-03-13)
- deps: bump tar and npm (dd86f71)
2.6.22 (2026-02-21)
- deps: bump tar and npm (bf8c870)
2.6.21 (2026-01-29)
- deps: bump lodash from 4.17.21 to 4.17.23 (6710ecd)
2.6.20 (2025-12-01)
- deps: bump tar and npm (1f946b4)
2.6.19 (2025-11-18)
- deps: bump js-yaml (30bb6c1)
2.6.18 (2025-09-11)
- raise minimum amqplib version for fix (76c6278)
2.6.17 (2025-09-04)
- deps: bump amqplib from 0.10.8 to 0.10.9 (faff747)
2.6.16 (2025-05-09)
- deps: bump amqplib from 0.10.7 to 0.10.8 (5404fe8)
2.6.15 (2025-03-31)
- deps: bump amqplib from 0.10.5 to 0.10.7 (1348832)
2.6.14 (2024-11-25)
- deps: bump amqplib from 0.10.4 to 0.10.5 (6784562)
2.6.13 (2024-04-12)
- deps: bump amqplib from 0.10.3 to 0.10.4 (5da4df4)
2.6.12 (2023-02-08)
- deps: bump json5 from 2.1.3 to 2.2.3 (2d266c5)
2.6.11 (2022-09-02)
- deps: bump amqplib from 0.10.2 to 0.10.3 (9de5477)
2.6.10 (2022-08-22)
- deps: bump amqplib from 0.10.1 to 0.10.2 (e7205cd)
2.6.9 (2022-07-27)
- deps: bump amqplib from 0.10.0 to 0.10.1 (2819b0d)
2.6.8 (2022-06-08)
- deps: bump semver-regex from 3.1.3 to 3.1.4 (695c272)
2.6.7 (2022-06-03)
- deps: bump amqplib from 0.9.1 to 0.10.0 (c3d989c)
2.6.6 (2022-05-23)
- deps: bump amqplib from 0.9.0 to 0.9.1 (08b63b0)
2.6.5 (2022-05-11)
- deps: bump amqplib from 0.8.0 to 0.9.0 (fe254d6)
2.6.4 (2022-04-04)
- deps: bump minimist from 1.2.5 to 1.2.6 (fdc830a)
2.6.3 (2022-02-28)
- deps: bump node-fetch from 2.6.2 to 2.6.7 (0256384)
2.6.2 (2022-02-28)
- deps: bump url-parse from 1.5.7 to 1.5.10 (e232a35)
2.6.1 (2022-02-21)
- deps: bump url-parse from 1.5.3 to 1.5.7 (d05e581)
2.6.0 (2021-09-24)
- add basic metrics to the connection instance (88cba45)
2.5.1 (2021-07-16)
- npm: include js and d.ts files in NPM package (5174079)
2.5.1-develop.1 (2021-07-16)
- npm: include js and d.ts files in NPM package (5174079)
2.5.0 (2021-07-15)
- update amqplib to 0.8.0 (9ef47cf)
2.4.2 (2021-05-11)
- deps: run npm audit fix (5fef092)
2.4.1 (2021-03-22)
- update typescript type for options in activateConsumer (acfd9db)
2.4.0 (2021-03-22)
- add message properties to consumer options (6d73eb5)
2.3.0 (2021-03-12)
- set Timestamp of message when not given by user (b576a56)
2.2.1 (2021-03-10)
- don't send auto reply when consumer handler does not return a value (aa0a6e1)
2.2.0 (2021-03-09)
- add declareQueueAsync and declareExchangeAsync (0e52d9a)
2.1.0 (2021-03-03)
- check process.argv length before determining app name (f7d0a18), closes abreits/amqp-ts/#62
- add ExchangeType to prevent wrong exchange type (e80a01e)
2.0.0 (2021-02-01)
- replac eunused options interface with amqplib interface (679359c)
- 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)
- export ReconnectStrategy (c9baa02)
1.3.1 (2020-10-15)
- suppress "content is not a buffer" (284b492)
1.3.0 (2020-09-28)
- emit jsdoc in transpiled js (27c5619)
1.2.1 (2020-09-28)
- implement AmqpProperties for librrary consumers and add documentation (e28d535)
1.2.0 (2020-09-28)
- add generic getJsonContent method to Message (931d40e)
1.1.1 (2020-09-28)
- re-export Amqp property type (2b8b887)
1.1.0 (2020-09-28)
1.0.3 (2020-05-25)
- update amqlib to 0.5.6 (e254676)
1.0.2 (2020-04-15)
- 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)
- add publishConfig to mark to package public (a97ba95)