Skip to content

v0.1.0-beta.2 - 2022-07-10

Pre-release
Pre-release
Compare
Choose a tag to compare
@whitej6 whitej6 released this 10 Jul 22:21
· 268 commits to main since this release
0d41530

Changed

  • Update Serializers to current standards
  • Update development environment to current standards
  • Update CI matrix for better runtime & coverage of versions

Fixed

  • Pydocstyle.ini being properly used
  • Dockerfile to work with NAUTOBOT_VER from build args, previously poetry superceeded the build arg.
  • Updates for status attributes to account for defaulting.
  • Static URLs for images in README.md to fix broken link in PyPI page rendering.

Added

  • Ability to expand Policy detail API view with query param deep=True.
  • Added to_json method on Policy and PolicyRule models.
  • Added rule_details as a helper for working with a PolicyRule
  • Added policy_details as a helper for working with a Policy
  • Initial scaffolding for MySQL development environment support.