Skip to content

Releases: hivesolutions/netius

1.53.13

27 Apr 23:41
957f612

Choose a tag to compare

Fixed

  • Protocol re-usage in proxy reverse

1.53.12

27 Apr 19:10
8adfdd5

Choose a tag to compare

Fixed

  • Version bumping number

1.53.11

27 Apr 19:07
c53a49b

Choose a tag to compare

Changed

  • New verbose flag on upload

1.53.10

27 Apr 19:03
ddb5ae3

Choose a tag to compare

Fixed

  • Issue with deploy script

1.53.9

27 Apr 19:02
4e226d0

Choose a tag to compare

Changed

  • Updated the deploy infrastructure

1.53.8

27 Apr 18:57
211b850

Choose a tag to compare

Added

  • Additional HTTP status codes to CODE_STRINGS: 226 (IM Used), 308 (Permanent Redirect), 418 (I'm a teapot), 422 (Unprocessable Entity) and 451 (Unavailable For Legal Reasons)
  • Module-level GZIP_LEVEL and EMPTY_CODES constants in netius.servers.http replacing previously inlined magic numbers

Fixed

  • Reverse proxy Connection response header now matches the actual front-end socket lifecycle (logical AND of the client request and upstream response keep-alive flags), preventing the HTTP/1.0 client case where the proxy advertised keep-alive but immediately closed the socket

1.53.7

17 Apr 07:42
b1d7ea8

Choose a tag to compare

Changed

  • Add PEER_DID_NOT_RETURN_A_CERTIFICATE, NO_SUITABLE_SIGNATURE_ALGORITHM and TLSV1_ALERT_UNKNOWN_CA to SSL_SILENT_REASONS
  • Sort SSL_SILENT_REASONS tuple alphabetically

Fixed

  • Guard against None connection in ProxyServer throttle callbacks when the transport is already closed

1.53.6

15 Apr 17:11
2b13d9b

Choose a tag to compare

Changed

  • Added more ignore SSL errors

1.53.5

15 Apr 13:56
e9c4a0f

Choose a tag to compare

Changed

  • Add UNKNOWN_PROTOCOL, VERSION_TOO_LOW and BAD_KEY_SHARE to SSL_SILENT_REASONS

1.53.4

15 Apr 11:11
2507944

Choose a tag to compare

Changed

  • Move bytes serialization handling from Parser.info_dict() to DIAG endpoints using a custom DiagEncoder JSON encoder