Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: marimo-team/marimo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.19.1
Choose a base ref
...
head repository: marimo-team/marimo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.19.2
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 11, 2026

  1. fix: populate mo.app_meta().request in run mode (#7770)

    ## 📝 Summary
    
      Fixes #7768
    
    When running marimo notebooks in run mode (e.g., via
    `create_asgi_app()`), `mo.app_meta().request` was returning `None`
    because `_auto_instantiate` wasn't passing the HTTP request context from
    the websocket.
    
      ## 🔍 Description of Changes
    
      **Bug fix (`ws_session_connector.py`):**
    - Changed `_auto_instantiate` to pass
    `HTTPRequest.from_request(self.websocket)` instead of `None`
    - This allows `mo.app_meta().request` to access authentication data,
    cookies, headers, and other request metadata in run mode
    
      ## 📋 Checklist
    
    - [x] I have read the [contributor
    guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
    - [x] For large changes, or changes that affect the public API: this
    change was discussed or approved through an issue, on
    [Discord](https://marimo.io/discord?ref=pr), or the community
    [discussions](https://github.com/marimo-team/marimo/discussions) (Please
    provide a link if applicable).
      - [x] I have added tests for the changes made.
      - [x] I have run the code and verified that it works as expected.
    Ravinlathigra authored Jan 11, 2026
    Configuration menu
    Copy the full SHA
    2b63921 View commit details
    Browse the repository at this point in the history
  2. release: 0.19.2

    akshayka committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    14ee233 View commit details
    Browse the repository at this point in the history
Loading