Summary
This version adds support for NetBox v3.5 and includes several improvements and bug fixes. The following changes have been added:
- Refactored and improved visual representation of all filter forms.
- Added new session key API that allows for
list
,retrieve
,create
, anddelete
methods. - Updated
Secret
andSecret Role
models to includedescription
andcomments
fields. - Improved cookie security and now utilizes
SESSION_COOKIE_SECURE
andLOGIN_TIMEOUT
configuration. - Added
tab_view
for secrets panel. - Added generic relation for secrets.
- Added prerequisite models.
Changes
New Features
- Added support for NetBox v3.5.
- Added new session key API that allows for
list
,retrieve
,create
, anddelete
methods.
Improvements
- Refactored and improved visual representation of all filter forms.
- Updated
Secret
andSecret Role
models to includedescription
andcomments
fields. - Improved cookie security and now utilizes
SESSION_COOKIE_SECURE
andLOGIN_TIMEOUT
configuration.
Deprecations
/api/plugins/secrets/get-session-key/
is deprecated in favor of/api/plugins/secrets/session-keys/
and will be removed in v1.9.0