@push.rocks/smartproxy 25.11.14 → 25.11.17

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026-03-16 - 25.11.17 - fix(rustproxy-http)
4
+ prevent stale HTTP/2 connection drivers from evicting newer pooled connections
5
+
6
+ - add generation IDs to pooled HTTP/2 senders so pool removal only affects the matching connection
7
+ - update HTTP/2 proxy and retry paths to register generation-tagged connections and skip eviction before registration completes
8
+
9
+ ## 2026-03-16 - 25.11.16 - fix(repo)
10
+ no changes to commit
11
+
12
+
13
+ ## 2026-03-16 - 25.11.15 - fix(rustproxy-http)
14
+ implement vectored write support for backend streams
15
+
16
+ - Add poll_write_vectored forwarding for both plain and TLS backend stream variants
17
+ - Expose is_write_vectored so the proxy can correctly report vectored write capability
18
+
3
19
  ## 2026-03-16 - 25.11.14 - fix(rustproxy-http)
4
20
  forward vectored write support in ShutdownOnDrop AsyncWrite wrapper
5
21
 
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.14',
6
+ version: '25.11.17',
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.14",
3
+ "version": "25.11.17",
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.14',
6
+ version: '25.11.17',
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
  }