Skip to content

Releases: closeio/click

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 09:46
5c204c9

Changelog

  • 5c204c9 Never pipe into grep -q from the smoke suites
  • af5499f Stop the metrics check failing on its own pipe, and retry flaky pulls
  • 931d516 Strip the Close-internal bits ahead of going public
  • 47d0bd2 Switch to GHCR

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 29 Jul 06:17
c9b33a3

Changelog

  • c9b33a3 Tell a signed-out CLI to log in, instead of dumping S3's AccessDenied

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 28 Jul 18:15
e398c0b

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

Choose a tag to compare

@github-actions github-actions released this 28 Jul 08:27
f3fbb3c

Changelog

  • f3fbb3c Rename the Go module and Compose project to click
  • 9974e39 Add LICENSE and CONTRIBUTING.md files
  • 41d2532 Split ARCHITECTURE.md into DESIGN.md and DEPLOY.md
  • f97fb3e Document the smoke suites' Docker prerequisite and volume reuse

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 27 Jul 16:17
418ffb3

Changelog

  • 418ffb3 Switch the click CLI from stdlib flag to cobra
  • d0d0458 Add -docs-only in the click new command
  • db26b0c Add the pong example
  • b8cce52 Rename close example to demo

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 27 Jul 07:32
6fd8638

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

Choose a tag to compare

@github-actions github-actions released this 24 Jul 15:11
a045721

Changelog

  • a045721 Let the click CLI trust an extra CA without SSL_CERT_FILE
  • be56631 Fix docs pointing at close-click instead of the real repo name

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:42
f0dad58

Changelog

  • f0dad58 Fix click update looking up the wrong GitHub repo

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:35
1473ef0

Changelog

  • 1473ef0 Generate AGENTS.md when creating a new site so you can interate more on that site
  • f6b74d7 Add retro game example
  • 244c911 Always move the latest image tag with every CI build
  • 9d5b009 Add AGENTS.md

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 09:36
2eb83d6

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 list platform-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 rm to click 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