Release Notes

Mongoose Studio v0.2.10

Auto-refresh for Document view (Express deployments)

Mongoose Studio can now auto-refresh a document when it changes in MongoDB. Enable Auto-Refresh from the Document menu to subscribe to updates and keep the page in sync without manually reloading.

You can also use Refresh to pull the latest version on demand. Auto-refresh is available on deployments using Express - not supported on Next.js or Netlify currently.

Copy Document

You can now copy the currently loaded document as formatted JSON from the document-detail page. In the Document menu, click Copy Document to copy it to your clipboard for easy sharing, debugging, or pasting into tests.