Skip to content

Commit b19b3c6

Browse files
committed
docs: Update CHANGELOG for v3.4.1
1 parent 7e18dcc commit b19b3c6

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.4.1] - 2025-11-28
11+
12+
### Fixed
13+
14+
- Improve 'republish in consume block' test reliability - add proper message acknowledgment and increase timeout for high-volume message processing
15+
16+
### Changed
17+
18+
- Make npm scripts cross-platform compatible ([#179](https://github.com/cloudamqp/amqp-client.js/pull/179))
19+
- Update dependencies: glob 10.4.5→10.5.0, js-yaml 4.1.0→4.1.1 ([#173](https://github.com/cloudamqp/amqp-client.js/pull/173))
20+
- Export AMQPGeneratorConsumer for documentation generation ([#172](https://github.com/cloudamqp/amqp-client.js/pull/172))
21+
1022
## [3.4.0] - 2025-11-12
1123

1224
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudamqp/amqp-client",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "AMQP 0-9-1 client, both for browsers (WebSocket) and node (TCP Socket)",
55
"type": "module",
66
"main": "lib/cjs/index.js",

src/amqp-base-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { AMQPMessage } from "./amqp-message.js"
55
import { AMQPView } from "./amqp-view.js"
66
import type { Logger } from "./types.js"
77

8-
export const VERSION = "3.4.0"
8+
export const VERSION = "3.4.1"
99

1010
/**
1111
* Base class for AMQPClients.

0 commit comments

Comments
 (0)