Skip to content

Commit

Permalink
Add release notes for v0.4.0-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Feb 10, 2021
1 parent 9987eb7 commit f948593
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions release-notes/v0.4.0-preview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Release Notes ##

Implemented more Open API spec


### Changes ###

* Implemented Open API spec
* #27 Mark Deprecated to Operations, Parameters and Schemas
* [Operation Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#operationObject)
* [Parameter Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#parameterObject)
* [Schema Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#schema-object)
* #35 Overwriting Base URL
* [Server Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#serverObject)
* #38 Support for Response Headers
* [Response Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#responseObject)
* Updated docs
* [How to use `proxies.json` to shorten entrypoint URL for Swagger UI and `swagger.json` pages](https://github.com/Azure/azure-functions-openapi-extension/blob/main/docs/shortening-swagger-ui-page-url.md)
* And more...


### Fixes ###

0 comments on commit f948593

Please sign in to comment.