Releases: nautobot/nautobot-app-firewall-models
Releases · nautobot/nautobot-app-firewall-models
v1.0.2 - 2022-09-22
What's Changed
- Small fix to nested serializers by @glennmatthews in #87
- update docs by @itdependsnetworks in #88
- proper ordering: by @whitej6 in #89
- v1.0.2 prep by @whitej6 in #90
- v1.0.2 release by @whitej6 in #91
New Contributors
- @glennmatthews made their first contribution in #87
Full Changelog: v1.0.1...v1.0.2
v1.0.1 - 2022-09-18
What's Changed
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - 2022-08-31
What's Changed
Removed
- #80 Support for Nautobot < v1.4.0
Changed
- #80 All plural attrs on PolicyRule are now represented in plural form (
source_user
is nowsource_users
etc). - #80 Nav menu name from
Firewall
toSecurity
. - #80 Styling on PolicyRule detail tables
Added
- #80 Support for Notes
- #80 Source Service support
- #80 Security panel on homepage
- #80 PolicyRule detail tables convert empty value to
ANY
Full Changelog: v0.1.0-beta.3...v1.0.0
v0.1.0-beta.3 - 2022-07-18
v0.1.0-beta.2 - 2022-07-10
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 onPolicy
andPolicyRule
models. - Added
rule_details
as a helper for working with aPolicyRule
- Added
policy_details
as a helper for working with aPolicy
- Initial scaffolding for
MySQL
development environment support.
v0.1.0-beta.1 - 2022-07-08
Fixed
- Updated ReadTheDocs link in README.md
v0.1.0-beta.0 - 2022-07-08
Initial pre-release