Skip to content

Releases: nearai/inference-proxy

v0.0.1

05 Mar 07:29
157569a

Choose a tag to compare

What's Changed

  • Fix timing attack vulnerability in token authentication by @bowenwang1996 in #16
  • Cancel streaming background tasks on client disconnect by @bowenwang1996 in #17
  • Pin dstack-sdk to crates.io release v0.1.2 by @bowenwang1996 in #18
  • Harden path traversal protection against encoding attacks by @bowenwang1996 in #19
  • Add per-IP rate limiting to prevent DoS attacks by @bowenwang1996 in #20
  • Add client-perspective signature verification tests by @bowenwang1996 in #22
  • Add CI pipeline with fmt, clippy, and test checks by @bowenwang1996 in #23
  • Add Prometheus metrics endpoint and instrumentation by @bowenwang1996 in #21
  • Add structured upstream error logging and catch-all error parsing by @henrypark133 in #25
  • Add startup health checks to validate inference backend before serving traffic by @henrypark133 in #24
  • Add warning log when TLS_CERT_PATH is set but file doesn't exist by @Copilot in #28
  • Add TLS certificate fingerprint to attestation and reproducible build workflow by @Evrard-Nil in #27
  • Add dependency security auditing to CI by @bowenwang1996 in #26
  • Bump docker/login-action from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 3227f5311cb93ffd14d13e65d8cc400d30f4dd8a by @dependabot[bot] in #30
  • Bump actions/checkout from 4 to 6 by @dependabot[bot] in #29
  • Bump metrics-exporter-prometheus from 0.16.2 to 0.18.1 by @dependabot[bot] in #31
  • Bump x509-parser from 0.16.0 to 0.18.1 by @dependabot[bot] in #32
  • Bump governor from 0.8.1 to 0.10.4 by @dependabot[bot] in #34
  • Bump rand from 0.8.5 to 0.9.2 by @dependabot[bot] in #33
  • Optimize hot-path performance and add criterion benchmarks by @Evrard-Nil in #36
  • Make attestation report a public endpoint by @Evrard-Nil in #38
  • Add cloud API key authentication and usage reporting by @Evrard-Nil in #37
  • Fix CI: Docker build and security audit workflow by @Evrard-Nil in #44
  • feat: add optional JSON log format by @Evrard-Nil in #46
  • feat: add model name to signatures and attestation report by @PierreLeGuen in #50

New Contributors

Full Changelog: https://github.com/nearai/inference-proxy/commits/v0.0.1