@push.rocks/smartproxy 25.17.0 → 25.17.3

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,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026-03-20 - 25.17.3 - fix(repository)
4
+ no changes detected
5
+
6
+
7
+ ## 2026-03-20 - 25.17.2 - fix(rustproxy-http)
8
+ enable TLS connections for HTTP/3 upstream requests when backend re-encryption or TLS is configured
9
+
10
+ - Pass backend TLS client configuration into the HTTP/3 request handler.
11
+ - Detect TLS-required upstream targets using route and target TLS settings before connecting.
12
+ - Build backend request URIs with the correct http or https scheme to match the upstream connection.
13
+
14
+ ## 2026-03-20 - 25.17.1 - fix(rustproxy-routing)
15
+ allow QUIC UDP TLS connections without SNI to match domain-restricted routes
16
+
17
+ - Exempts UDP transport from the no-SNI rejection logic because QUIC encrypts the TLS ClientHello and SNI is unavailable at accept time
18
+ - Adds regression tests to confirm QUIC route matching succeeds without SNI while TCP TLS without SNI remains rejected
19
+
3
20
  ## 2026-03-19 - 25.17.0 - feat(rustproxy-passthrough)
4
21
  add PROXY protocol v2 client IP handling for UDP and QUIC listeners
5
22
 
Binary file
Binary file
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartproxy',
6
- version: '25.17.0',
6
+ version: '25.17.3',
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSx3QkFBd0I7SUFDOUIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsV0FBVyxFQUFFLHFQQUFxUDtDQUNuUSxDQUFBIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@push.rocks/smartproxy",
3
- "version": "25.17.0",
3
+ "version": "25.17.3",
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.17.0',
6
+ version: '25.17.3',
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
  }