File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828### Fixed
2929
3030- Connection error handling with firewall hint for proxy mode failures
31+ - harden shutdown/cleanup flow and add DNS timing logs
3132- Proxy memory handling with buffer size limits and better stanza extraction
3233- Reconnection logic and login display optimizations
3334- Connection error message formatting
Original file line number Diff line number Diff line change 1- ## What's New in v0.13.2-beta.2
1+ ## What's New in v0.13.2-beta.3
22
33### Added
44
2121### Fixed
2222
2323- Connection error handling with firewall hint for proxy mode failures
24+ - harden shutdown/cleanup flow and add DNS timing logs
2425- Proxy memory handling with buffer size limits and better stanza extraction
2526- Reconnection logic and login display optimizations
2627- Connection error message formatting
Original file line number Diff line number Diff line change 11{
22 "name" : " @xmpp/fluux" ,
3- "version" : " 0.13.2-beta.2 " ,
3+ "version" : " 0.13.2-beta.3 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 5858 ],
5959 "macOS" : {
6060 "minimumSystemVersion" : " 10.13" ,
61- "bundleVersion" : " 8f36aa5 " ,
61+ "bundleVersion" : " 32c51df " ,
6262 "entitlements" : " Entitlements.plist" ,
6363 "signingIdentity" : null
6464 },
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ export const changelog: ChangelogEntry[] = [
4343 type : 'fixed' ,
4444 items : [
4545 'Connection error handling with firewall hint for proxy mode failures' ,
46+ 'harden shutdown/cleanup flow and add DNS timing logs' ,
4647 'Proxy memory handling with buffer size limits and better stanza extraction' ,
4748 'Reconnection logic and login display optimizations' ,
4849 'Connection error message formatting' ,
Original file line number Diff line number Diff line change 22 "name" : " fluux" ,
33 "private" : true ,
44 "license" : " AGPL-3.0-or-later" ,
5- "version" : " 0.13.2-beta.2 " ,
5+ "version" : " 0.13.2-beta.3 " ,
66 "type" : " module" ,
77 "workspaces" : [
88 " packages/*" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluux/sdk" ,
3- "version" : " 0.13.2-beta.2 " ,
3+ "version" : " 0.13.2-beta.3 " ,
44 "type" : " module" ,
55 "main" : " ./dist/index.cjs" ,
66 "module" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments