Skip to content

fix: update version to 2.7.0, use 127.0.0.1 for dev server bindings#45

Merged
beonde merged 1 commit into
mainfrom
fix/dx-audit-docs
May 21, 2026
Merged

fix: update version to 2.7.0, use 127.0.0.1 for dev server bindings#45
beonde merged 1 commit into
mainfrom
fix/dx-audit-docs

Conversation

@beonde
Copy link
Copy Markdown
Member

@beonde beonde commented May 21, 2026

DX Audit Fixes

Found during a hands-on DX walkthrough of the getting-started docs with real API calls.

Changes

1. Update capiscio_version to 2.7.0 (Bug #7)

mkdocs.yml had capiscio_version: "2.6.0" — template vars in install commands (pip install capiscio-sdk=={{ capiscio_version }}) were generating outdated versions.

2. Replace 0.0.0.0 with 127.0.0.1 in dev examples (Bug #10)

Dev server examples in getting-started, samples, and Flask integration docs used host="0.0.0.0" which binds to all interfaces. Changed to 127.0.0.1 for local-only dev binding. Production examples (gunicorn, Docker CMD) are unchanged.

Files Changed

  • mkdocs.yml — version string
  • docs/samples.md — uvicorn binding
  • docs/getting-started/complete-workflow.md — uvicorn binding
  • docs/getting-started/secure/2-sdk.md — 2x uvicorn bindings
  • docs/getting-started/secure/4-test.md — expected output
  • docs/how-to/integrations/flask.md — 2x app.run bindings

- mkdocs.yml capiscio_version: 2.6.0 → 2.7.0
- Replace 0.0.0.0 with 127.0.0.1 in uvicorn.run and app.run dev examples
  (gunicorn/Docker production examples unchanged)
@github-actions
Copy link
Copy Markdown

✅ Documentation Build Successful

The documentation build completed successfully and passed validation checks.

  • ✅ Build completed without errors
  • ✅ Critical files present (index.html, sitemap.xml, robots.txt)
  • ✅ Link validation completed

This PR will deploy to dev-docs.capisc.io when merged to main.

@beonde beonde merged commit 89b49e8 into main May 21, 2026
4 checks passed
@beonde beonde deleted the fix/dx-audit-docs branch May 21, 2026 16:54
@beonde beonde restored the fix/dx-audit-docs branch May 22, 2026 02:01
@beonde beonde deleted the fix/dx-audit-docs branch May 22, 2026 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant