Releases: closeio/click
Releases · closeio/click
Release list
v0.1.0
v0.0.9
Changelog
- c9b33a3 Tell a signed-out CLI to log in, instead of dumping S3's AccessDenied
v0.0.8
Changelog
- e398c0b Rewrap the release paragraph in DEPLOY.md
- ae8b149 Publish the CLI release only after the image is in ECR
- a18569a Gate the CLI release on CI too
- 2ff7a83 Fix smoke-auth in CI, and stop it hiding why it failed
- 59f43c1 Gate the clickd image on CI, and run CI on every push to main
- e2b50ae Harden two boundary inputs: X-Forwarded-Proto and grant emails
- f24a166 Add a hermetic Go unit-test suite (98.7% coverage)
v0.0.7
v0.0.6
v0.0.5
Changelog
- 6fd8638 Default click new to claude-opus-5
- 23da885 Harden the platform: security headers, same-origin gate, path + callback fixes
- 3b44f7b Fix click login callback on IPv6-first hosts (CI smoke-auth failure)
- ba17e78 Skip CI smoke suites on docs-only PRs
- 850c384 Split README into a user README + ARCHITECTURE.md, add CLI reference
- 1b959a7 Security hardening: patch x/text DoS, gitignore secrets
v0.0.4
v0.0.3
Changelog
- f0dad58 Fix click update looking up the wrong GitHub repo
v0.0.2
v0.0.1
Changelog
- 2eb83d6 Print https site URLs when the platform is https
- 20dbb29 Fix 421 Misdirected Request on per-site API calls over https
- 954e819 Make
click listplatform-first - 2c26f9f Restrict image builds back to main pushes
- 94a12d7 Build a per-commit ECR image on every branch; latest tracks main
- 9d22a0c update GH workdlows
- f82b238 Also tag release images as latest on ECR
- d2571cd Add
click new: AI site generation, platform-first with local fallback - 0a7804a Disable buildx attestations on the ECR image push
- be7958f Push the clickd image to ECR from CI (multi-arch)
- 3b81cb7 Add
click update: self-update from GitHub releases - b9d3844 Move workflows onto the ARC runner sets; smoke suites go dual-arch
- bf95013 Add GitHub Actions: CI (build + both smoke suites) and tagged releases
- 829d88a Add
click version; set up GoReleaser (linux amd64/arm64, macOS arm64) - a7f7510 Rename
click rmtoclick delete - 4ac33a9 Measured frontend pass on the close example: cut waterfalls, fix CLS
- 32da430 update .gitignore
- 1a0ff2e Close the SSE stream when a page isn't showing; document the pool gotcha
- 0b62d30 Add the close full example
- afa8a02 Add a site-author API guide (docs/site-api.md)
- 27d9de4 Add a storage-split table to the data isolation section
- 64d6a69 Make bench.sh portable to bash 3.2; bound the realtime NOTIFY
- 56a55a8 Reconcile the Database API section with the two-backend reality
- f96414b Link the interactive system diagram; restore the Known limitations heading
- 2727b33 update README.md with local development steps
- d6c0bd3 Add a latency benchmark and record the performance baseline
- dee9bf9 Fix libSQL timestamp ordering; harden smoke suites against real logins
- 27c6750 Add production deployment guide: workloads on EKS, S3, GitHub IdP
- c0d5b5f Bump dex to v2.45.1 and oauth2-proxy to v7.15.3
- 84d06c0 Add Prometheus metrics to the API (RED + feature counters)
- acb6f51 Harden the libSQL data plane: validate site at the sink
- a065de7 Update CLAUDE.md for the libSQL data plane and session gotchas
- 6909d77 Add per-site libSQL databases (physical isolation) and realtime
- dd7e07c Normalize ownership emails and dedup the CLI's platform API calls
- 855d77c Add identity, per-site ownership, and scoped deploy credentials
- 95913ac renamed to Click
- 40a3689 Add the Database layer
- 7583cf9 first version