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.94.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.95.0
Choose a head ref
  • 2 commits
  • 33 files changed
  • 2 contributors

Commits on Aug 7, 2025

  1. feat(annotation): support assigning users to queues (#8325)

    * chore(annotation-queue): add AnnotationQueueMembership model and related database schema updates
    
    * chore(annotation-queue): add AnnotationQueueMembership POST and DEL APIs
    
    * feat(annotation-queue): implement user assignment functionality for annotation queues
    
    * fix: role logic for users
    
    * chore: rn to assignments
    
    * fixup: rn to assignments
    
    * chore(annotation-queue): enhance user assignment section with debounced search and display of assigned users
    
    * feat(annotation-queue): add MultiSelectCombobox for user assignment and enhance DataTable with row class name functionality
    
    * refactor(rbac): replace generateUserQuery with generateUserProjectRolesQuery and introduce utility functions for project role resolution
    
    * fixup: filter query for user ids
    
    * fixup: resolve project role test
    
    * fix: validate user project role before adding to annotation assignment
    
    * chore: remove code
    
    * chore: fix
    
    * chore: fix filter
    
    * chore: fix filter
    
    * tests for auth logic
    
    * push: fix api route test
    
    * tests for auth logic
    
    * fix
    
    * fix
    
    * chore: push
    
    * chore: rename
    
    * docs: api types
    
    * fix: formatting
    
    * fix: formatting
    
    * chore: add disabled prop to MultiSelectCombobox
    
    * chore: rename migration
    
    ---------
    
    Co-authored-by: Max Deichmann <m.deichmann@tum.de>
    marliessophie and maxdeichmann authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    026d8e2 View commit details
    Browse the repository at this point in the history
  2. chore: release v3.95.0

    marliessophie committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    b2f8eb7 View commit details
    Browse the repository at this point in the history
Loading