Uh oh!
There was an error while loading. Please reload this page.
fix: correct rules for name requirement - #36
Conversation
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe validation mapping in ChangesSecurity scheme validation fix
Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
VisualBean
left a comment
There was a problem hiding this comment.
Great find! Thanks for pushing the fix
VisualBean
commented
Jul 5, 2026
@bielu dont forget to sign your commits 😅 |
bielu
commented
Jul 5, 2026
I guess it is new requirement in this repo? as I didnt sign my commit in past prs 🤔, but will look into getting this commit sign now. |
signed commit Signed-off-by: Arkadiusz biel <bielu@bielu.com.pl>
e40f9dc to
69bfb75Comparebielu
commented
Jul 5, 2026
@VisualBean signed now :) |
No, I just bypassed rules the other times 😅. |
Uh oh!
There was an error while loading. Please reload this page.
VisualBean
commented
Jul 6, 2026
Released as ByteBard.AsyncAPI.NET.3.0.1-beta.17 |
bielu
commented
Jul 6, 2026
confirmed all works as expected, happy to use it for now as beta, until we have more fixes :) |
bielu
commented
Aug 2, 2026
@VisualBean is there any chance to release stable 3.0.1? as preparing my library to stable release as would prefer to be dependant on stable version at this stage :) |
VisualBean
commented
Aug 2, 2026
Yeah no problem, I think enough time has passed on the beta release for this one. |
bielu
commented
Aug 2, 2026
Thanks! |
About the PR
@VisualBean i found small bug when working on signalr client for scalar. the validation require name on Api not Http Api key, which is wrong against the async api schema
Changelog
Summary by CodeRabbit
namefield is enforced for the appropriate scheme type (now applies to HTTP API key).