Update version to 0.9.1 and add APK configuration support to CHANGELOG#2390
Conversation
📝 WalkthroughWalkthroughThe ChangesAPI Designer Extension v0.9.1 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the API Designer VS Code extension release metadata for the 0.9.1 release and documents the newly added APK configuration support.
Changes:
- Bump
api-designerextension version from0.9.0to0.9.1. - Add a
0.9.1CHANGELOG entry describing APK configuration support features.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| workspaces/api-designer/api-designer-extension/package.json | Increments the extension version to 0.9.1. |
| workspaces/api-designer/api-designer-extension/CHANGELOG.md | Adds release notes for 0.9.1 (APK configuration support). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### Added | ||
| - **APK Configuration Support**: Author and manage `.apk-conf` API configuration files. | ||
| - Schema validation, autocompletion, and inline error checking for `.apk-conf` files. | ||
| - Insert built-in templates (Basic, PetStore, Pizza Shack) via the **Choose Template (APK)** command. |
Purpose
Goals
Approach
UI Component Development
npm run storybookfrom the root directory to view current components.Manage Icons
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning
Summary by CodeRabbit
New Features
.apk-confAPI configuration files.Chores