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.