Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b3dcc0ae22 | |||
b96d7dec98 |
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-03-07 - 3.28.5 - fix(core)
|
||||||
|
Ensure proper resource cleanup during server shutdown.
|
||||||
|
|
||||||
|
- Fixed potential hanging of server shutdown due to improper cleanup in promise handling.
|
||||||
|
- Corrected potential memory leaks by ensuring all pending and active connections are properly closed during shutdown.
|
||||||
|
|
||||||
## 2025-03-07 - 3.28.4 - fix(router)
|
## 2025-03-07 - 3.28.4 - fix(router)
|
||||||
Improve path pattern matching and hostname prioritization in router
|
Improve path pattern matching and hostname prioritization in router
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartproxy",
|
"name": "@push.rocks/smartproxy",
|
||||||
"version": "3.28.4",
|
"version": "3.28.5",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.",
|
"description": "A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartproxy',
|
name: '@push.rocks/smartproxy',
|
||||||
version: '3.28.4',
|
version: '3.28.5',
|
||||||
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.'
|
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user