From 16862134a5736601bbd8b429bbcc38e69b799b07 Mon Sep 17 00:00:00 2001 From: Justin Yoo Date: Fri, 5 Nov 2021 23:10:21 +0900 Subject: [PATCH] Add release note --- release-notes/v1.0.0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 release-notes/v1.0.0.md diff --git a/release-notes/v1.0.0.md b/release-notes/v1.0.0.md new file mode 100644 index 00000000..cc57a12e --- /dev/null +++ b/release-notes/v1.0.0.md @@ -0,0 +1,13 @@ +## Release Notes ## + +🎉🎉🎉 General Availability of Azure Functions OpenAPI Extension `v1.0.0` 🎉🎉🎉 + + +### Changes & Fixes ### + +* #308 Fix the API prefix overly trimmed #307 +* #288 Uint16 bug fix +* #287 Fix uint32 error +* #268 Fixed throwing StackOverflowException when contains exception class #251 +* #263 Fix Data Member Attribute json Serialized Model Casing Applied #212 +* #260 Add integration testing for Uri Object Type #143