Skip to content

🦋 New version release - #305

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
Jul 20, 2026
Merged

🦋 New version release#305
brentrager merged 1 commit into
mainfrom
changeset-release/main

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@smooai/smooth-operator@1.36.1

Patch Changes

  • 770edec: SECURITY: fix cross-user conversation-history leak in the Python server's get_conversation_messages.

    The per-user scoping fix added a _visible_session ownership chokepoint and routed
    get_session, send_message and verify_otp through it, but get_conversation_messages
    still called the store directly — so any authenticated user could read any other user's
    full conversation history by sessionId. It now routes through the same chokepoint and
    reports a session it does not own with the byte-identical SESSION_NOT_FOUND payload it
    uses for an id that never existed (no existence oracle). A structural test now fails if any
    future handler bypasses the chokepoint again.

@smooai/smooth-operator-web-chat-example@0.0.37

Patch Changes

  • Updated dependencies [770edec]
    • @smooai/smooth-operator@1.36.1

@brentrager
brentrager force-pushed the changeset-release/main branch from e81d82c to b82b4ff Compare July 20, 2026 05:02
@brentrager
brentrager merged commit 88ee7f1 into main Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant