Thanks to visit codestin.com
Credit goes to github.com

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: langfuse/langfuse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.113.0
Choose a base ref
...
head repository: langfuse/langfuse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.114.0
Choose a head ref
  • 13 commits
  • 65 files changed
  • 9 contributors

Commits on Sep 30, 2025

  1. Configuration menu
    Copy the full SHA
    23e765f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c084d19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa5b5fb View commit details
    Browse the repository at this point in the history
  4. feat(auth): add support for Keycloak scope and ID token configuration (

    …#9359)
    
    * feat(auth): add support for Keycloak scope and ID token configuration
    
    * fix(auth): update ID token envvar handling to use default value
    freinold authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    7e76fbf View commit details
    Browse the repository at this point in the history
  5. feat(trace-ui): natural language filters (#9347)

    * add fetchCompletion route
    
    * use fetchLLMCompletion function
    
    * chore(llm): add execution context to fetchLLMCompletion function
    
    * add router
    
    * chore: refactor to add resolveBedrockCredentials
    
    * feat(env): add optional AWS Bedrock configuration
    
    * chore: revert langfuse execution context for fetch llm completion
    
    * frontend poc
    
    * use bedrock keys
    
    * chore(organization): add aiFeaturesEnabled column
    
    * feat(organization): update organization update procedure to include optional aiFeaturesEnabled
    
    * add route integrated
    
    * add env vars
    
    * update
    
    * add proejct id
    
    * fixup: ai feature toggle
    
    * fully integrated
    
    * fix: organization ai feature settings
    
    * update
    
    * fix ts
    
    * chore: remove env variables from shared
    
    * chore: rename environment variables
    
    * chore: enhance LLM completion context
    
    * chore: fix typing
    
    * typing
    
    * no more token delegate
    
    * add project id
    
    * fix: filter completion should never throw an error, fallback to empty json
    
    * chore: set up bedrock credentials for development
    
    * chore: remove TokenCountDelegate from types
    
    * fix: integrate organization AI feature checks in filter builder
    
    * fix: use project hook over org hook
    
    * send traces to langfuse cloud
    
    * fix build
    
    * fix buuild
    
    * validate filters
    
    * chore: eslint
    
    * add debug
    
    * don't greedy match
    
    * add tooltip
    
    * fix parsing
    
    * update AI feature text
    
    * fix lockfile
    
    * chore(router): gate setting/using ai features on self hosted deployments
    
    * chore: replace env variable usage with useLangfuseCloudRegion hook across components
    
    * chore: integrate useLangfuseCloudRegion hook to conditionally render AI features in filter builder and AI feature switch components
    
    * docs: update REVIEW.md with Langfuse Cloud environment usage guidelines
    
    * link
    
    * chore: add LANGFUSE_AWS_BEDROCK_MODEL to .env.dev.example and update its definition in env.mjs
    
    * Update useFilterState.ts
    
    ---------
    
    Co-authored-by: Marlies Mayerhofer <[email protected]>
    Co-authored-by: Leo <[email protected]>
    3 people authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    17a358a View commit details
    Browse the repository at this point in the history
  6. chore: upgrade turborepo to 2.5.8 (#9337)

    * chore: upgrade turborepo to 2.5.8
    
    * add comments
    
    * comments
    
    * fix for turbo plugin default exports
    nimarb authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    1d3ad16 View commit details
    Browse the repository at this point in the history
  7. fix: Accept any 2xx status for webhooks (#9439)

    feat: Accept 2xx status codes for webhook success
    
    Co-authored-by: Cursor Agent <[email protected]>
    marcklingen and cursoragent authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    c7de984 View commit details
    Browse the repository at this point in the history
  8. test(llm-connections): add tests for all adapters (#9423)

    * test(llm-connections): add tests for all adapters
    
    * test(llm-connections): add tests for all adapters
    
    * fix
    
    * fix
    
    * push
    
    * push
    hassiebp authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    37002f3 View commit details
    Browse the repository at this point in the history
  9. fix: add current datetime to ai filter prompt (#9445)

    * Add current datetime to AI prompt context
    
    Co-authored-by: marc <[email protected]>
    
    * Refactor datetime formatting for AI prompt
    
    Co-authored-by: marc <[email protected]>
    
    ---------
    
    Co-authored-by: Cursor Agent <[email protected]>
    marcklingen and cursoragent authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    8d9c059 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. chore: upgrade golang migrate 4.19.0 (#9444)

    * chore: do not upgrade to postgrs 18
    
    * chore: do not upgrade to postgrs 18
    
    * chore: do not upgrade to postgrs 18
    
    * chore: upgrade golang-migrate
    maxdeichmann authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    a43fbc8 View commit details
    Browse the repository at this point in the history
  2. fix(trace-ui): make row label sticky for long cells (#9454)

    * feat(trace-ui): make row label sticky for long cells
    
    * simplify
    nimarb authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    5427d3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23300f9 View commit details
    Browse the repository at this point in the history
  4. chore: release v3.114.0

    hassiebp committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    6cd98d2 View commit details
    Browse the repository at this point in the history
Loading