Releases: amyasnikov/validity
Releases · amyasnikov/validity
3.0.5
3.0.4
Bug Fixes:
3.0.3
3.0.2
New Features:
- Columns of Device Report Table now can be customized via "configure" button. Feel free to hide unnecessary columns and leave more space for the ones you need.
Bug Fixes:
- #114 - API Schema generation Error
- Fix Test Result table filtering
- Fix Report Device table ordering by passed statistics
3.0.1
Security Fixes:
- Enforce authentication and permissions for all the views (some views like
/devices/<id>/serialized_state/
were available without auth). Running the tests now requires "run" permission. See docs
Bug Fixes:
3.0.0
Breaking Changes:
- Validity does not use Custom Scripts anymore. Tests execution now works via direct integration with RQ. Hence, all URLs (GUI and API) related to Tests execution have been changed. See docs for examples.
New Features:
- Tests execution now can be accelerated by splitting the work between multiple RQ workers. See docs
- Bulk Import is added for all configurable models
- NetBox 4.1 support has been added
Other:
- Support of NetBox 3.6 has been removed
- Now creation of Report after Tests execution is mandatory
store_last_results
andsleep_between_tests
plugin settings have been removed- Minor UI improvements
2.3.3
2.3.2
2.3.1
2.3.0
Breaking Changes:
- Dropped support of NetBox 3.5
New Features:
- Added support for NetBox 4.0
Notes:
- GraphQL support for NetBox 4.0 is not implemented. It will be implemented later in case of resolving of netbox-community/netbox#16091
- Migrations have been squashed