From 7edf6d6645052ed4a7477107df7d4c5983c3dc66 Mon Sep 17 00:00:00 2001 From: Michael Wildman Date: Mon, 22 Aug 2022 20:53:58 +1200 Subject: [PATCH] changelog for v0.10.0 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 3 +-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de2a57..3cb39a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## [0.10.0] - 2022-08-22 +### Changed +- AsyncAPI spec version bumped to 2.4.0 +- Added messageId to Message and MessageAttribute +- Updated @asyncapi/react-component to v1.0.0-next.40 +- Target net6.0 only - multitargeting was painful to test & maintain +- Updated NJsonSchema to v10.7.2 +- [Add README to NuGet package #110](https://github.com/tehmantra/saunter/issues/110) + +### Fixed +- [Saunter breaks when you try register two same channels #133](https://github.com/tehmantra/saunter/issues/133) +- [NJsonSchema uses unsupported Json Schema. #138](https://github.com/tehmantra/saunter/issues/138) +- [Use NJsonSchema for the JSON Schema implementation #60](https://github.com/tehmantra/saunter/issues/60) +- [Error: Maximum call stack size exceeded #123](https://github.com/tehmantra/saunter/issues/123) + ## [v0.9.1] - 2021-11-08 ### Fixed - Hosting behind a reverse proxy now works correctly. See tests/Saunter.IntegrationTests.ReverseProxy/README.md for an example. @@ -116,6 +131,7 @@ When updating here set baseVersion to the previous tag and targetVersion to your This link will be dead until after you have completed the pull request and tagged the new version in master --> +[v0.10.0]: https://github.com/tehmantra/saunter/compare/v0.9.1...v0.10.0 [v0.9.1]: https://github.com/tehmantra/saunter/compare/v0.9.0...v0.9.1 [v0.9.0]: https://github.com/tehmantra/saunter/compare/v0.8.0...v0.9.0 [v0.8.0]: https://github.com/tehmantra/saunter/compare/v0.7.1...v0.8.0 diff --git a/README.md b/README.md index 858eaba..0f555d6 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ public class BarMessageBus Each document can be accessed by specifying the name in the URL -```json +``` // GET /asyncapi/foo/asyncapi.json { "info": { @@ -263,5 +263,4 @@ You can also find me on the [AsyncAPI community slack](https://asyncapi.com/slac * This project is heavily inspired by [Swashbuckle](https://github.com/domaindrivendev/Swashbuckle.AspNetCore). * We use [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) for the JSON schema heavy lifting, -* and [Namotion.Reflection](https://github.com/RicoSuter/Namotion.Reflection) for pulling XML documentation.