Upgrading
Upgrade the Docker image
Section titled “Upgrade the Docker image”docker compose pull && docker compose up -dUpgrade the SDK
Section titled “Upgrade the SDK”# Pythonpip install --upgrade rayobrowse
# Node.jsnpm update rayobrowseVersioning
Section titled “Versioning”The Docker image and SDKs are versioned independently:
| Component | Distribution | Contains |
|---|---|---|
Docker image (rayobyte/rayobrowse:latest) | Docker Hub | Chromium binary, fingerprint engine, daemon server |
Python SDK (rayobrowse) | PyPI | Lightweight HTTP client |
Node.js SDK (rayobrowse) | npm | Lightweight HTTP client |
The SDKs maintain backward compatibility with older daemon versions, but upgrading both together is recommended for the best experience.