Skip to content

trqsh CLI v0.1.8

Choose a tag to compare

@hamroqulovv hamroqulovv released this 05 Aug 18:14
· 1 commit to main since this release

Changelog

  • 918a3a339934219209cfe635735b40ee321e7bd0 deploy(edge): enable HTTP/3 ingress in the Helm edge DaemonSet
  • 1b9ef9987a140a94fba58ea65e426497abb77117 deploy(edge): enable HTTP/3 ingress in the production compose stack
  • 6d486f4df6c08c5156c4085cfaa4c3eafa5b7c97 deploy(edge): open UDP 443 on the edge cloud firewall for HTTP/3
  • 3c7667877bbeca076161ccb6469007958fae8f1a docs(npm): correct the uninstall note — npm rm already removes the vendored binary
  • c860f4047a32a055e99531a0e0a1fd960bda8444 feat(ci): add standalone pypi-publish workflow, mirroring npm-publish
  • 568c79d11061d666e1353104d8f93f38a5ba45b8 feat(cli): add --version/-v flag to the root command
  • e58101cc7d0e5ca7c909da93db24246a6cc6b885 feat(edge): add TRQSH_H3_ADVERTISE_PORT for h3 behind a port map
  • 94b487ad8c9387dbfc10bd3cdf4431cee95fd8a0 feat(edge): add optional HTTP/3 (QUIC) ingress to beat HTTP/1.1 head-of-line blocking
  • e95a7ac0d8ee30bcb68edc025dd9ad78df6ebc6b feat(edge): advertise HTTP/3 via Alt-Svc so browsers upgrade off HTTP/1.1
  • a9bc35c35f42501849b588aa8f0f2d50cd7b77ab feat(edge): serve HTTP/2 on the TCP ingress (opt-in via TRQSH_ENABLE_H2)
  • afb1efbfa6215417df878a7b0c766dbebc929c95 fix(cli): actually finish removing the pypi cache dir on trqsh uninstall
  • 5259aee5c24dc963f255226ec1ecd19f551754cd fix(edge): clamp unknown request length to 0 in HTTP usage accounting
  • 0c72d22b7a8185d7aa48cda723fb1a7eb2a44c8e fix(release): pin release.target_commitish so cross-repo publish can't hit an empty-repo 422 again