#2456 - Merging in updates on Dev and resolving merge conflicts

This commit is contained in:
Charlie Crane
2024-09-13 11:55:26 +01:00
11 changed files with 525 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- ACL's are no longer applied to layer-2 traffic.
- ARP .show() method will now include the port number associated with each entry.
- Added `services_requires_scan` and `applications_requires_scan` to agent observation space config to allow the agents to be able to see actual health states of services and applications without requiring scans (Default `True`, set to `False` to allow agents to see actual health state without scanning).
## [3.3.0] - 2024-09-04
### Added