Skip to content

Commit d1177f5

Browse files
committed
version bump
1 parent 3562c38 commit d1177f5

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.2.0] - 2025-03-07
9+
10+
- Buffer all publish frames into a single huge buffer and send together
11+
- Properly reject failed connection attempt
12+
- TypeScript 5.7 fixes
13+
- Web Worker compatibility
14+
815
## [3.1.1] - 2023-08-25
916

1017
- Correct version number in `src/amqp-base-client.ts`

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.1.1",
3+
"version": "3.2.0",
44
"description": "AMQP 0-9-1 client, both for browsers (WebSocket) and node (TCP Socket)",
55
"type": "module",
66
"main": "lib/cjs/index.js",

0 commit comments

Comments
 (0)