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.3.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.4.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Dec 2, 2024

  1. fix: Return AIConfig and LDAITracker separately (#23)

    Consumers of this SDK are responsible for providing some default value
    to the `config` method. If that type is of `AIConfig`, customers have
    the option of providing a tracker instance that will never be useful.
    
    To address this, we are going to remove the tracker from the `AIConfig`
    type entirely. Instead, we are going to return the `AIConfig` and the
    `LDAITracker` separately.
    keelerm84 authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    96f888f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e73fa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1159aee View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. chore(main): release 0.4.0 (#26)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [0.4.0](0.3.0...0.4.0)
    (2024-12-02)
    
    
    ### Features
    
    * Return AIConfig and LDAITracker separately
    [#23](#23)
    ([96f888f](96f888f))
    
    
    ### Bug Fixes
    
    * Fix context usage for message interpolation
    ([#24](#24))
    ([1159aee](1159aee))
    
    ---
    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 3, 2024
    Configuration menu
    Copy the full SHA
    03329e2 View commit details
    Browse the repository at this point in the history
Loading