Skip to content

v0.6.21

Choose a tag to compare

@github-actions github-actions released this 20 May 19:35
c396ef5

Improvements

  • Sessions API: Added a new POST /v1/sessions/get endpoint for inspecting the current state of a hosted browser session (status, CDP URL, live view URL). Useful for polling sessions that are still queued or starting up.
  • Recording URL retrieval: The Libretto Cloud provider now fetches recording URLs via the dedicated /v1/recordings/get endpoint after closing a session, replacing the previous approach of reading the URL directly from the close or session response.
  • Documentation: The Libretto Cloud API reference now includes a dedicated Recordings page, and recording_url has been removed from the sessions/create, sessions/close, jobs/get, and jobs/debugReport response field documentation in favour of directing users to the new recordings endpoint.