@push.rocks/smartproxy 25.11.10 → 25.11.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026-03-16 - 25.11.13 - fix(rustproxy-http)
4
+ remove hot-path debug logging from HTTP/1 connection pool hits
5
+
6
+ - Stops emitting debug logs when reusing HTTP/1 idle connections in the connection pool.
7
+ - Keeps pool hit behavior unchanged while reducing overhead on a frequently executed path.
8
+
9
+ ## 2026-03-16 - 25.11.12 - fix(rustproxy-http)
10
+ remove connection pool hit logging and keep logging limited to actual failures
11
+
12
+ - Removes debug and warning logs for HTTP/2 connection pool hits and age checks.
13
+ - Keeps pool behavior unchanged while reducing noisy per-request logging in the Rust HTTP proxy layer.
14
+
15
+ ## 2026-03-16 - 25.11.11 - fix(rustproxy-http)
16
+ improve HTTP/2 proxy error logging with warning-level connection failures and debug error details
17
+
18
+ - Adds debug-formatted error fields to HTTP/2 handshake, retry, fallback, and request failure logs
19
+ - Promotes upstream HTTP/2 connection error logs from debug to warn to improve operational visibility
20
+
3
21
  ## 2026-03-16 - 25.11.10 - fix(rustproxy-http)
4
22
  validate pooled HTTP/2 connections asynchronously before reuse and evict stale senders
5
23
 
Binary file
Binary file
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartproxy',
6
- version: '25.11.10',
6
+ version: '25.11.13',
7
7
  description: 'A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSx3QkFBd0I7SUFDOUIsT0FBTyxFQUFFLFVBQVU7SUFDbkIsV0FBVyxFQUFFLHFQQUFxUDtDQUNuUSxDQUFBIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@push.rocks/smartproxy",
3
- "version": "25.11.10",
3
+ "version": "25.11.13",
4
4
  "private": false,
5
5
  "description": "A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.",
6
6
  "main": "dist_ts/index.js",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartproxy',
6
- version: '25.11.10',
6
+ version: '25.11.13',
7
7
  description: 'A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.'
8
8
  }