Skip to content

Version 0.3.0

Choose a tag to compare

@tarsil tarsil released this 01 Nov 19:23
· 51 commits to main since this release
8a1864a

Added

  • runserver_theme to Ravyn settings and runserver directive. This allows you to customise the theme of the
    ravyn runserver command.

Changed

  • Rewritten the internals for OpenAPI representation models with Pydantic and compatible with Python 3.14+.

Fixed

  • Regression in runserver with a path provided.
  • Fix permissions operations AND,OR,NOT by @egorvavilov. PR #627.
  • Lilya permissions and Ravyn permissions cannot be combined and now Ravyn raises an assertation error when it happens.