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: launchdarkly/python-server-sdk-ai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: launchdarkly/python-server-sdk-ai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Dec 10, 2024

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

Commits on Dec 13, 2024

  1. Configuration menu
    Copy the full SHA
    e425b1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e1845 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. feat: Add track_error to mirror track_success (#33)

    Additionally, emit new `$ld:ai:generation:(success|error)` events on
    success or failure.
    keelerm84 authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    404f704 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.6.0 (#30)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [0.6.0](0.5.0...0.6.0)
    (2024-12-17)
    
    
    ### ⚠ BREAKING CHANGES
    
    * Unify tracking token to use only `TokenUsage`
    ([#32](#32))
    * Change version_key_to variation_key
    ([#29](#29))
    
    ### Features
    
    * Add `LDAIConfigTracker.get_summary` method
    ([#31](#31))
    ([e425b1f](e425b1f))
    * Add `track_error` to mirror `track_success`
    ([#33](#33))
    ([404f704](404f704))
    
    
    ### Bug Fixes
    
    * Unify tracking token to use only `TokenUsage`
    ([#32](#32))
    ([80e1845](80e1845))
    
    
    ### Code Refactoring
    
    * Change version_key_to variation_key
    ([#29](#29))
    ([fcc720a](fcc720a))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    bf34df4 View commit details
    Browse the repository at this point in the history
Loading