{{ message }}
Releases: fastapi/fastapi-vscode
Releases Β· fastapi/fastapi-vscode
0.2.3
Refactors
- π± Make walkthrough GIFs ~50% smaller. PR #175 by @savannahostrowski.
- β Assert opened URL by host instead of substring. PR #174 by @savannahostrowski.
- ποΈ Render cloud logs via DOM instead of HTML strings. PR #172 by @savannahostrowski.
Internal
- ποΈ Disable Bun dependency cache in the publish workflow. PR #173 by @savannahostrowski.
- π· Automate release process. PR #170 by @savannahostrowski.
0.2.2
Fixes
- π Exclude .venv and cache dirs from test index scan. PR #168 by @savannahostrowski.
Refactors
- β‘ Speed up extension activation. PR #164 by @savannahostrowski.
Internal
- β¬ Bump @vscode/test-electron from 2.5.2 to 3.0.0 in the npm-packages group. PR #166 by @dependabot[bot].
- β¬ Bump crate-ci/typos from 1.47.1 to 1.47.2 in the github-actions group. PR #167 by @dependabot[bot].
- β¬ Bump ovsx from 0.10.12 to 1.0.0 in the npm-packages group. PR #162 by @dependabot[bot].
- β¬ Bump the github-actions group with 2 updates. PR #163 by @dependabot[bot].
- π· Setup GH actions workflow to check sources for typos. PR #160 by @YuriiMotov.
- β¬ Bump tiangolo/latest-changes from 0.4.1 to 0.5.0 in the github-actions group. PR #161 by @dependabot[bot].
- β¬ Bump zizmorcore/zizmor-action from 0.5.3 to 0.5.6 in the github-actions group. PR #159 by @dependabot[bot].
0.2.1
Fixes
- πΈ Improve error handling so toasts are more descriptive. PR #145 by @savannahostrowski.
Upgrades
- β¬ Bump lint-staged from 16.4.0 to 17.0.2. PR #152 by @dependabot[bot].
Docs
- π Update security policy. PR #155 by @tiangolo.
- π± Update walkthrough assets and copy for legibility. PR #147 by @savannahostrowski.
Internal
- π Fix telemetry overcounting and reduce event volume. PR #157 by @savannahostrowski.
- β¬ Bump esbuild from 0.27.7 to 0.28.0 in the npm-packages group. PR #156 by @dependabot[bot].
- π· Configure Dependabot to group updates and update weekly. PR #154 by @YuriiMotov.
- β¬ Bump sinon from 21.1.2 to 22.0.0. PR #151 by @dependabot[bot].
- β¬ Bump actions/labeler from 6.0.1 to 6.1.0. PR #150 by @dependabot[bot].
- ποΈ Only allow team members to modify dependencies. PR #153 by @svlandeg.
- π§ Honor fastapi-cli config for local API endpoint. PR #149 by @savannahostrowski.
- ποΈ Add zizmor and fix audit findings. PR #146 by @YuriiMotov.
- π Release version 0.2.0. PR #144 by @savannahostrowski.
0.2.0
Features
- β¨ Add support for route to test CodeLens. PR #143 by @savannahostrowski.
Internal
- π Release version 0.1.6. PR #141 by @savannahostrowski.
0.1.6
Fixes
- π Fix import resolution for src layout projects and bare relative imports. PR #140 by @savannahostrowski.
Internal
- β¬ Bump actions/upload-artifact from 7.0.0 to 7.0.1. PR #139 by @dependabot[bot].
- βοΈ Update dependabot.yml to match fastapi/fastapi's config. PR #138 by @savannahostrowski.
- β¬οΈ Bump to TypeScript 6. PR #135 by @savannahostrowski.
- π Release version 0.1.5. PR #130 by @savannahostrowski.
0.1.5
Fixes
- π Fix discovery when multiple routers are imported from the same file. PR #129 by @savannahostrowski.
Internal
- β¬ Bump oven-sh/setup-bun from 2.1.3 to 2.2.0. PR #127 by @dependabot[bot].
- β¬ Bump actions/download-artifact from 8.0.0 to 8.0.1. PR #125 by @dependabot[bot].
- π Release version 0.1.4. PR #123 by @savannahostrowski.
0.1.4
Fixes
- π Support stacked decorators and deprecated route warnings. PR #121 by @savannahostrowski.
- π Handle cross-file factory functions. PR #120 by @savannahostrowski.
Refactors
- β»οΈ Alphabetize test fixtures. PR #111 by @savannahostrowski.
- β»οΈ Traverse AST in a single pass during file analysis. PR #109 by @savannahostrowski.
Internal
- π Only fire entrypoint detected on initial activation. PR #122 by @savannahostrowski.
- β¬ Bump oven-sh/setup-bun from 2.1.2 to 2.1.3. PR #115 by @dependabot[bot].
- π Prevent activation failure when workspace files are unreadable. PR #114 by @savannahostrowski.
- β»οΈ Clean up
routerResolverwith extracted helpers and context object. PR #113 by @savannahostrowski. - β»οΈ Extract router node creation to deduplicate. PR #112 by @savannahostrowski.
- β»οΈ Use RouteInfo with Omit instead of anonymous type. PR #110 by @savannahostrowski.
- π Release version 0.1.3. PR #108 by @savannahostrowski.
0.1.3
Fixes
- π Recognize custom FastAPI/APIRouter naming patterns (aliases, subclasses, module imports). PR #107 by @savannahostrowski.
- π Support factory function apps when entrypoint is configured. PR #101 by @savannahostrowski.
Internal
- π Add Antigravity as a telemetry client name. PR #99 by @savannahostrowski.
- π Release version 0.1.2. PR #98 by @savannahostrowski.
0.1.2
Internal
- βͺ Revert "βοΈ Remove 'Extension' from display name". PR #97 by @savannahostrowski.
- π Release version 0.1.1. PR #96 by @savannahostrowski.
0.1.1
Fixes
- π Add support to extractors for keyword args in definitions. PR #95 by @savannahostrowski.
- π Improve monorepo application discovery. PR #90 by @savannahostrowski.
Internal
- βοΈ Add metadata and CI step for OpenVSX publishing. PR #84 by @savannahostrowski.
- βοΈ Remove 'Extension' from display name. PR #92 by @savannahostrowski.
- βοΈ Add issue template and configuration. PR #88 by @savannahostrowski.
- π Release version 0.1.0. PR #83 by @savannahostrowski.