From c84d64f7bde0ae63efc6e1cbe0eeff8219ae247d Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Wed, 13 Oct 2021 10:22:41 -0700 Subject: [VVP] Adding release notes Issue-ID: VVP-571 Signed-off-by: stark, steven Change-Id: I3edb57109846d3f9ea0a4579006cfa5e064937ea --- docs/release-notes.rst | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d2a6afc..370e08a 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -8,10 +8,53 @@ VVP Project Release Notes =============================== +Version: 9.0.0 +-------------- + +:Release Date: 2021-10-13 + +**Removed Features** +- None + +**New Features** + +- Increase timeout value for requests. (``VVP-555``) +- Support for modeling service < 1.0. (``VVP-556``) +- Support for first time VSP users. (``VVP-535``) + +**Bug Fixes** + +- None + +**Known Issues** + +- None + +**Security Notes** + +VVP code has been formally scanned during build time using NexusIQ and no +Critical vulnerability was found. + +VVP code also is passing the mandatory test coverage percentage (%55). + +- `Validation Scripts `__ +- `Test Engine `__ + +Additionally, all VVP code is still scanned using the `Bandit `__ +library. All potential issues reported this scanning process have been +addressed or marked as non-issues using the ``# nosec`` marker in the source +code. + +Quick Links: + +- `VVP project page `_ +- `Passing Badge information for VVP `_ + + Version: 8.0.0 -------------- -:Release Date: 2020-03-23 +:Release Date: 2021-03-23 **Removed Features** - None -- cgit 1.2.3-korg