Skip to content

Latest commit

 

History

History
457 lines (139 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

457 lines (139 loc) · 12.1 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.9.0 (2025-01-15)

Features

  • pgmq: add Pgmq.tableExists() (8a4954d)

6.8.1 (2025-01-12)

Bug Fixes

  • pgmq: case conversion use timestamptz instead of timestamp (8b0f1d4)

6.8.0 (2025-01-10)

Features

6.7.0 (2025-01-09)

Features

  • mwcp: update MessageDto (b931d3d)
  • pgmq: supports headers for pgmq v1.5.0 (adc36da)

6.6.1 (2025-01-07)

Note: Version bump only for package pgmq-js

6.6.0 (2024-12-19)

Features

  • pgmq: add new conditional parameter for read and readBatch (244b81b)
  • pgmq: add Pgmq.getTimestamp(delay?) (63e68b5)
  • pgmq: add timestamp support in send (2fda2b3)
  • pgmq: add timestamp support in send_batch (88720b6)

6.5.1 (2024-12-19)

Note: Version bump only for package pgmq-js

6.5.0 (2024-11-22)

Note: Version bump only for package pgmq-js

6.4.6 (2024-10-30)

Note: Version bump only for package pgmq-js

6.4.5 (2024-10-18)

Note: Version bump only for package pgmq-js

6.4.4 (2024-10-18)

Note: Version bump only for package pgmq-js

6.4.3 (2024-10-18)

Note: Version bump only for package pgmq-js

6.4.2 (2024-10-16)

Note: Version bump only for package pgmq-js

6.4.1 (2024-10-13)

Bug Fixes

  • pgmq: result length of genRandomName() (c118bc8)

6.4.0 (2024-10-11)

Features

  • pgmq: send() a message to queues without creating a route (2756a8e)
  • pgmq: sendBath() messages to queues without creating a route (1e24b96)

6.3.3 (2024-10-10)

Note: Version bump only for package pgmq-js

6.3.2 (2024-09-29)

Note: Version bump only for package pgmq-js

6.3.1 (2024-09-29)

Note: Version bump only for package pgmq-js

6.3.0 (2024-09-29)

Features

  • pgmq: do not check trx completed (4445cbb)

Performance Improvements

  • pgmq: parallel send route msg with RouteMsg.sendConcurrentNumber (99b9078)

6.2.0 (2024-09-29)

Features

  • pgmq: update parameter type of create() and createUnlogged() of QueueManager (369c564)

6.1.0 (2024-09-28)

Features

  • pgmq: add Pgmq.sendMsg() (d174f70)

6.0.0 (2024-09-28)

Features

  • mwcp: breaking change parameters from pgmq and update types (8231111)
  • pgmq: add type OptionsBase (472e13c)
  • pgmq: breaking change parameter of methods of QueueManager (f09d10e)
  • pgmq: QueueManager.create() return QueueId (string) (90efd75)
  • pgmq: route support with Router (6ac173b)
  • pgmq: RouteMsg (f0507b7)
  • pgmq: save extra queue meta with table pqmq.tb_queue_meta (f743ed1)

5.0.2 (2024-09-23)

Note: Version bump only for package pgmq-js

5.0.1 (2024-09-23)

Note: Version bump only for package pgmq-js

5.0.0 (2024-09-22)

Features

  • mwcp: use new parameter style of pgmq-js (adec22a)
  • pgmq: breaking change parameter to single options of QueueManager methods (5210ec6)

4.0.0 (2024-09-21)

Features

  • pgmq: methods of MsgManager support pass transaction (except readWithPoll()) (ad14a24)

3.0.1 (2024-09-21)

Note: Version bump only for package pgmq-js

3.0.0 (2024-09-21)

Features

  • mwcp: breaking change property MsgSetVtDto['vtOffset'] to MsgSetVtDto['vt'} (85bdbec)
  • mwcp: breaking change rename property queueName to queue of QueueMetricsDto, ConsumerMessageDto (3aca14d)
  • pgmq: breaking change rename property queueName to queue of QueueMetrics, QueueMetricsDto (8b69a98)
  • use prefix PGMQ_ as env variable name instead of POSTGRES_ (1aaff5b)

2.2.0 (2024-09-21)

Features

  • pgmq: queue name accepts hyphen - with new version of pgmq v1.4.4 (476a059)

2.1.5 (2024-09-18)

Note: Version bump only for package pgmq-js

2.1.4 (2024-09-16)

Note: Version bump only for package pgmq-js

2.1.3 (2024-09-05)

Note: Version bump only for package pgmq-js

2.1.2 (2024-08-27)

Note: Version bump only for package pgmq-js

2.1.1 (2024-08-25)

Note: Version bump only for package pgmq-js

2.1.0 (2024-08-25)

Features

  • mwcp: expose type DbConfig (9aa0ff9)

2.0.2 (2024-08-24)

Note: Version bump only for package pgmq-js

2.0.1 (2024-08-24)

Note: Version bump only for package pgmq-js

2.0.0 (2024-08-23)

Features

  • mwcp: break change api url to snake style (0ddbab2)
  • mwcp: update config ConsumerOptions.autoCreateQueue, default true (49a1188)
  • pgmq: update QueueManager.hasQueue() (0f82238)

1.3.3 (2024-08-23)

Note: Version bump only for package pgmq-js

1.3.2 (2024-08-22)

Note: Version bump only for package pgmq-js

1.3.1 (2024-08-22)

Note: Version bump only for package pgmq-js

1.3.0 (2024-08-22)

Features

  • consumer decorator Consumer() and PgmqListener() (f2b6170)

1.2.0 (2024-08-22)

Bug Fixes

  • pgmq-js: result of list may undefined (77e1d4b)

Features

  • pgmq: add genRandomName() (ab886aa)

1.1.0 (2024-08-18)

Bug Fixes

  • mwcp: package.json scripts (9cc9a8c)

Features

  • mwcp: implementation (fe82f62)
  • pgmq: update types date properties of Message, Queue. add types (0de8ee7)

1.0.0 (2024-08-17)

Features