Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 11:50
· 24 commits to main since this release
c74f026

Changelog

  • 601ab32 Create CNAME
  • 9a8bf21 build(benchmark): add bare-metal script with benchmark-mode, preload, and Bun tests
  • 9596966 build(benchmark): add fasthttp/net-http hello world baselines and update baremetal script
  • 944bd10 build(benchmark): add preload variant and update suite for 5 servers
  • 9326f63 build(benchmark): fix bun static target and lower default load
  • 9ae60e2 ci(security): pin GitHub Actions and add govulncheck
  • 1c3d3c1 feat(ui): enhance landing page with reveal animations and high-quality hover states
  • 50a920e feat: upgrade landing page to premium dark mode
  • 5b7473c fix(cache): enforce true no-cache mode and honor entry ttl
  • 0fd9649 fix(config): remove dead read_header_timeout setting (fasthttp has no such field)
  • fdef431 fix(server): harden HTTP to HTTPS redirects against host header abuse
  • 8e99c71 perf(handler): reduce cache hit overhead and cold-miss filesystem work
  • 98e782a perf(server): add startup preloading, zero-alloc fast path, path cache, and GC tuning
  • 71847e4 perf(server): migrate HTTP layer from net/http to fasthttp
  • 0d4def4 refactor(server): remove benchmark-mode in favor of production preload
  • f4ada4f style(ui): reduce vertical spacing in hero section
  • 3050064 style: enhance primary button contrast and reduce vertical space