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/go-sdk-common
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: launchdarkly/go-sdk-common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.0
Choose a head ref
  • 4 commits
  • 18 files changed
  • 4 contributors

Commits on Jul 8, 2025

  1. Configuration menu
    Copy the full SHA
    3a5523a View commit details
    Browse the repository at this point in the history
  2. chore: Remove duplicate version from "all" (#38)

    This action determines which versions of go we are supporting, including
    a latest, penultimate, and a minimum version. When the minimum and
    penultimate are the same version, we would have duplicate entries.
    
    This would lead to multiple runs of the same sets of tests (which would
    be fine), but failed when the test results were uploaded, due to naming
    collisions.
    keelerm84 authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    2fc5d43 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Configuration menu
    Copy the full SHA
    8c65d90 View commit details
    Browse the repository at this point in the history
  2. chore(v3): release 3.4.0 (#37)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [3.4.0](v3.3.0...v3.4.0)
    (2025-07-25)
    
    
    ### Features
    
    * Add ldcontext.NewBuilderWithCapacity constructor
    ([#40](#40))
    ([8c65d90](8c65d90))
    
    
    ### Bug Fixes
    
    * Bump minimum go version to 1.24
    ([3a5523a](3a5523a))
    
    ---
    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 Jul 25, 2025
    Configuration menu
    Copy the full SHA
    4d8d07a View commit details
    Browse the repository at this point in the history
Loading