All components
- Added support for customizeable verdict score ranges
- Added RBAC support
v4.3.0.stable9
UI - Frontend
- Fix possible crash with Priority set to user-low
v4.3.0.stable8
Hotfix: Account for cache hits/incompatible services with older tag format in Dispatcher
v4.3.0.stable7
Feature: Default mounts for services
Base
- Add a configuration for defining default service mounts
Core
- Scaler: Add support for adding default mounts to services
v4.3.0.stable6
Core
- Scaler: Ensure change_key is passed in Docker controller
UI - API
- Fix description for SHA256 submissions
v4.3.0.stable5
UI - API
Hotfix: Remove reference to URLDownloader in Ingest API
v4.3.0.stable4
UI - API
- Revert URL fetching functionality back to how it was originally in 4.2
UI - Frontend
- Remove prompt when submitting a URL to the system
v4.3.0.stable3
Core
- Have scaler hash service configurations before adding them to container labels
- Give an option to stop over-allocating resources when a certain node count is reached
v4.3.0.stable2
UI - API
- If submitting a URL to the system and haven't explicitly specified URLDownloader, automatically add the service and restrict download to the submitted URL only
UI - Frontend
- Raise a prompt when submitting a URL to the system. Indicate that the system will actively reach out to the Internet in order to fetch the response of the URL
v4.3.0.stable10
Base
- Improve APK detection
Service Base
- Added testing interface
v4.3.0.stable1
Hotfix: Bump SYSTEM_VERSION to disable incompatible services upon deployment
v4.3.0.stable0
Base
- Make changes to TaskMessage model to facilitate passing scoring context with tags
- Add new service category called `Internet Connected` designated for services that connect to the internet
- Add new service configuration called `uses_tag_scores` which indicates the service requires context about the tags its gets from earlier stages
Core
- Change dispatcher to maintain / distribute tag scores upon request
Service Base
- Allow Task.tags object to include scores if the service is configured to use them
- Add support for AWS CodeCommit
UI - API
- Shift URL fetching responsibility to services that accepts `url` types
- Change description of submission to reflect the type of submission made (URL, file)
UI - Frontend
- Allow the API to decide the name associated for a submission