-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update versions for openapi launch (#391)
* Update source anlaysis to 0.3.0 * Bump studio version * Format * Update the changelog * Retroactively add changelogs * Rename changelog files * Update changelog entry for openapi * Rename files with underscores not dots * First pass at a fix for the automatic body selection after history entry is loaded * Add quickfix to support url params
- Loading branch information
Showing
11 changed files
with
202 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
--- | ||
date: 2024-10-19 | ||
date: 2024-12-09 | ||
version: canary | ||
draft: true | ||
--- | ||
|
||
### Features | ||
* Improved code analysis. Through the new @fiberplane/source-analysis package a more flexible and thorough source code implementation is included | ||
* OpenAPI integration. You can now fetch the OpenAPI spec for your api, and Studio will use it to map spec definitions to your api routes. Expected query parameters, headers, and body fields are then surfaced in Studio. | ||
* Basic Command bar. You can now toggle the timeline or logs with the command bar (`cmd+k`), as well as switch between different tabs (Body, Headers, Params, Docs) in the request fields. | ||
* Natural language request generation. You can now generate requests with an instruction prompt. Press `cmd+shift+g` to open the prompt input. | ||
|
||
### Bug fixes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
date: 2024-10-25 | ||
version: 0.10.0 | ||
draft: false | ||
--- | ||
|
||
### Features | ||
|
||
- Fiberplane Services. Log in with GitHub to get access to 100 free AI-generated requests every day! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
date: 2024-12-02 | ||
version: 0.12.1 | ||
draft: false | ||
--- | ||
|
||
### Features | ||
* Improved code analysis. Through the new @fiberplane/source-analysis package a more flexible and thorough source code implementation is included | ||
|
||
### Bug fixes | ||
* Fixed an issue where the request body type would switch to "text" even when you selected "JSON" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
date: 2024-12-04 | ||
version: 0.12.3 | ||
draft: false | ||
--- | ||
|
||
### Features | ||
* Routes file tree view. You can now view your routes as they're organized in your file system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
date: 2024-12-05 | ||
version: 0.12.4 | ||
draft: false | ||
--- | ||
|
||
### Features | ||
* OpenAPI integration. Studio will use the OpenAPI spec from Hono-Zod-OpenAPI apps to map spec definitions to your api routes. Docs for a route are shown in a new "Docs" tab. | ||
* Basic Command bar. You can now toggle the timeline or logs with the command bar (`cmd+k`), as well as switch between different tabs (Body, Headers, Params, Docs) in the request fields. | ||
* Natural language request generation. You can now generate requests with an instruction prompt. Press `cmd+shift+g` to open the prompt input. | ||
|
||
### Bug fixes | ||
* Added a tooltip to the sidebar panel toggle to make it clearer what the keyboard shortcut is (`cmd+b`) | ||
* Fixed an issue where the route side bar would not highlight the currently selected route after you switched the method manually |