Skip to content

Releases: BackendStack21/static-web

v1.3.0

08 Mar 11:50
c74f026

Choose a tag to compare

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

v1.2.0

07 Mar 19:35

Choose a tag to compare

Changelog

  • b25d5dd chore(release): bump version 1.1.0 → 1.2.0
  • 30ebd18 feat(docs): add GitHub Pages landing page with SEO and source-verified content
  • dcafc8d feat: embed default pages into binary as fallback when files.root lacks them
  • 6e6b48f feat: rebrand footer to 21no.de with love emoji
  • 424b7c6 feat: redesign default pages with terminal/dev-oriented aesthetic
  • 0929503 fix: extract inline styles to style.css to comply with default-src 'self' CSP
  • 24a093f fix: remove inline script and onclick handler to comply with default-src 'self' CSP
  • c032030 fix: replace fingerprint-blocked named fonts with ui-monospace system stack

v1.1.0

07 Mar 17:27

Choose a tag to compare

Changelog

  • 40556e5 chore(release): bump version 1.0.1 → 1.1.0
  • 28854b8 feat: add branded default index and 404 pages based on BackendStack21 identity
  • 83a0bf6 feat: add branded default index and 404 pages based on BackendStack21 identity

v1.0.1

07 Mar 17:16

Choose a tag to compare

Changelog

  • fcff20f Revert "ci: add CI workflow to run tests on push and pull requests"
  • 8320763 chore(release): bump version 1.0.0 → 1.0.1
  • bafadf8 ci: add CI workflow to run tests on push and pull requests
  • 9d6122b ci: add CI workflow to run tests on push and pull requests
  • 79617a1 ci: add GitHub Actions release workflow; fix goreleaser and Makefile repo refs
  • 4978ce5 fix: update repository URLs to github.com/BackendStack21/static-web