All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
- Small UI improvements.
- Add a progress bar that is active when waiting for API calls from a Rubrik UI. (Issue 21)
- Each API entry now has a copy button that is automatically shown on hover that will copy the API Method and Endpoint to the clipboard. (Issue 9)
- Include the full API on the Request / Response Body page (Issue 6)
- When an API call does not contain a
Request Body
orRequest Variables
a informational message will be shown instead ofnull
or{}
message. (Issue 4) - Filter background Polaris API calls (Issue 16)
- Add a button to pause the automatic scroll to bottom functionality (Issue 7)
- Add recording (start, stop, reset) functionality (Issue 12)
- Categorize GraphQL API calls as either a
QUERY
or aMUTATION
(Issue 3) - Add support for logging API calls from Polaris (Issue 1)
- Format the GraphQL request body output so that it is human readable (Issue 5)
- Add the ability to view GraphQL request variables (Issue 5)
- Monitor network traffic for API calls made from the Rubrik CDM UI and then list each call detected
- View the Rubrik API calls Response and Request Bodies