Skip to content

Releases: rubrikinc/api-capture-chrome-extension

Rubrik API Capture Chrome Extension v1.0.0

09 Jun 15:38
31814a7
Compare
Choose a tag to compare

Added

  • Minor UI tweaks
  • Now deployed to the Chrome Web Store

Rubrik API Capture Chrome Extension Final Beta v0.4.0

03 Jun 21:51
902878c
Compare
Choose a tag to compare

New Features

  • 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)

Rubrik API Capture Chrome Extension Beta v0.3.0

02 Jun 17:36
8e5733f
Compare
Choose a tag to compare

New Features

  • Add recording (start, stop, reset) functionality (Issue 12)
  • Add a button to pause the automatic scroll to bottom functionality (Issue 7)
  • Filter background Polaris API calls (Issue 16)

Enhancements

  • When an API call does not contain a Request Body or Request Variables a informational message will be shown instead of null or {} message. (Issue 4)

Rubrik API Capture Chrome Extension Beta v0.2.0

29 May 20:33
82fae7b
Compare
Choose a tag to compare

New Features

  • Categorize GraphQL API calls as either a QUERY or a MUTATION (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)

Rubrik API Capture Chrome Extension Beta v0.1.0

27 May 13:33
Compare
Choose a tag to compare

Initial Release

  • 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