File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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 `
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments