Skip to content

Conversation

sfc-gh-dmatthews
Copy link
Contributor

📚 Context

Docs for release 1.45.0

🧠 Description of Changes

  • Added attributes for st.context
  • De-experimentalized st.user
  • Release notes
  • What's new
  • Cheat sheet
  • streamlit.json
  • Bumped embedded apps to latest

Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the documentation and examples for release 1.45.0 by replacing experimental user APIs with their stable counterparts and adding new context attributes. Key changes include:

  • Replacing all occurrences of st.experimental_user with st.user.
  • Updating API references and examples to include new st.context attributes.
  • Refreshing release notes and cheat sheet content to reflect version 1.45.0.

Reviewed Changes

Copilot reviewed 25 out of 32 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pages/index.js Updated UI cards to use st.user, st.multiselect, and added new context attributes with minor text changes.
context/VersionContext.js Minor refactoring of object formatting within the provider.
content/develop/tutorials/authentication/*.md Revised examples to replace st.experimental_user with st.user.
content/develop/quick-references/release-notes/* Updated release notes to version 1.45.0 and adjusted content accordingly.
content/develop/quick-references/api-cheat-sheet.md Updated API cheat sheet examples to use st.user and new st.context attributes.
content/develop/concepts/connections/authentication.md Updated authentication documentation to reflect st.user changes.
content/develop/api-reference/user/.md, caching-and-state/, _index.md Updated API reference pages to replace st.experimental_user with st.user and include new st.context details.
Files not reviewed (7)
  • python/api-examples-source/charts.video3/requirements.txt: Language not supported
  • python/api-examples-source/guides/requirements.txt: Language not supported
  • python/api-examples-source/hello/requirements.txt: Language not supported
  • python/api-examples-source/mpa-hello/requirements.txt: Language not supported
  • python/api-examples-source/navigation.example_1/requirements.txt: Language not supported
  • python/api-examples-source/navigation.example_2/requirements.txt: Language not supported
  • python/api-examples-source/requirements.txt: Language not supported

Copy link

@sfc-gh-diawang sfc-gh-diawang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sfc-gh-dmatthews sfc-gh-dmatthews merged commit 69bc5c4 into main Apr 29, 2025
5 checks passed
@sfc-gh-dmatthews sfc-gh-dmatthews deleted the release branch April 29, 2025 17:41
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.

2 participants