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-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: langfuse/langfuse-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.1
Choose a head ref
  • 4 commits
  • 39 files changed
  • 3 contributors

Commits on Aug 22, 2025

  1. feat(traces): add more observation types (#1290)

    * init commit
    
    * Use as_type
    
    * clean
    
    * cleanup
    
    * cleanup
    
    * todo clarifty case sensitivity
    
    * format
    
    * revert
    
    * add test
    
    * lower case
    
    * fix lint
    
    * format
    
    * types
    
    * cleanup
    
    * fix test
    
    * update
    
    * update
    
    * fix cases
    
    * fix some more types
    
    * update SDK
    
    * fix types
    
    * add type checing isntructions
    
    * restore
    
    * restore 2
    
    * restore
    
    * restore 3
    
    * simplify
    
    * simplift
    
    * simplify
    
    * fix case
    
    * rearrange spans
    
    * restrucure a bit
    
    * cleanup
    
    * make mypy happy
    
    * py3.9 compat
    
    * happy mypy
    
    * cleanup
    
    * a bit more clean
    
    * cleanup
    
    * overload all the things
    
    * overload
    
    * rename spanwrapper to observation wrapper
    
    * don't update events
    
    * fix test
    
    * fix span
    
    * fix test
    
    * langchain
    
    * formatting
    
    * add langchain test
    
    * add core test
    
    * cleanup
    
    * add deprecation warning
    
    * fix types
    
    * change generation like and span like
    
    * fix
    
    * test format
    
    * from review
    
    * format
    
    * add generation-like test
    
    * chore: update auto gen SDK (#1300)
    
    * unrelated changes to generated sdk
    
    * also readme
    
    * reset
    
    * revert
    
    * revert
    
    * fix lint
    
    * fix tests
    
    * embedding correct attrs
    
    * fix typing
    
    * fix bug
    
    * fix mypy
    nimarb authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    1596ddd View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. chore: update default value docs for FLUSH_AT and FLUSH_INTERVAL (

    …#1306)
    
    update default value docs for `FLUSH_AT` and `FLUSH_INTERVAL`
    
    Signed-off-by: qnnn <[email protected]>
    qnnn authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    9047253 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Configuration menu
    Copy the full SHA
    df5b72a View commit details
    Browse the repository at this point in the history
  2. chore: release v3.3.1

    hassiebp committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    64378a2 View commit details
    Browse the repository at this point in the history
Loading