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: simstudioai/sim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: staging
Choose a base ref
...
head repository: simstudioai/sim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 1 file changed
  • 3 contributors

Commits on Dec 19, 2025

  1. v0.5.35: helm updates, copilot improvements, 404 for docs, salesforce…

    … fixes, subflow resize clamping
    icecrasher321 authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    eb07a08 View commit details
    Browse the repository at this point in the history
  2. v0.5.36: hitl improvements, opengraph, slack fixes, one-click unsubsc…

    …ribe, auth checks, new db indexes
    waleedlatif1 authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    4d1a9a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. fix(helm): add custom egress rules to realtime network policy (#2481)

    The realtime service network policy was missing the custom egress rules section
    that allows configuration of additional egress rules via values.yaml. This caused
    the realtime pods to be unable to connect to external databases (e.g., PostgreSQL
    on port 5432) when using external database configurations.
    
    The app network policy already had this section, but the realtime network policy
    was missing it, creating an inconsistency and preventing the realtime service
    from accessing external databases configured via networkPolicy.egress values.
    
    This fix adds the same custom egress rules template section to the realtime
    network policy, matching the app network policy behavior and allowing users to
    configure database connectivity via values.yaml.
    Lutherwaves authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    4431a1a View commit details
    Browse the repository at this point in the history
  2. v0.5.37: redaction utils consolidation, logs updates, autoconnect imp…

    …rovements, additional kb tag types
    waleedlatif1 authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    3e697d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2025

  1. Configuration menu
    Copy the full SHA
    4827866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f4ec96 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Configuration menu
    Copy the full SHA
    3d9d9cb View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. v0.5.41: memory fixes, copilot improvements, knowledgebase improvemen…

    …ts, LLM providers standardization
    icecrasher321 authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    e12dd20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57e4b49 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2025

  1. Configuration menu
    Copy the full SHA
    b304233 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2025

  1. Configuration menu
    Copy the full SHA
    b6ba3b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2025

  1. Configuration menu
    Copy the full SHA
    dd3209a View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. Configuration menu
    Copy the full SHA
    f895bf4 View commit details
    Browse the repository at this point in the history
Loading