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-server-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7
Choose a base ref
...
head repository: launchdarkly/go-server-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 27 files changed
  • 16 contributors

Commits on Feb 24, 2024

  1. chore: merge private to public (#105)

    Co-authored-by: Eli Bishop <eli@launchdarkly.com>
    Co-authored-by: LaunchDarklyCI <dev@launchdarkly.com>
    Co-authored-by: Harpo Roeder <hroeder@launchdarkly.com>
    Co-authored-by: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com>
    Co-authored-by: Sam Stokes <sstokes@launchdarkly.com>
    Co-authored-by: LaunchDarklyReleaseBot <launchdarklyreleasebot@launchdarkly.com>
    Co-authored-by: Louis Chan <lchan@launchdarkly.com>
    Co-authored-by: LaunchDarklyReleaseBot <86431345+LaunchDarklyReleaseBot@users.noreply.github.com>
    Co-authored-by: LaunchDarklyCI <LaunchDarklyCI@users.noreply.github.com>
    Co-authored-by: Louis Chan <91093020+louis-launchdarkly@users.noreply.github.com>
    Co-authored-by: Matthew M. Keeler <mkeeler@launchdarkly.com>
    Co-authored-by: Ember Stevens <ember.stevens@launchdarkly.com>
    Co-authored-by: Ember Stevens <79482775+ember-stevens@users.noreply.github.com>
    14 people authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    064d0a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6182dd View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    d026f6a View commit details
    Browse the repository at this point in the history
  2. chore(v6): release 6.2.0 (#129)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [6.2.0](v6.1.1...v6.2.0)
    (2024-03-27)
    
    
    ### Features
    
    * **deps:** bump supported Go versions to 1.22 and 1.21
    ([d026f6a](d026f6a))
    
    ---
    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 Mar 27, 2024
    Configuration menu
    Copy the full SHA
    35698f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. fix: add support for testing minimum Go version (#172)

    This PR relaxes the minimum compiler version to 1.18, as the only new
    feature we were using was the standard library slices package. This can
    be replaced with `x/exp/slices`.
    
    To test the minimum version, I've added a new key/value to
    `go-versions.env`. This version is now tested in CI, and can be easily
    bumped using `make bump-min-go-version MIN_GO_VERSION=foo`.
    
    Finally, I've updated our documentation to clarify our support policy.
    cwaldren-ld authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    37483bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04bf444 View commit details
    Browse the repository at this point in the history
  3. ci: bump tested Go versions to 1.23 and 1.22 (#179)

    - [x] I have triggered CI on this PR (either close & reopen this PR in
    Github UI, or `git commit -m "run ci" --allow-empty && git push`)
    
    Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>
    github-actions[bot] and LaunchDarklyReleaseBot authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b73deff View commit details
    Browse the repository at this point in the history
  4. chore(v6): release 6.2.1 (#174)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [6.2.1](v6.2.0...v6.2.1)
    (2024-08-20)
    
    
    ### Bug Fixes
    
    * add support for testing minimum Go version
    ([#172](#172))
    ([37483bc](37483bc))
    
    ---
    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 Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a072bf5 View commit details
    Browse the repository at this point in the history
Loading