Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.0.20 #25

Merged
merged 2 commits into from
Sep 18, 2023
Merged

v0.0.20 #25

merged 2 commits into from
Sep 18, 2023

Commits on Sep 18, 2023

  1. Added a render lock to stop concurrency from mashing up state in a sh…

    …ared model.
    
    When using a shared model for validation, concurrency can cause state read and write to crash, this is because rendering sets flags on the structs to mark them as pre-rendered and this causes all kinds of problems.
    
    This lock now keeps things orderly when running concurrent requests for validation that require schema rendering.
    
    Signed-off-by: Dave Shanley <dave@quobix.com>
    daveshanley committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    59dbddb View commit details
    Browse the repository at this point in the history
  2. updated to libopenapi v0.10.6

    Signed-off-by: Dave Shanley <dave@quobix.com>
    daveshanley committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ae7b48b View commit details
    Browse the repository at this point in the history