Skip to content

Releases: Byndyusoft/nest-kafka

v2.4.1

04 Sep 12:33
bb1491d
Compare
Choose a tag to compare

2.4.1 (2024-09-04)

Bug Fixes

  • use onApplicationShutdown to disconnect kafka producers (bb1491d)
  • and throw an error when started listening before app is boostrapped, check your main.ts (bb1491d):

Correct code:

await app.listen(...)
await app.startAllMicroservices();

Wrong code:

await app.startAllMicroservices();
await app.listen(...)

v2.4.0

22 Jan 04:26
Compare
Choose a tag to compare

2.4.0 (2024-01-22)

Features

  • add originalTraceId header in error topic exception filter (30a1cee)
  • add resendHeadersPrefix in error topic exception filter (cd7bdea)

v2.4.0-rc.1

18 Jan 11:58
Compare
Choose a tag to compare
v2.4.0-rc.1 Pre-release
Pre-release

2.4.0-rc.1 (2024-01-18)

Features

  • add originalTraceId header in error topic exception filter (c662b52)
  • add resendHeadersPrefix in error topic exception filter (8fb684a)

v2.3.0

09 Jan 04:10
6971db3
Compare
Choose a tag to compare

2.3.0 (2024-01-09)

Features

v2.3.0-rc.3

18 Dec 07:35
Compare
Choose a tag to compare
v2.3.0-rc.3 Pre-release
Pre-release

2.3.0-rc.3 (2023-12-18)

Bug Fixes

  • fix get topic for resend message (735cae1)

v2.3.0-rc.2

18 Dec 04:41
Compare
Choose a tag to compare
v2.3.0-rc.2 Pre-release
Pre-release

2.3.0-rc.2 (2023-12-18)

Features

v2.3.0-rc.1

14 Dec 12:12
Compare
Choose a tag to compare
v2.3.0-rc.1 Pre-release
Pre-release

2.3.0-rc.1 (2023-12-14)

Features

  • add retry topics support (5fa44c3)
  • rename topicPicker to errorTopicPicker (e0e8235)

v2.2.0

20 Oct 06:50
ef93ee2
Compare
Choose a tag to compare

2.2.0 (2023-10-20)

Features

v2.2.0-rc.1

19 Oct 12:14
Compare
Choose a tag to compare
v2.2.0-rc.1 Pre-release
Pre-release

2.2.0-rc.1 (2023-10-19)

Features

  • cluster: extend initial config (33cec59)

v2.1.0

15 Mar 10:17
Compare
Choose a tag to compare

2.1.0 (2023-03-15)

Features